• Joined on 2025-08-24
mirrors synced commits to dev at mirrors/desktop from mirror 2026-02-06 11:57:15 +00:00
226486b973 fix: Fixed selecting tabs when pinned tabs are collapsed, b=no-bug, c=no-component
mirrors synced new reference refs/tags/1.18.5b to mirrors/desktop from mirror 2026-02-06 11:57:15 +00:00
mirrors synced commits to refs/tags/1.18.5b at mirrors/desktop from mirror 2026-02-06 11:57:15 +00:00
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-02-06 03:47:27 +00:00
5cb6055951 Add renovate.json
50fdd2d49a [SECURITY] fix: Adjust the toolchain version (#36537)
Compare 2 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-02-06 03:47:27 +00:00
50fdd2d49a [SECURITY] fix: Adjust the toolchain version (#36537)
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2026-02-06 03:47:20 +00:00
818b97173e fix(process): avoid buffering unnecessary UI event with PTY CWD (#37582)
c7f48e40b8 vim-patch:9.1.2119: tests: Test_language_cmd fails on OpenBSD (#37503)
151d6c7c41 test: add reasons to some skipped tests (#37632)
3eef5752b3 fix(terminal): heap UAF if buffer deleted during TermRequest (#37612)
4792c29969 vim-patch:9.1.2132: [security]: buffer-overflow in 'helpfile' option handling (#37735)
Compare 5 commits »
mirrors synced commits to stable at mirrors/desktop from mirror 2026-02-06 03:47:20 +00:00
5a137c95e5 fix: Fixed wrong highlight possition in compact mode, b=closes #12252, c=compact-mode
e6154ceb99 feat: Make sure we properly restore split views when only pinned sync is enabled, b=no-bug, c=no-component
Compare 2 commits »
mirrors synced commits to dev at mirrors/desktop from mirror 2026-02-06 03:47:20 +00:00
5a137c95e5 fix: Fixed wrong highlight possition in compact mode, b=closes #12252, c=compact-mode
e6154ceb99 feat: Make sure we properly restore split views when only pinned sync is enabled, b=no-bug, c=no-component
Compare 2 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-02-06 03:47:20 +00:00
db133879b2 vim-patch:9.1.2132: [security]: buffer-overflow in 'helpfile' option handling (#37735)
e40c5cb06d fix(vterm): handle split UTF-8 after ASCII properly (#37721)
e198037148 fix(ui2): always route to dialog when cmdline is open #37730
Compare 3 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-02-06 03:47:13 +00:00
fc5862b0dd opengl: added SDL_HINT_OPENGL_FORCE_SRGB_CAPABLE.
7f3d51b690 cocoa: Fix SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES=0.
45086459d2 Add and use libusb_set_auto_detach_kernel_driver for the Switch 2 driver
5964104910 Guarantee that pens are in proximity before motion and button events
9194d199e7 Added support for the third stylus button on Android
Compare 6 commits »
mirrors synced commits to SDL2 at mirrors/SDL from mirror 2026-02-06 03:47:13 +00:00
b1d95b9d20 SDL_cocoawindow.m: fix what seems to be a typo in commit 649c36c5:
649c36c576 cocoa: Fix SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES=0.
Compare 2 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2026-02-06 03:47:13 +00:00
7b8ce0df4b Add QNX to the supported platforms list
50f3adec77 cocoa: Fix SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES=0.
e1b8ad0380 Add and use libusb_set_auto_detach_kernel_driver for the Switch 2 driver
b9743eabdd Removed spurious "extern"
ae4fb50316 Sync SDL3 wiki -> header
Compare 6 commits »
mirrors synced commits to release-2.32.x at mirrors/SDL from mirror 2026-02-06 03:47:13 +00:00
ec113c1f82 SDL_cocoawindow.m: fix what seems to be a typo in commit 649c36c5:
8306d559b9 cocoa: Fix SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES=0.
Compare 2 commits »
mirrors synced and deleted reference refs/tags/pr_hook_2 at mirrors/Nim from mirror 2026-02-06 03:27:31 +00:00
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2026-02-06 03:27:31 +00:00
24378c02f0 Deploy to GitHub pages
mirrors synced commits to devel at mirrors/Nim from mirror 2026-02-06 03:27:31 +00:00
12a2333817 fixes #25464; gives a deprecated warning when =dup is not provided while there being a custom =copy (#25485)
Compare 2 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-02-05 19:37:24 +00:00
1bcc23ef12 Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent.
524f01d248 Metrics: browsing font baked data persist tree state when e.g. using LoadAll.
226f62fa8f Demo: amend Shortcuts demo to clarify that ImGuiInputFlags_RouteOverActive may be used with focused route. (#9004)
Compare 3 commits »
mirrors synced commits to features/demo_input_owner_and_routing at mirrors/imgui from mirror 2026-02-05 19:37:24 +00:00
a17ca5777b Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos.
c93ec81229 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo.
ea83628438 Nav: fixed navigation cursor briefly appearing when using API to focus an InputText() in a window with _NoNavInputs flag. (#9214)
76860017d5 Clipper, Nav: fixed an UBSan warning when using in a ListClipper region . (#9160)
4b8e41cffb TabBar: expose NextScrollToTabId to internal API.
Compare 125 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-02-05 19:37:21 +00:00
7a490d65c5 fix(messages): increment message ID without ext_messages #37714
13a9cdc6b4 docs(lua): vim.keymap.set takes no noremap #37723
6f27eb1591 ci(cirrus): update to FreeBSD 15.0 (#37716)
f1dcde6cba fix(messages): single msg_show event for :global command #37728
bf68ba40a0 refactor: rename _extui => _core.ui2 #37692
Compare 5 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2026-02-05 19:37:16 +00:00
3881d2aac2 Fix: Detect collision if one line is almost vertical (#5510) (#5531)
f43e049444 Refactor removing extra space and add break line for { (#5533)
Compare 2 commits »