• Joined on 2025-08-24
mirrors synced commits to araq-ic-drift-refactor at mirrors/Nim from mirror 2026-06-25 20:45:30 +00:00
d61c481ee8 final fix
b993379c94 progress
Compare 2 commits »
mirrors synced commits to stable at mirrors/desktop from mirror 2026-06-25 20:25:26 +00:00
11a7ff3ad5 gh-14367: Sync upstream Firefox to version 152.0.3 (gh-14366)
mirrors synced commits to dev at mirrors/desktop from mirror 2026-06-25 20:25:26 +00:00
f4781daa49 gh-14367: Sync upstream Firefox to version 152.0.3 (gh-14366)
mirrors synced commits to master at mirrors/Odin from mirror 2026-06-25 19:25:26 +00:00
3cad23341a Merge pull request #6886 from korvahkh/fix-6885
Compare 2 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-06-25 12:45:52 +00:00
60fbdbb8d8 Multi-Select: reworked ImGuiMultiSelectFlags_NoAutoSelect as it carried side-effects that were hardcoded/designed to use multi-selection on checkboxes. (#9391)
ac6f9683b5 Style: added MenuItemRounding, SelectableRounding, ImGuiStyleVar_MenuItemRounding, ImGuiStyleVar_SelectableRounding. (#7589, #9375, #9453)
1c1241136a Tables: fixed (harmless) flag clearing issue in TableReconcileColumns(). (#9108)
0e355af09e RenderNavCursor: take rounding as input. Removed ImGuiNavRenderCursorFlags_NoRounding.
26432cfdc6 Style, Nav: scale the NavCursor border thickness when using large values with ScallAllSizes().
Compare 5 commits »
mirrors synced commits to master at mirrors/tmux from mirror 2026-06-25 12:45:44 +00:00
0b538b6f2a Merge branch 'obsd-master'
3d26aa0dfb Prompt regress (will not pass yet).
51d037e881 Major rework of prompts. The basic prompt mechanics (draw, editing, etc)
e5fb88fb85 Merge pull request #5273 from daneofmanythings/floating-geometry-regression-test
6935dee976 Added regression test for floating pane geometry and how it interacts
Compare 5 commits »
mirrors synced commits to switch_mode at mirrors/tmux from mirror 2026-06-25 12:45:44 +00:00
ac62e075f5 Revert some changes not needed.
b354f22bbb Merge branch 'master' into switch_mode2
0b538b6f2a Merge branch 'obsd-master'
1a6d1dc4a6 Use more width.
3e8f516e55 Use new prompt code and some other bits.
Compare 61 commits »
mirrors synced and deleted reference refs/tags/prompt_tidy at mirrors/tmux from mirror 2026-06-25 12:45:43 +00:00
mirrors synced commits to release-0.12 at mirrors/neovim from mirror 2026-06-25 12:45:41 +00:00
1b9159a695 vim-patch:9.2.0718: :syn sync without an argument also lists syntax cluster (#40399)
bf8d0bef16 fix(lsp): fire LspNotify didChange autocmds after undo/redo #40404
Compare 2 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-06-25 12:45:40 +00:00
4d9e5acfb5 fix(lsp): skip invalid file watcher globs #40376 #40396
3c924d13fe fix(lsp): fire LspNotify didChange autocmds after undo/redo #40404
Compare 2 commits »
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2026-06-25 12:35:37 +00:00
96e548386a Deploy to GitHub pages
mirrors synced commits to devel at mirrors/Nim from mirror 2026-06-25 12:35:36 +00:00
056eeeae30 fixes #25931; type N {.importc: "const void *".} = pointer creates order-dependent compilation failure (#25936)
mirrors synced commits to araq-ic-drift-refactor at mirrors/Nim from mirror 2026-06-25 12:35:36 +00:00
24597320af progress
4a9424b682 IC: codegen progress
Compare 2 commits »
mirrors synced and deleted reference refs/tags/pr_djm at mirrors/Nim from mirror 2026-06-25 12:35:36 +00:00
mirrors synced commits to stable at mirrors/desktop from mirror 2026-06-25 12:15:34 +00:00
2db6ff9346 Delete src/external-patches/firefox/allow_backdrop_to_work_on_transparency.patch
4e9c958f8d gh-14183: Dont open space routing tabs in background (gh-14360)
54692261f8 no-bug: Move code inside container null check inside ZenSpaceManager (gh-14356)
1fdc1d4475 no-bug: Fix glance tab positioning and prevent split-view (gh-14343)
9f9ae52c63 gh-14351: Sync upstream Firefox to version 152.0.2 (gh-14350)
Compare 19 commits »
mirrors synced commits to master at mirrors/Odin from mirror 2026-06-25 11:15:31 +00:00
946feb3c54 Merge pull request #6887 from Yawning/update/wycheproof
83940eadfe test/core/crypto/wycheproof: Update the tests to match recent changes
Compare 2 commits »
mirrors synced commits to prompt_tidy at mirrors/tmux from mirror 2026-06-25 04:35:40 +00:00
55cffbe326 Fix PROMPT_ACCEPT.
7a7c0e827f Remove dead code.
ee8806356b No need for client now.
d675ee57c5 Get rid of prompt menu and just show completions inline.
98cb7cdee2 Handle client outside prompt code if needed.
Compare 16 commits »
mirrors synced commits to master at mirrors/tmux from mirror 2026-06-25 04:35:39 +00:00
787234eff4 Merge branch 'obsd-master'
6b1219b370 Ignore mouse when help is open.
ed48555bdd Merge branch 'obsd-master'
ba9faae8b6 Free modes rather than going through reset when pane is destroyed as the
Compare 4 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-06-25 04:35:37 +00:00
e715122e4e vim-patch:9.2.0725: [security]: Stack out-of-bounds write in spell_soundfold_sal() (#40402)
12ded1f36c vim-patch:9.2.0717: tests: strange indent in Test_autocmd_dup_arg() (#40400)
764e257ae5 vim-patch:9.2.0718: :syn sync without an argument also lists syntax cluster (#40399)
Compare 3 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-06-25 04:35:37 +00:00
61f8a97482 docs: update version.c
e715122e4e vim-patch:9.2.0725: [security]: Stack out-of-bounds write in spell_soundfold_sal() (#40402)
12ded1f36c vim-patch:9.2.0717: tests: strange indent in Test_autocmd_dup_arg() (#40400)
764e257ae5 vim-patch:9.2.0718: :syn sync without an argument also lists syntax cluster (#40399)
8661b0b6d0 refactor(stl): rename redraw_custom_statusline, win_redr_custom #40393
Compare 8 commits »