• Joined on 2025-08-24
mirrors synced commits to master at mirrors/Odin from mirror 2025-09-27 09:38:29 +00:00
a7af6055b0 Move memory mutex guard around for resize in virtual.Arena allocator
2c97b4ee4d Merge pull request #5718 from odin-lang/bill/conditional-zero
2baa19f73c Remove unused variable
ac01d1b5bf Add runtime.conditional_mem_zero to improve heap_allocator performance on non-Windows systems
Compare 4 commits »
mirrors synced new reference bill/remove-test-suffix to mirrors/Odin from mirror 2025-09-27 09:38:29 +00:00
mirrors synced commits to bill/remove-test-suffix at mirrors/Odin from mirror 2025-09-27 09:38:29 +00:00
mirrors synced new reference bill/conditional-zero to mirrors/Odin from mirror 2025-09-27 09:38:29 +00:00
mirrors synced commits to bill/conditional-zero at mirrors/Odin from mirror 2025-09-27 09:38:29 +00:00
mirrors synced commits to stable at mirrors/desktop from mirror 2025-09-27 05:28:39 +00:00
933c9de691 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
8f6c989dd1 feat: Properly set glance background to the correct theme, b=no-bug, c=glance
f034a9f4c9 chore: New Crowdin updates, p=#10573
5775505080 fix: Inherit essential attributes to the audio icon, b=no-bug, c=no-component
4e8040a000 fix: Fixed new icons appearence on the urlbar, b=no-bug, c=common
Compare 10 commits »
mirrors synced and deleted reference refs/tags/l10n_dev at mirrors/desktop from mirror 2025-09-27 05:28:38 +00:00
mirrors synced and deleted reference refs/tags/omnibox-learning at mirrors/desktop from mirror 2025-09-27 05:28:38 +00:00
mirrors synced commits to dev at mirrors/desktop from mirror 2025-09-27 05:28:38 +00:00
933c9de691 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
8f6c989dd1 feat: Properly set glance background to the correct theme, b=no-bug, c=glance
f034a9f4c9 chore: New Crowdin updates, p=#10573
5775505080 fix: Inherit essential attributes to the audio icon, b=no-bug, c=no-component
4e8040a000 fix: Fixed new icons appearence on the urlbar, b=no-bug, c=common
Compare 7 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2025-09-27 05:28:33 +00:00
e3c36f31e3 fix(highlight): ensure extmark range is within buffer bounds #35928
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2025-09-27 05:28:33 +00:00
50ec6e5577 docs: update version.c
e3c36f31e3 fix(highlight): ensure extmark range is within buffer bounds #35928
a0c60e819d Merge pull request #35790 from janlazo/vim-8.1.1989
406f9e3c8c vim-patch:8.1.2077: the ops.c file is too big
42aae632be fix(plines): count 'showbreak' in EOL inline virt_text in line size (#35921)
Compare 6 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2025-09-27 05:28:30 +00:00
070c7894c6 REVIEWED: Some flags for window/context creation attributes
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-26 21:28:31 +00:00
3470e6112b (Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686)
e312b99296 (Breaking) Backends: Vulkan: renamed ImGui_ImplVulkan_MainPipelineCreateInfo to ImGui_ImplVulkan_PipelineInfo. (#8110, #8111)
cc0a6690bf Backends: Vulkan: minor internal renames/tweaks to reduce further patches. (#8946, #8110, #8111, #8686)
5fe962216a (Breaking) Backends: Vulkan: added 'VkImageUsageFlags image_usage' parameter to ImGui_ImplVulkanH_CreateOrResizeWindow(). (#8946, #8110, #8111, #8686)
01686c6294 Backends: Vulkan: added a way to specify custom vertex/fragment shaders. (#8585, #8271)
Compare 5 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-09-26 21:28:31 +00:00
e4e3c2cc23 Backends: Vulkan: amends for docking. Add PipelineInfoForViewports and SwapChainImageUsage. (#8946, #8110, #8111, #8686)
f3e85310e7 Merge branch 'master' into docking
3470e6112b (Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686)
e312b99296 (Breaking) Backends: Vulkan: renamed ImGui_ImplVulkan_MainPipelineCreateInfo to ImGui_ImplVulkan_PipelineInfo. (#8110, #8111)
cc0a6690bf Backends: Vulkan: minor internal renames/tweaks to reduce further patches. (#8946, #8110, #8111, #8686)
Compare 11 commits »
mirrors synced new reference omnibox-learning to mirrors/desktop from mirror 2025-09-26 21:18:39 +00:00
mirrors synced commits to omnibox-learning at mirrors/desktop from mirror 2025-09-26 21:18:39 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-26 21:18:37 +00:00
7749b46463 chore: pin zig 0.14 in build.zig.zon (#8871)
6995fd7f10 fix: alloc free off by one (#8886)
7975316ceb vim: use :setf to set the filetype (#8914)
79a5902ef2 vim: use :setf to set the filetype
d79441edd1 test: valid string slices for ghostty_string_s
Compare 11 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2025-09-26 21:18:31 +00:00
e79603d501 REDESIGNED: rcore_desktop_win32 platform backend
06cfda6ff9 Update raymath.h
87f758f9b4 Review latest PRs formatting
2724f07c9a Update rexm.c
Compare 7 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-26 21:18:30 +00:00
9f721e8a9c Add test that verifies all SDL3 symbols are available
4718000dba Add JNI_OnLoad to dynamic API
cdc4609993 Add headers for unsupported sources
f9f172cf60 gamepad: use SDL_PLATFORM_ANDROID macro instead of ANDROID
e62a6e9729 cmake: detect RISC-V architectures
Compare 11 commits »
mirrors synced commits to SDL2 at mirrors/SDL from mirror 2025-09-26 21:18:30 +00:00
7b28fb29bd [SDL3] [PS2] Framebuffer resolution + 240p/480p + PAL support (#13993)