232
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Dec 17, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sync SDL3 wiki -> header More... 12 months ago
docs: Note SDL_UpdateWindowSurfaceRects can update beyond specified areas. More... 12 months ago
Set the number of audio devices to 0 if audio hasn't been initialized More... 12 months ago
Convert the coordinates in drop events as well (thanks @Dragon-Baroque!) More... 12 months ago
Fixed bug #8301 - Software renderer draws long lines incorrectly / SDL_RENDERLINEMETHOD_GEOMETRY More... 12 months ago
Added raw input device handle for WM_INPUT mouse button handling More... 12 months ago
Touchpads already have their right/left buttons swapped in raw input More... 12 months ago
Restore window minimum and maximum size if it is recreated More... 12 months ago
Remove force using one thread More... 12 months ago
Remove ps2_driver from workflow More... 12 months ago
Sync SDL3 wiki -> header More... 12 months ago
Sync SDL3 wiki -> header More... 12 months ago
Make Xbox GDK code public (and fix some GDK code rot) (#8844) More... 12 months ago
win32: Let windows manage the floating state unless explicitly overridden More... almost 1 year ago
win32: Fix test failures More... almost 1 year ago
Let Windows track floating window state More... about 1 year ago
Moved window state change handling from WM_WINDOWPOSCHANGING to WM_WINDOWPOSCHANGED More... about 1 year ago
Revert "SDL_windowsevents.c: fixed -Werror=unused-variable" More... about 1 year ago
Pass the frame DPI to WIN_AdjustWindowRectForHWND() More... about 1 year ago
SDL_windowsevents.c: fixed -Werror=unused-variable More... about 1 year ago
testgeometry: allow to use arrows to move the triangle More... about 1 year ago
Refactor AdjustWindowRectEx() into WIN_AdjustWindowRectForHWND() More... about 1 year ago
Removed deprecated use of __IPHONEOS__ (thanks @Dragon-Baroque!) More... about 1 year ago
Prevent ASAN warning: like SDL_triangle.c:305:30: runtime error: left shift of negative value -672 (even if the value was correctly computed) More... about 1 year ago
Fixed borderless window client area calculation More... about 1 year ago
Capture debug macros off by default More... about 1 year ago
Fixed ASAN warning, runtime error: left shift of 160 by 24 places cannot be represented in type 'int' More... about 1 year ago
Fix compile error with XInputOnGameInput.h More... about 1 year ago
tests: Clean up the window creation properties in the Wayland custom surface example More... about 1 year ago
Fixed pause key on Windows (thanks Mikhail!) More... about 1 year ago