• Joined on 2025-08-24
mirrors synced commits to release-2.32.x at mirrors/SDL from mirror 2026-04-24 08:15:50 +00:00
34742887ef atomic: Use DMB ISHLD for aarch64 acquire barrier
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-04-24 08:15:50 +00:00
8f99954e01 SDL_EnumerateDirectory(""): Don't append path separator if path is empty
da032b77ab atomic: Use DMB ISHLD for aarch64 acquire barrier
Compare 2 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-04-24 08:15:41 +00:00
9e724a54dc docs: update version.c
c0e358f7e8 vim-patch:9.2.0390: filetype: some Beancount files are not recognized (#39360)
c39be17131 fix(options): repair stale UI state after :set all& #39026
645a588aa6 feat(excmd): add :uptime command #39331
c42aea3d37 refactor(test): deduplicate trust tests #39354
Compare 27 commits »
mirrors synced new reference refs/tags/v2.2.10 to mirrors/Nim from mirror 2026-04-24 08:15:26 +00:00
mirrors synced commits to refs/tags/v2.2.10 at mirrors/Nim from mirror 2026-04-24 08:15:26 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2026-04-24 08:15:22 +00:00
b0d359cbbd more zon2nix update for improved 0.16 compatibility (#12405)
5f43437576 pkg/highway: no libc requirement (#12402)
bf3047b9b2 benchmark: isolate parser hot loop from code-layout shifts
00dfd67bee pkg/highway: replace resolveTargetQuery with direct CPU detection
3c0b976d07 pkg/highway: requires libc headers
Compare 9 commits »
mirrors synced and deleted reference refs/tags/push-sxnyszsylxup at mirrors/ghostty from mirror 2026-04-24 08:15:21 +00:00
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-04-24 00:06:18 +00:00
f3fc4f0008 Add renovate.json
3b2fd9791c Allow fast-forward-only merge when signed commits are required (#37335)
899ede1d55 Introduce ActionRunAttempt to represent each execution of a run (#37119)
aedf4e84f5 Move review request functions to a standalone file (#37358)
1af16679c3 Fix repo init README EOL (#37388)
Compare 6 commits »
mirrors synced commits to release/v1.26 at mirrors/gitea from mirror 2026-04-24 00:06:18 +00:00
5d7768f34c Fix repo init README EOL (#37388) (#37399)
55a6cfe79b Fix org team assignee/reviewer lookups for team member permissions (#37365) (#37391)
Compare 2 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-04-24 00:06:17 +00:00
3b2fd9791c Allow fast-forward-only merge when signed commits are required (#37335)
899ede1d55 Introduce ActionRunAttempt to represent each execution of a run (#37119)
aedf4e84f5 Move review request functions to a standalone file (#37358)
1af16679c3 Fix repo init README EOL (#37388)
85192c2e9f Fix org team assignee/reviewer lookups for team member permissions (#37365)
Compare 5 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-04-24 00:06:11 +00:00
ef425def66 atomic: Use __atomic_thread_fence() when available
525842f2e7 Prefer higher color depths in SDL_GetClosestFullscreenDisplayMode()
88102f8d3c Revert "(video) fix SDL_GetClosestFullscreenDisplayMode aspect ratio & refresh rate picking logic"
Compare 3 commits »
mirrors synced commits to release-2.32.x at mirrors/SDL from mirror 2026-04-24 00:06:11 +00:00
4bce8906fc atomic: Use __atomic_thread_fence() when available
mirrors synced commits to main at mirrors/SDL from mirror 2026-04-24 00:06:11 +00:00
a8ecd677ed Add DOS platform support (DJGPP) (#15377)
2858a32723 atomic: Use __atomic_thread_fence() when available
9fa9edeadb Prefer higher color depths in SDL_GetClosestFullscreenDisplayMode()
7b23cd62ca Revert "(video) fix SDL_GetClosestFullscreenDisplayMode aspect ratio & refresh rate picking logic"
Compare 4 commits »
mirrors synced commits to SDL2 at mirrors/SDL from mirror 2026-04-24 00:06:11 +00:00
c3b0e62850 atomic: Use __atomic_thread_fence() when available
mirrors synced commits to dev at mirrors/desktop from mirror 2026-04-24 00:06:02 +00:00
e9e1086bc5 no-bug: Make sure to always show startup options in general page (gh-13382)
d1dc4586f6 no-bug: Make sure to animate when adding the first tab of a folder (gh-13380)
0dd99a2ec7 no-bug: Support glane right click event register (gh-13379)
5a841063f2 no-bug: Always select the first tab when unsplitting (gh-13378)
Compare 4 commits »
mirrors synced commits to stable at mirrors/desktop from mirror 2026-04-24 00:06:02 +00:00
e9e1086bc5 no-bug: Make sure to always show startup options in general page (gh-13382)
d1dc4586f6 no-bug: Make sure to animate when adding the first tab of a folder (gh-13380)
0dd99a2ec7 no-bug: Support glane right click event register (gh-13379)
5a841063f2 no-bug: Always select the first tab when unsplitting (gh-13378)
Compare 4 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-04-24 00:06:00 +00:00
6b05f711fd Backends: WebGPU: build fix for WebGL/ES2.
86ebb3bc11 Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378)
7e7f3adb80 Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378)
dfe6f9ebca Backends: WebGPU: added SetSamplerLinear/Nearest draw callbacks. (#9378)
37952fb3b8 Backends: Vulkan, SDLGPU3: remove samplers from RenderState. (#9378)
Compare 10 commits »
mirrors synced commits to features/string_view at mirrors/imgui from mirror 2026-04-24 00:06:00 +00:00
a50819dbfd ImStrv: detect and fixed misuses of CalcTextSize() old signature. (9321)
caee4f8bac ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode)
a957b2f00c ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf)
dca280c9ea ImStrv: allow constructing from two null pointers.
11418c0b38 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions?
Compare 24 commits »
mirrors synced commits to features/premake5 at mirrors/imgui from mirror 2026-04-24 00:05:59 +00:00
ef229bc351 Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852)
33803c9883 Premake: Add example_sdl2_sdlrenderer2 (7862)
2f3ac76c1b Premake: experimental premake5 script.
6b05f711fd Backends: WebGPU: build fix for WebGL/ES2.
86ebb3bc11 Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378)
Compare 71 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-04-24 00:05:59 +00:00
a31071573b Merge branch 'master' into docking
6b05f711fd Backends: WebGPU: build fix for WebGL/ES2.
86ebb3bc11 Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378)
7e7f3adb80 Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378)
dfe6f9ebca Backends: WebGPU: added SetSamplerLinear/Nearest draw callbacks. (#9378)
Compare 14 commits »