• Joined on 2025-08-24
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-11 22:08:26 +00:00
8a94422246 InputText: optimize inactive path by avoiding an early ImStrlen().
ae832ce532 InputText: moved blocks so same text rendering code is now used for active and inactive states.
1e52e7b90c InputText: Added a line index. Refactored cursor and selection rendering, now simpler, easier to reason about, and faster. (#3237, #952, #1062, #7363)
67085d732a ImGuiTextIndex: rename member.
f36c65661c InputText: fixed pressing End (without Shift) in a multi-line selection from mistakenly moving cursor based on selection start.
Compare 5 commits »
mirrors synced commits to dev at mirrors/desktop from mirror 2025-09-11 22:08:22 +00:00
dc78a44e9c feat: Added extra checks for the pin tab shortcut, b=no-bug, c=common, kbs
ed6ea91528 Allow customize keyboard shortcuts for toggling pin tab (#10301)
09b6a095e4 chore: Add l10n IDs for expand glance shortcut, b=no-bug, c=no-component
96aee71ed8 feat: Remove duplicate statements, b=no-bug, c=kbs
7fb6c78784 feat(glance): Add Ctrl/Cmd+O shortcut to expand Glance; user-configurable via Keyboard Shortcuts; tooltips, p=#10271
Compare 6 commits »
mirrors synced and deleted reference refs/tags/ff-143 at mirrors/desktop from mirror 2025-09-11 22:08:22 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-11 22:08:21 +00:00
a8c3186658 macos 26: fix visual glitches with moving tabs and titlebar tabs (#8594)
09246780bb macos 26: fix visual glitches with moving tabs and titlebar tabs
7f3ee19225 macos: run change title dialog in a sheet modal (#8592)
22ec755e75 macos: run change title dialog in a sheet modal
5936987e71 macOS: grab text field focus of command palette after tick (#8591)
Compare 20 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-09-11 22:08:14 +00:00
8d5b82be2e io: POSIX implementation tries to get status information on short reads/writes.
4d6e0e0087 io: read_fd should only report EOF on a zero-byte return value.
Compare 2 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2025-09-11 20:58:16 +00:00
9bb08aa822 Update image name in integration README (#35465)
mirrors synced commits to devel at mirrors/Nim from mirror 2025-09-11 19:48:17 +00:00
88da5e8cee two small concept patches (#25076)
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2025-09-11 19:48:17 +00:00
8c02ba4c8a Deploy to GitHub pages
mirrors synced commits to pr_Freiheitsrecht at mirrors/Nim from mirror 2025-09-11 19:48:17 +00:00
mirrors synced new reference pr_Freiheitsrecht to mirrors/Nim from mirror 2025-09-11 19:48:17 +00:00
mirrors synced commits to master at mirrors/imgui from mirror 2025-09-11 13:58:27 +00:00
e2b7d84e96 CI: disable pvs-studio 28 days warning (amend).
271f476d08 CI: disable pvs-studio 28 days warning.
e2f314d613 InputText: fixed misassignment to unused Scroll.y variable when using ImGuiInputTextFlags_NoHorizontalScroll.
Compare 3 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-11 13:58:22 +00:00
eb8767bb3b i18n: update ja_JP translations (#8479)
85b149a2aa Update po/ja_JP.UTF-8.po
987a759f17 i18n: update ja_JP translations
Compare 3 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2025-09-11 13:58:18 +00:00
0923ba322b Merge pull request #35706 from bfredl/fixdoc
423eaf1b13 build(deps): bump utf8proc to v2.11.0
805dd5d047 fix(gen): prevent "make doc" failure due to temporary files
Compare 3 commits »
mirrors synced commits to pr_guten at mirrors/Nim from mirror 2025-09-11 11:38:15 +00:00
4d9bb3bdc6 Merge branch 'devel' into pr_guten
d73f478bdc Allow assignment of nested non-closure procs to globals (#25154)
f90951cc61 move std/parsesql to nimble packages (#25156)
af6be4f839 GDB script: minor improvements (#24965)
49e66e80f0 Optimize @, fixes #25063 (#25064)
Compare 22 commits »
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2025-09-11 11:38:14 +00:00
6f34fe601b Deploy to GitHub pages
mirrors synced and deleted reference refs/tags/pr_scheitern at mirrors/Nim from mirror 2025-09-11 11:38:14 +00:00
mirrors synced commits to devel at mirrors/Nim from mirror 2025-09-11 11:38:14 +00:00
d73f478bdc Allow assignment of nested non-closure procs to globals (#25154)
f90951cc61 move std/parsesql to nimble packages (#25156)
Compare 2 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2025-09-11 05:48:20 +00:00
d83a4dc82d macos: update Sparkle to 2.7.3 (#8584)
83024e08bc macos: update Sparkle to 2.7.3
Compare 2 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2025-09-11 05:48:17 +00:00
b31b4f9055 docs: update version.c
5377cd34a9 vim-patch:5a9ef93: runtime(doc): Update autocmd examples for command line autocompletion (#35713)
9474433c51 Merge pull request #35712 from zeertzjq/vim-9.1.1750
c4ecb7256b vim-patch:b2c8848: runtime(doc): improve docs related to 'autocomplete'
aa33ea86e1 vim-patch:9.1.1752: tests: need another test for v9.1.1750 behaviour
Compare 14 commits »
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2025-09-11 05:48:17 +00:00
1c8805e3b2 fix(vim.json): fix truncation of decoded numbers outside lua_Integer's range #35702