• Joined on 2025-08-24
mirrors synced commits to release-0.12 at mirrors/neovim from mirror 2026-04-25 00:35:36 +00:00
aedbae4ab6 fix(lsp): handle self-mapped methods in supports_method #39383
e5d6d2e769 backport: fix(api): leak preview callback LuaRef in nvim_create_user_command (#39377)
4df16ecdb9 backport: fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) (#39376)
3c45cb3bf6 Merge pull request #39371 from justinmk/release
3b69e3d0cf test: fix merge conflict
Compare 6 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-04-25 00:35:36 +00:00
f83d0b9653 fix(lsp): handle self-mapped methods in supports_method #39383
66149ca668 feat(tui): restore 'ttyfast' to control tty requests #38699
393f687503 fix(api): leak preview callback LuaRef in nvim_create_user_command #39357
58aad59e1c fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) #39351
f130922744 fix(path): normalize path slashes on Windows #37729
Compare 5 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2026-04-25 00:35:27 +00:00
386eabb932 Update sola-raylib Raylib supported version to 6 (#5795)
4ee2013169 various rlparser fixes (#5794)
Compare 2 commits »
mirrors synced commits to no-libc at mirrors/ghostty from mirror 2026-04-25 00:35:23 +00:00
3097c3dc98 build: always link libc on msvc
fc1d160668 build: don't forget the C++ object in the static libs to bundle
19ea5d4602 pkg/apple-sdk: fallback to Zig's bundle macOS headers
8106cfa521 build: fix android
cfa5521d3e example: c examples all need libc
Compare 12 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2026-04-25 00:35:23 +00:00
4ceeba4851 config: use Config to check key binding instead of App (#12415)
d35f02d83c build: respect config.emit_xcframework for building libghostty-vt.xcframework on Darwin (#12267)
5f892b691b ci: fix
33fc2aac97 cleanups
44a2d8740a build: gate lib-vt xcframework on emit-xcframework with xcodebuild detection
Compare 13 commits »
mirrors synced commits to bill/array-cast at mirrors/Odin from mirror 2026-04-24 23:35:19 +00:00
8ea1cbc230 Mock out vectorization of array binary arithmetic (probably not better in practice some of the time)
mirrors synced commits to release/v1.26 at mirrors/gitea from mirror 2026-04-24 16:25:55 +00:00
64d12024d6 Stabilize e2e logout propagation test (#37408)
6cc1ee9424 fix: dump with default zip type produces uncompressed zip (#37401) (#37402)
Compare 2 commits »
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-04-24 16:25:55 +00:00
baf2e1981c Add renovate.json
0277e3ebaa Stabilize e2e logout propagation test (#37403)
c5c9713ed4 refactor: serve site manifest via /assets/site-manifest.json endpoint (#37405)
6826321570 feat(security): set X-Content-Type-Options: nosniff by default (#37354)
1483291a87 Refactor pull request view (1) (#37380)
Compare 8 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-04-24 16:25:55 +00:00
0277e3ebaa Stabilize e2e logout propagation test (#37403)
c5c9713ed4 refactor: serve site manifest via /assets/site-manifest.json endpoint (#37405)
6826321570 feat(security): set X-Content-Type-Options: nosniff by default (#37354)
1483291a87 Refactor pull request view (1) (#37380)
de99b1fbbf Improve AGENTS.md (#37382)
Compare 7 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-04-24 16:25:49 +00:00
b00d32c10a Don't do name blacklisting if there's no name
89eb50b25e Fixed crash in SDL_startswith() when passed NULL strings
Compare 2 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2026-04-24 16:25:49 +00:00
c124da4367 Don't do name blacklisting if there's no name
f3d7df54e2 Fixed crash in SDL_startswith() when passed NULL strings
Compare 2 commits »
mirrors synced commits to boosts at mirrors/desktop from mirror 2026-04-24 16:25:47 +00:00
50489c0917 Merge branch 'dev' into boosts
98e18d5f60 no-bug: Fixed checking for workflow update manifests (gh-13384)
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)
Compare 32 commits »
mirrors synced commits to stable at mirrors/desktop from mirror 2026-04-24 16:25:47 +00:00
98e18d5f60 no-bug: Fixed checking for workflow update manifests (gh-13384)
mirrors synced commits to dev at mirrors/desktop from mirror 2026-04-24 16:25:47 +00:00
98e18d5f60 no-bug: Fixed checking for workflow update manifests (gh-13384)
mirrors synced commits to master at mirrors/imgui from mirror 2026-04-24 16:25:46 +00:00
e3033c3975 Examples: moving example_win32_directx11 on top of the .sln makes it the default selected project.
10c378cdfc InputInt, InputFloat, InputScalar: reinstated and fixed ImGuiInputTextFlags_EnterReturnsTrue. (#8665, #9299, #8065, #3946, #6284, #9117)
db23a78c60 Internals: store ImGuiItemStatusFlags_EditedInternal bypassing ImGuiItemFlags_NoMarkEdited.
bda49826cf Backends: OpenGL3: build fix for WebGL/ES2/Emscripten. (#9378)
Compare 4 commits »
mirrors synced commits to features/string_view at mirrors/imgui from mirror 2026-04-24 16:25:46 +00:00
f110094bd4 ImStrv: detect and fixed misuses of CalcTextSize() old signature. (9321)
862420cec7 ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode)
9ee1b9d8f2 ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf)
8f6d1f077c ImStrv: allow constructing from two null pointers.
6f5bf05ad5 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions?
Compare 15 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-04-24 16:25:46 +00:00
417f5ed66d Merge branch 'master' into docking
10c378cdfc InputInt, InputFloat, InputScalar: reinstated and fixed ImGuiInputTextFlags_EnterReturnsTrue. (#8665, #9299, #8065, #3946, #6284, #9117)
db23a78c60 Internals: store ImGuiItemStatusFlags_EditedInternal bypassing ImGuiItemFlags_NoMarkEdited.
bda49826cf Backends: OpenGL3: build fix for WebGL/ES2/Emscripten. (#9378)
Compare 4 commits »
mirrors synced commits to floating_panes at mirrors/tmux from mirror 2026-04-24 16:25:42 +00:00
3400a312dd Merge pull request #5026 from daneofmanythings/floating_panes--new-pane-doc-fixup
b2f9144e10 Merge pull request #5029 from daneofmanythings/floating_panes--fix-join-pane
a74f173902 more.
a1cd68e3f8 Fixed z-index related crash in join-pane
eec2c19ad1 oversights.
Compare 5 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-04-24 16:25:40 +00:00
27191e0f4f feat(api): nvim_echo(percent=nil) means "unknown" progress #39029
a57fab2f2d test: curbuf initialized in describe-block #39365
2c7679f4d3 fix(lsp): more info in error msg, deduplicate test #39359
5c88492a13 fix(trust): always use "/" slashes in filepaths #39355
Compare 4 commits »
mirrors synced and deleted reference refs/tags/dependabot/github_actions/github-actions-2ef62f5d24 at mirrors/neovim from mirror 2026-04-24 16:25:40 +00:00