• Joined on 2025-08-24
mirrors synced commits to release-0.12 at mirrors/neovim from mirror 2026-08-01 05:09:09 +00:00
1e6141de03 vim-patch:9.2.0882: :bwipe crashes if WinLeave wipes all other buffers (#41082)
0d9d2f12eb vim-patch:9.2.0676: MS-Windows: cannot switch to a buffer with '%' in its name (#40315)
Compare 2 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-08-01 05:09:09 +00:00
7b28b1f4a9 Merge pull request #41085 from zeertzjq/vim-9.2.0883
86bbe41459 vim-patch:9.2.0885: scroll: 'smoothscroll' position is lost when the window is squeezed
b08c588238 vim-patch:9.2.0884: scroll: unreachable 'smoothscroll' code in cursor_correct()
d9525e23f3 vim-patch:9.2.0883: scroll: 'smoothscroll' position is lost when using "|"
f129b5428a vim-patch:e31fb9b: runtime(lf): update syntax to support lf version r42 (#41083)
Compare 10 commits »
mirrors synced new reference marvim/ci-version-update to mirrors/neovim from mirror 2026-08-01 05:09:09 +00:00
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-08-01 05:09:09 +00:00
mirrors synced new reference reflow-opt to mirrors/ghostty from mirror 2026-08-01 05:09:01 +00:00
mirrors synced commits to reflow-opt at mirrors/ghostty from mirror 2026-08-01 05:09:01 +00:00
mirrors synced commits to main at mirrors/ghostty from mirror 2026-08-01 05:09:01 +00:00
08f039fbb3 cli: report ssh terminfo cache failures (#13533)
154ddc2a2f terminal/snapshot: binary snapshot format (#13534)
ca3dc9eeac cli: classify ssh cache errors in DiskCache
6b09bb3fca terminal/snapshot: ignore hex files in typos
05d4934848 terminal/snapshot: better root export
Compare 39 commits »
mirrors synced and deleted reference refs/tags/snapshot at mirrors/ghostty from mirror 2026-08-01 05:09:01 +00:00
mirrors synced commits to main at mirrors/gitea from mirror 2026-08-01 05:08:58 +00:00
cb79bb367e [skip ci] Updated translations via Crowdin
mirrors synced commits to main at mirrors/SDL from mirror 2026-08-01 04:58:57 +00:00
ec4bdfd118 Fixed SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER with IYUV and YV12 pixel buffers
b212874def Fixed support for SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER
2d81bcb605 cmake: mark the cmake script as compatible with CMake 4.4
Compare 3 commits »
mirrors synced commits to dev at mirrors/desktop from mirror 2026-08-01 04:38:55 +00:00
ccbd934482 gh-14805: Fix blank labels in keyboard shortcuts page (gh-14807)
1d05184a2a gh-9918: Fixes issue setting keybinds with shift + digit or symbol (gh-14357)
Compare 2 commits »
mirrors synced commits to master at mirrors/Odin from mirror 2026-08-01 03:38:55 +00:00
6996445834 Merge pull request #7172 from mocompute/fix-argon2id-constant-typo
8e4611fb74 Fix typo in constant name and a different comment
Compare 2 commits »
mirrors synced new reference refs/tags/v1.92.9b-docking to mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
mirrors synced commits to refs/tags/v1.92.9b-docking at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
mirrors synced new reference refs/tags/v1.92.9b to mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
mirrors synced commits to refs/tags/v1.92.9b at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
mirrors synced commits to master at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
9b7699f325 Backends: amend comments to state that bilinear filtering is required ahead of 1.93.
f1cc2ae15e Version 1.92.9b
Compare 2 commits »
mirrors synced commits to features/string_view at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
3de28988da ImStrv: detect and fixed misuses of CalcTextSize() old signature. (9321)
56bc272145 ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode)
f8b8a044a0 ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf)
f970df48fe ImStrv: allow constructing from two null pointers.
79a6a6fab1 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions?
Compare 24 commits »
mirrors synced commits to features/premake5 at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
3e8f7f905b Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852)
61041f4dca Premake: Add example_sdl2_sdlrenderer2 (7862)
1be498b615 Premake: experimental premake5 script.
f1cc2ae15e Version 1.92.9b
448ef2baa9 DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for a frame. (#9476, #701)
Compare 13 commits »
mirrors synced commits to features/demo_input_owner_and_routing at mirrors/imgui from mirror 2026-07-31 20:59:15 +00:00
aef99f2b68 Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos.
7d5fdd2a68 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo.
f1cc2ae15e Version 1.92.9b
448ef2baa9 DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for a frame. (#9476, #701)
b9adace7b5 Tables: fixed X position of angled borders being off by half a pixel.
Compare 12 commits »