• Joined on 2025-08-24
mirrors synced commits to main at mirrors/gitea from mirror 2026-05-16 02:04:34 +00:00
ef801bb661 fix(auth): set User-Agent on avatar fetch and sync avatar on link-account register (#37564) (#37588)
mirrors synced commits to release/v1.26 at mirrors/gitea from mirror 2026-05-16 02:04:34 +00:00
1d5163133b fix(repo): /generate must sync the branch table for the new repo (#37693) (#37712)
mirrors synced commits to main at mirrors/SDL from mirror 2026-05-15 18:04:28 +00:00
aeacf42e06 gameinput: only add the share button for known Xbox Series X controllers
a95ce7e734 Detect the GameSir Super Nova in Xbox 360 mode
d1d54b8c56 test: build testsprite as c++ application
bd146867e4 Update showFileDialog in proguard-rules.pro
6586bebfec Fix Cygwin building and add CI (#15566)
Compare 7 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-05-15 18:04:28 +00:00
a7f93c5c55 Detect the GameSir Super Nova in Xbox 360 mode
e5246aaa6a Update showFileDialog in proguard-rules.pro
b87c1101e0 Add joystickSetSensorsEnabled to proguard-rules.pro
Compare 3 commits »
mirrors synced new reference chore/upstream-sync to mirrors/desktop from mirror 2026-05-15 17:54:56 +00:00
mirrors synced commits to chore/upstream-sync at mirrors/desktop from mirror 2026-05-15 17:54:56 +00:00
mirrors synced commits to master at mirrors/imgui from mirror 2026-05-15 17:54:54 +00:00
93e396ffb7 Textures: call ImTextureDataUpdateNewFrame() for textures registered via RegisterUserTexture(). (#8789, #8465)
068e055510 Textures: extract ImTextureDataUpdateNewFrame() out of ImFontAtlasUpdateNewFrame(). (#8465)
db161b84c9 Windows: clicking on a window's empty-space to move/focus a window checks for lack of queued focus request. (#9382)
4088a4f40c Windows: clicking on a window's empty-space to move/focus a window checks for lack of mouse button ownership. (#9382)
46a050fff2 Nav: minor optimization NavUpdate().
Compare 6 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-05-15 17:54:54 +00:00
5a76f2adf1 Merge branch 'master' into docking
db161b84c9 Windows: clicking on a window's empty-space to move/focus a window checks for lack of queued focus request. (#9382)
4088a4f40c Windows: clicking on a window's empty-space to move/focus a window checks for lack of mouse button ownership. (#9382)
46a050fff2 Nav: minor optimization NavUpdate().
c7767926ce Version 1.92.9 WIP
Compare 8 commits »
mirrors synced commits to floating_panes at mirrors/tmux from mirror 2026-05-15 17:54:50 +00:00
c4ec9234e9 Fix to ignore minimised panes when redoing the layout.
2e0eabbf0a Fix screen_redraw_get_visible_ranges to ignore minimised panes.
Compare 2 commits »
mirrors synced commits to release/v1.26 at mirrors/gitea from mirror 2026-05-15 17:54:37 +00:00
0e53c41694 feat(api): encrypt AWS creds (#37679) (#37713)
mirrors synced commits to main at mirrors/gitea from mirror 2026-05-15 17:54:37 +00:00
59db4154eb chore: clean up tests (#37715)
mirrors synced commits to master at mirrors/raylib from mirror 2026-05-15 17:54:27 +00:00
c04e57399a Fix compilation for -DPLATFORM=RGFW (#5870)
6c090f6193 Fix build.zig building examples all the time (#5869)
Compare 2 commits »
mirrors synced commits to pr_field at mirrors/Nim from mirror 2026-05-15 17:54:26 +00:00
1ce95381d4 adds legacy:typedescFieldAccess
63933a3865 fix: use typeof in various tests
Compare 2 commits »
mirrors synced new reference pr_c++_2 to mirrors/Nim from mirror 2026-05-15 17:54:26 +00:00
mirrors synced commits to pr_c++_2 at mirrors/Nim from mirror 2026-05-15 17:54:26 +00:00
mirrors synced commits to master at mirrors/Odin from mirror 2026-05-15 16:54:26 +00:00
80a21a01cc Merge pull request #6687 from MightyChubz/xlib-signature-changes
6888cca982 refactor: Change bit_set type for SizeHints to int
310d27ff19 fix: Change discard from bool to b32 in Sync
53dd8075b1 refactor: Clean signature for GetWindowProperty
e294f3f1e1 feat: Add atom constants for XA_CARDINAL and XA_INTEGER
Compare 7 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-05-15 09:57:00 +00:00
f00b0291b3 surface: cannot set a palette to a non-indexed surface
mirrors synced commits to main at mirrors/SDL from mirror 2026-05-15 09:57:00 +00:00
d5af35e3fb surface: cannot set a palette to a non-indexed surface
mirrors synced commits to main at mirrors/ghostty from mirror 2026-05-15 09:47:37 +00:00
0071971b57 Delete test_align (#12688)
84ad649128 Update VOUCHED list (#12689)
e9213bb1e7 Delete test_align
Compare 3 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-05-15 09:47:32 +00:00
310c719a1f Rework definition of ImDrawFlags_InvalidMask_ so it more strictly fits in an int32 for non C/C++ languages where it matters. (#9396, #9397)