• Joined on 2025-08-24
mirrors synced commits to master at mirrors/neovim from mirror 2025-09-30 06:58:35 +00:00
198c9e9bca fix(shada): preserve marks after delete across sessions (#35795)
35fc4fda99 vim-patch:9.1.1799: completion: crash with autcompletion (#35963)
77545c0f3c Merge pull request #35962 from zeertzjq/vim-9.1.1797
756e55dc49 vim-patch:9.1.1810: completion: "longest" doesn't work for manual completion with 'ac'
f30a33858f vim-patch:9.1.1800: completion: strange behaviour with 'ac' completeopt=longest,preinsert
Compare 12 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2025-09-30 06:58:35 +00:00
a35b2c288a docs: update version.c
35fc4fda99 vim-patch:9.1.1799: completion: crash with autcompletion (#35963)
77545c0f3c Merge pull request #35962 from zeertzjq/vim-9.1.1797
756e55dc49 vim-patch:9.1.1810: completion: "longest" doesn't work for manual completion with 'ac'
f30a33858f vim-patch:9.1.1800: completion: strange behaviour with 'ac' completeopt=longest,preinsert
Compare 15 commits »
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2025-09-30 06:58:35 +00:00
6dda8e9572 vim-patch:9.1.1808: Option insecure flags not copied when splitting window
67688ab616 vim-patch:9.1.1807: :set doesn't clear local insecure flag like :setlocal does
9c09983068 vim-patch:9.1.1802: 'nowrap' in a modeline may hide malicious code (#35946)
Compare 3 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-30 06:58:30 +00:00
e3d65796f4 SDL_render_psp.c: Implemented working viewport support
mirrors synced commits to SDL2 at mirrors/SDL from mirror 2025-09-30 06:58:30 +00:00
39a0fab4d7 SDL2: PSP: Fixed render-to-texture larger than screen
67141e5079 SDL_render_psp.c: Implemented working viewport support
Compare 2 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-29 22:58:32 +00:00
3dafd9e898 Backends: DirectX12: enable swapchain tearing if available. (#8965)
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-29 22:58:31 +00:00
b4514ce64a Backends: DirectX12: enable swapchain tearing if available. (#8965)
mirrors synced new reference refs/tags/1.16.2b to mirrors/desktop from mirror 2025-09-29 22:48:39 +00:00
mirrors synced commits to refs/tags/1.16.2b at mirrors/desktop from mirror 2025-09-29 22:48:39 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-29 22:48:37 +00:00
7ba9f9a21a gtk: make Enter confirm "Change Terminal Title" (#8949)
0bddaed53b fix(font): Improve FreeType glyph measurements and add unit tests for face metrics (#8738)
b643d30d60 move test out of terminal to avoid lib-vt catch
f67a865cdd fix(font): Treat Powerline glyphs as normal characters for constraint width purposes (#8829)
25dab0ecd8 fix(font): Rewrite constraint code for improved icon scaling/alignment (#8563)
Compare 35 commits »
mirrors synced commits to 1.2.x at mirrors/ghostty from mirror 2025-09-29 22:48:37 +00:00
mirrors synced new reference 1.2.x to mirrors/ghostty from mirror 2025-09-29 22:48:37 +00:00
mirrors synced commits to master at mirrors/raylib from mirror 2025-09-29 22:48:31 +00:00
37149082e8 Avoid warnings
0e57a572b4 REVIEWED: rlsw module and related files
beabb1300d Revert "Update miniaudio to v0.11.23 (#5208)"
218a806ec2 REVIEWED: example: shaders_ascii_rendering
317c1eaeeb Add ascii post processing (#5213)
Compare 6 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-29 22:48:30 +00:00
baed512453 Fixed building tests on visionOS
15f1cb4c98 Added GPU API support on visionOS
2809ce9389 Set enable_depth_clip to true by default if SDL_PROP_GPU_DEVICE_CREATE_FEATURE_DEPTH_CLAMPING_BOOLEAN is false
da6fa5e65f Sync SDL3 wiki -> header
f61e271e11 Generalize and validate optional GPU feature properties
Compare 6 commits »
mirrors synced commits to bill/const-union at mirrors/Odin from mirror 2025-09-29 18:48:30 +00:00
240b2f1819 Disable #raw_union constants for the time being
b711e92968 Add bit cast
Compare 2 commits »
mirrors synced commits to master at mirrors/Odin from mirror 2025-09-29 18:48:30 +00:00
9b4c0ea492 Type erase the internals of runtime.copy_*
17394d8b14 Merge pull request #5725 from odin-lang/bill/parapoly-diagnostics
1fc1d8e451 Change sort for single instanced procedures
53f4fc1cbb Add -para-poly-diagnostics
11dc6680d2 Merge pull request #5723 from odin-lang/bill/const-union
Compare 27 commits »
mirrors synced new reference bill/global-variable-distribution to mirrors/Odin from mirror 2025-09-29 18:48:30 +00:00
mirrors synced commits to bill/global-variable-distribution at mirrors/Odin from mirror 2025-09-29 18:48:30 +00:00
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-29 14:48:31 +00:00
5cd83e689e Backends: DirectX12: amend changelog to clarify fixes. (#3463, #5018)
5ce903af6e Backends: DX12: Use one fence instead of one by viewport. (master) (#8961)
bab3ebec14 Backends: DX12: Rework synchronization logic. (master) (#8961)
3ff195f702 Backends: DX12: let bd->FrameIndex start at 0 to match docking. (#8961)
e459e5bf0a Backends: GLFW: fixed build on platform that are neither Windows, macOS or known Unixes. (#8969, #8920, #8921)
Compare 7 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-29 14:48:31 +00:00
bd9a37bc60 Backends: DX12: Use one fence instead of one by viewport. (docking) (#8961)
778aadca65 Backends: DX12: Rework synchronization logic. (docking) (#8961)
1aa91ac426 Merge branch 'master' into docking
5ce903af6e Backends: DX12: Use one fence instead of one by viewport. (master) (#8961)
bab3ebec14 Backends: DX12: Rework synchronization logic. (master) (#8961)
Compare 11 commits »