• Joined on 2025-08-24
mirrors synced commits to main at mirrors/gitea from mirror 2025-10-02 23:08:32 +00:00
efc48c36ff Added button to copy file name in PR files (#35509)
mirrors synced commits to master at mirrors/Odin from mirror 2025-10-02 20:18:28 +00:00
6d8f4b85a8 Merge pull request #5745 from samwega/master
54805c600e After discord debate: replaced rtoi and utoi with just digit_to_int and simple comment
b2e695e634 Merge pull request #5742 from samwega/utoi_and_rtoi_strconv
84e8b8d1ad fix: copy/paste replaced tabs with spaces
7eb26d8eac feat: added rtoi & utoi procs for converting a rune and a u8 character respectively to int
Compare 5 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-10-02 16:18:33 +00:00
a0a6639fb5 Viewports: rename ImGuiBackendFlags_HasParentViewportId->ImGuiBackendFlags_HasParentViewport. (#8948)
mirrors synced commits to dev at mirrors/desktop from mirror 2025-10-02 16:08:41 +00:00
283108dc28 feat: Improve windows signing CI tool, b=no-bug, c=no-component
mirrors synced commits to feat/permissions-panel at mirrors/desktop from mirror 2025-10-02 16:08:41 +00:00
c701a24db5 feat: Implement site security section, b=no-bug, c=common, tabs
f098ff9ddf Merge branch 'dev' into feat/permissions-panel
8bd7d835b4 feat: Finished permissions and addons, b=no-bug, c=common
236abce07b feat: Add more delay when the mouse leaves the urlbar, b=no-bug, c=compact-mode
c1df4a3c3e Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
Compare 15 commits »
mirrors synced and deleted reference refs/tags/push-znustmxwypyp at mirrors/ghostty from mirror 2025-10-02 16:08:39 +00:00
mirrors synced commits to zig-0-15 at mirrors/ghostty from mirror 2025-10-02 16:08:39 +00:00
86ab649da5 wip: zig build test
07d4d8f513 terminal: Zig 0.15, lib-vt and test-lib-vt work
4bb7dc75e6 unicode: fix lookup table generation
760fc8102c Zig 0.15: zig fmt
f1ce381ec8 zig-15: build binary builds
Compare 12 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2025-10-02 16:08:39 +00:00
f11a4f7a68 Convert framegen to C, add compressed data to source tarball (#8989)
1ec74f8e39 Convert framegen to C, add compressed data to source tarball
Compare 2 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2025-10-02 16:08:32 +00:00
02b3e44f88 swap TraceLog to TRACELOG (#5226)
718a841cfb REXM: Update examples
8670e6e1b9 REXM: FIX: Get others category
29a7996402 REXM: Remove dead code of functions already moved to raylib
Compare 15 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-10-02 16:08:31 +00:00
e5c28c5326 wayland: Fix variable scope
mirrors synced new reference l10n_dev to mirrors/desktop from mirror 2025-10-02 07:58:40 +00:00
mirrors synced commits to l10n_dev at mirrors/desktop from mirror 2025-10-02 07:58:40 +00:00
mirrors synced and deleted reference refs/tags/backport-35976-to-release-0.11 at mirrors/neovim from mirror 2025-10-02 07:58:35 +00:00
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2025-10-02 07:58:35 +00:00
61aab4cfe0 vim-patch:9.1.0698: tests: "Untitled" file not removed when running Test_crash1_3 alone
a839200c0a vim-patch:9.1.0695: tests: test_crash leaves Untitled file around
8634a46165 vim-patch:9.1.0689: [security]: buffer-overflow in do_search() with 'rightleft'
dd79bc8360 vim-patch:014c731: runtime(doc): make :h virtcol() more accurate (#35976)
Compare 4 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2025-10-02 07:58:35 +00:00
28ccebd138 Merge pull request #35987 from zeertzjq/vim-9.1.1818
df0b9e7a5d vim-patch:9.1.1818: possible crash when calculating topline in diff.c
dfd3ac6f48 vim-patch:partial:9.1.1110: Vim tests are slow and flaky
9f33b69cfd vim-patch:cfcf1a5: runtime(doc): Clarify use of "noselect" in 'completeopt'
3f422cb5eb vim-patch:6e28211: runtime(doc): Tweak documentation style
Compare 15 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2025-10-02 07:58:35 +00:00
1dc2ae31b2 docs: update version.c
237827a0da test: normalize test filepath #35983
d72c805e87 vim-patch:8337d77: runtime(netrw): MS-Windows: fix netrw not being able to navigate to parent folder (#35982)
c12efc50a9 vim-patch:a644b79: runtime(optwin): Update formatting of option descriptions (#35980)
39c0425c4c vim-patch:0977c8b: runtime(vim): Update base syntax, contain user command replacement text (#35979)
Compare 12 commits »
mirrors synced commits to main at mirrors/SDL from mirror 2025-10-02 07:58:30 +00:00
a864dcac25 Added support for using the GPU renderer as an offscreen renderer
mirrors synced commits to main at mirrors/gitea from mirror 2025-10-02 06:48:34 +00:00
340aed3982 Update JS and PY deps (#35565)
mirrors synced commits to master at mirrors/imgui from mirror 2025-10-01 23:58:32 +00:00
8c22b8aef6 Textures: allowed backend to destroy texture while inside the NewFrame/EndFrame scope. (#8811)
fc4105c8a8 Backends: DX9,DX10,DX11,DX12,Metal,Vulkan,WGPU,SDLRenderer2,SDLRenderer3: ensure that a texture in _WantDestroy state always turn to _Destroyed. (#8977)
Compare 2 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2025-10-01 23:58:32 +00:00
0f7f6284d7 Merge branch 'master' into docking
8c22b8aef6 Textures: allowed backend to destroy texture while inside the NewFrame/EndFrame scope. (#8811)
fc4105c8a8 Backends: DX9,DX10,DX11,DX12,Metal,Vulkan,WGPU,SDLRenderer2,SDLRenderer3: ensure that a texture in _WantDestroy state always turn to _Destroyed. (#8977)
ea564a6a5e Textures: fixed a crash if a texture marked as _WantDestroy by a backend after it had already been destroyed. (#8977, #8811)
9809b0b061 Textures: Fixed not updating ImTextureData's RefCount when destroying a context using a shared ImFontAtlas. (#8975)
Compare 12 commits »