• Joined on 2025-08-24
mirrors synced and deleted reference refs/tags/backport-38988-to-release-0.12 at mirrors/neovim from mirror 2026-04-24 00:05:36 +00:00
mirrors synced and deleted reference refs/tags/backport-39336-to-release-0.12 at mirrors/neovim from mirror 2026-04-24 00:05:36 +00:00
mirrors synced commits to push-sxnyszsylxup at mirrors/ghostty from mirror 2026-04-24 00:05:21 +00:00
mirrors synced new reference push-sxnyszsylxup to mirrors/ghostty from mirror 2026-04-24 00:05:21 +00:00
mirrors synced commits to push-rxukqqxmnmnw at mirrors/ghostty from mirror 2026-04-24 00:05:21 +00:00
f403485fb8 terminal: glyph protocol parser and response encoder
2f1a30ddb0 font: add Windows font discovery backend (#12386)
48db54d7ef pkg/simdutf: upgrade to simdutf v9, off our fork for nolibcxx (#12399)
c1b685bc62 Add code for validating OpenType GLYF table entries (#12375)
e89cc0b34c pkg/simdutf: upgrade to simdutf v9, off our fork for nolibcxx
Compare 61 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2026-04-24 00:05:19 +00:00
2f1a30ddb0 font: add Windows font discovery backend (#12386)
48db54d7ef pkg/simdutf: upgrade to simdutf v9, off our fork for nolibcxx (#12399)
c1b685bc62 Add code for validating OpenType GLYF table entries (#12375)
e89cc0b34c pkg/simdutf: upgrade to simdutf v9, off our fork for nolibcxx
464c50457b font/opentype: accept header-only simple glyf entry
Compare 23 commits »
mirrors synced commits to bill/array-cast at mirrors/Odin from mirror 2026-04-23 23:05:18 +00:00
5c2efb78ac SIMD-ify [N]float -> [N]complex
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-04-23 15:56:06 +00:00
f40650df75 Add renovate.json
7947851e57 Remove external service dependencies in migration tests (#36866)
12d83cbfa3 Extend issue context popup beyond markdown content (#36908)
Compare 3 commits »
mirrors synced commits to release/v1.26 at mirrors/gitea from mirror 2026-04-23 15:56:06 +00:00
1f643072c1 fix: commit status reporting (#37372) (#37386)
mirrors synced commits to main at mirrors/gitea from mirror 2026-04-23 15:56:05 +00:00
7947851e57 Remove external service dependencies in migration tests (#36866)
12d83cbfa3 Extend issue context popup beyond markdown content (#36908)
Compare 2 commits »
mirrors synced and deleted reference refs/tags/copilot/cherry-pick-merge-v1-26 at mirrors/gitea from mirror 2026-04-23 15:56:05 +00:00
mirrors synced commits to stable at mirrors/desktop from mirror 2026-04-23 15:55:57 +00:00
05af15d70a gh-13364: Fixed split out context menu showing wrong label (gh-13365)
mirrors synced commits to dev at mirrors/desktop from mirror 2026-04-23 15:55:57 +00:00
05af15d70a gh-13364: Fixed split out context menu showing wrong label (gh-13365)
mirrors synced commits to master at mirrors/imgui from mirror 2026-04-23 15:55:56 +00:00
ce3fe4078a Backends: WGPU: fixed build.
f2f843c113 Fixed some extremely zealous warnings (GCC -Wconversion, -Wdouble-promotion)
adc0027912 Backends: Vulkan: remove unused artefacts (mistakenly commited in 0453ae9).
ac06ad7b48 ImDrawList: made AddCallback() user data default to NULL + minor amends/comments.
4739af2d51 Update VS toolset in all .vcxproj from VS2015 (v140) to VS2017 (v141).
Compare 6 commits »
mirrors synced commits to features/string_view at mirrors/imgui from mirror 2026-04-23 15:55:56 +00:00
5a1b9c2a41 ImStrv: detect and fixed misuses of CalcTextSize() old signature. (9321)
0c3416a32e ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode)
2a3eda1d8c ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf)
3626ecead5 ImStrv: allow constructing from two null pointers.
a7c138f749 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions?
Compare 27 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-04-23 15:55:55 +00:00
dee5bf3ec3 Merge branch 'master' into docking
ac06ad7b48 ImDrawList: made AddCallback() user data default to NULL + minor amends/comments.
4739af2d51 Update VS toolset in all .vcxproj from VS2015 (v140) to VS2017 (v141).
b065713cec Backends: OpenGL2/3, SDLRenderer2/3, DirectX9, Metal: moved Init/Shutdown code lower in the file.
fb308c14ce Remove noise from 0453ae9 + amend comments. (#914)
Compare 11 commits »
mirrors synced commits to master at mirrors/tmux from mirror 2026-04-23 15:55:39 +00:00
bcd17cf99a Merge branch 'obsd-master'
bc15723f7f Add feature for progress bar and pass to outside terminal, GitHu issue
7a0cc03532 Translate keypad keys to text in prompt input. From Barrett Ruth in
d36f6783c7 Add a couple of controls (kill, zoom) to default pane-status-format.
d339ab51eb Sanitize pane titles and window and session names more consistently and
Compare 10 commits »
mirrors synced commits to dependabot/github_actions/github-actions-2ef62f5d24 at mirrors/neovim from mirror 2026-04-23 15:55:36 +00:00
ba74a13620 ci: bump the github-actions group across 2 directories with 3 updates
7e006b06c4 fix(lsp): callHierarchy/outgoingCalls ranges are relative to caller, not callee #39336
ecb8402197 fix(lsp): filter code_action diagnostics to the cursor #38988
19ef632dec fix(terminal): memory leak in pending TermRequest StringBuilder #39333
a4ad469fb1 vim-patch:partial:9.2.0315: missing bound-checks (#39334)
Compare 24 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-04-23 15:55:36 +00:00
f8c94bb8cf fix(pack): only use tags that strictly comply with semver spec #39342
2124ffb27b Merge pull request #39339 from bfredl/reunification
d50cca5b87 fix(build.zig): reunify parser install path
7e006b06c4 fix(lsp): callHierarchy/outgoingCalls ranges are relative to caller, not callee #39336
ecb8402197 fix(lsp): filter code_action diagnostics to the cursor #38988
Compare 6 commits »
mirrors synced new reference backport-38988-to-release-0.12 to mirrors/neovim from mirror 2026-04-23 15:55:36 +00:00