• Joined on 2025-08-24
mirrors synced commits to master at mirrors/neovim from mirror 2026-05-08 06:50:46 +00:00
0976ce255b vim-patch:9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound() (#39660)
mirrors synced commits to release-0.12 at mirrors/neovim from mirror 2026-05-08 06:50:46 +00:00
b3cd33d029 backport feat(tui): restore 'ttyfast' to control tty requests (#39667)
03af1ec931 vim-patch:9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound() (#39660)
Compare 2 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-05-08 06:50:45 +00:00
mirrors synced new reference marvim/ci-version-update to mirrors/neovim from mirror 2026-05-08 06:50:45 +00:00
mirrors synced new reference renovate/action-dependencies to mirrors/gitea from mirror 2026-05-08 06:50:37 +00:00
mirrors synced commits to renovate/action-dependencies at mirrors/gitea from mirror 2026-05-08 06:50:37 +00:00
mirrors synced commits to main at mirrors/gitea from mirror 2026-05-08 06:50:37 +00:00
7dc3087acd fix(git): Fix smart http request scope bug (#37583)
243c2d7146 chore(deps): update dependency go to v1.26.3 (#37601)
82d40296b0 chore(deps): bump tool deps and pin, update golangci-lint (#37574)
b4085c7e3c build: update pnpm to v11 (#37591)
bba748e8b5 chore(renovate): detect Makefile tools, enable go bumps (#37595)
Compare 6 commits »
mirrors synced commits to devel at mirrors/Nim from mirror 2026-05-08 06:50:26 +00:00
4c8052a45b fix: implicit imports drop std/ prefix (#25780)
7295f57833 Write all variables italic in section "About this document" (#25797)
Compare 2 commits »
mirrors synced commits to gh-pages at mirrors/Nim from mirror 2026-05-08 06:50:26 +00:00
ea31da4285 Deploy to GitHub pages
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-05-08 06:50:22 +00:00
7a827b145a GPU: Validate that 2D textures don't have layers (#15535)
a14da0d366 GPU: Allow depth texture arrays (#15534)
Compare 2 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2026-05-08 06:50:22 +00:00
cbe3fbe9f3 GPU: Validate that 2D textures don't have layers (#15535)
8efa8014df Sync SDL3 wiki -> header
d08ef12b12 GPU: Allow depth texture arrays (#15534)
Compare 3 commits »
mirrors synced commits to dev at mirrors/desktop from mirror 2026-05-07 22:40:45 +00:00
17f61152b9 Revert "no-bug: A few quality-of-life tweaks (build tooling)" (gh-13605)
9c88e3a84f no-bug: Sync upstream Firefox to version 150.0.2 (gh-13601)
b999a932ac no-bug: Improve swipe feel and avoid big jumps while swiping (gh-13603)
Compare 3 commits »
mirrors synced commits to stable at mirrors/desktop from mirror 2026-05-07 22:40:45 +00:00
825319d3d2 no-bug: Sync upstream Firefox to version 150.0.2 (gh-13601)
e61a62140f no-bug: Improve swipe feel and avoid big jumps while swiping (gh-13603)
515cd50a28 no-bug: bump axios from 1.15.0 to 1.16.0 (gh-13590)
ad20f85c9a gh-13516: Show the loading indicator ontop of the webview for toolbar mode (gh-13588)
e50fe0cc66 gh-13583: Fixed Previous Space in menu bar not working (gh-13587)
Compare 17 commits »
mirrors synced commits to little-zen at mirrors/desktop from mirror 2026-05-07 22:40:45 +00:00
cbd9381997 Merge remote-tracking branch 'origin/dev' into little-zen
9c88e3a84f no-bug: Sync upstream Firefox to version 150.0.2 (gh-13601)
b999a932ac no-bug: Improve swipe feel and avoid big jumps while swiping (gh-13603)
e9a0beae20 no-bug: bump axios from 1.15.0 to 1.16.0 (gh-13590)
b93c2054c4 no-bug: A few quality-of-life tweaks (build tooling) (gh-13565)
Compare 36 commits »
mirrors synced and deleted reference refs/tags/chore/upstream-sync at mirrors/desktop from mirror 2026-05-07 22:40:45 +00:00
mirrors synced commits to features/demo_input_owner_and_routing at mirrors/imgui from mirror 2026-05-07 22:40:44 +00:00
92615b4ae6 Demo: added variety of usage scenarios, hooking Alt, Mouse Wheel, Home, CTRL+Tab demos.
7b681a6674 Demo: added SetKeyOwner(), ImGuiInputFlags_LockThisFrame, ImGuiInputFlags_LockUntilRelease demo.
56b37bf93c Inputs: SetItemKeyOwner(): does not set ownership is key is already taken.
0eae77f783 Inputs: SetItemKeyOwner(): return true if ownership has been requested, which can to be checked to accurately gate further input test.
02ccd9f348 Scrolling, Inputs: using mouse wheel to scroll takes and keeps ownership of the corresponding keys while a wheeling window is locked.
Compare 42 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-05-07 22:40:44 +00:00
56b37bf93c Inputs: SetItemKeyOwner(): does not set ownership is key is already taken.
0eae77f783 Inputs: SetItemKeyOwner(): return true if ownership has been requested, which can to be checked to accurately gate further input test.
02ccd9f348 Scrolling, Inputs: using mouse wheel to scroll takes and keeps ownership of the corresponding keys while a wheeling window is locked.
163b8670c8 Demo: added image viewer with magnifier and grid.
a70b97ee48 Warning fixes.
Compare 6 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-05-07 22:40:43 +00:00
c51f1a6e47 Merge branch 'master' into docking
a70b97ee48 Warning fixes.
6df50a0667 (Breaking) DrawList: swapped the last two arguments of AddRect(), AddPolyline(), PathStroke(). thickness<>flags.
976c5c0f3a Textures: extract ImTextureDataQueueUpload() out of ImFontAtlasTextureBlockQueueUpload() (#8465)
Compare 4 commits »
mirrors synced commits to release-0.12 at mirrors/neovim from mirror 2026-05-07 22:40:39 +00:00
cae8fd7a94 refactor: _meta/builtin_types.lua => vimfn_types.lua #39658
1999c09953 backport build(docs): lint more quasi-keysets (#39656)
Compare 2 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-05-07 22:40:39 +00:00
aea9aeee78 refactor: _meta/builtin_types.lua => vimfn_types.lua #39658
55fd73a831 perf(server): use 1 request instead of 3 #39655
b351024daf build(docs): lint more quasi-keysets #39654
3639f7a867 feat(server): add v:useractive, use it in serverlist(info=true) #39423
Compare 4 commits »