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
wayland: Remove bitfield specifiers from boolean values More... about 1 year ago
Fixed warnings in SDL_pen.c More... about 1 year ago
Fixed warning C4244: '=': conversion from 'SDL_bool' to 'Uint8', possible loss of data More... about 1 year ago
Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch in SDL_video.c More... about 1 year ago
Fixed warning C4389: '!=': signed/unsigned mismatch in SDL_blit.c More... about 1 year ago
Fixed warning C4245: 'return': conversion from 'int' to 'SDL_JoystickID', signed/unsigned mismatch More... about 1 year ago
Fixed warning C4244: 'function': conversion from 'int' to 'Uint16', possible loss of data More... about 1 year ago
Fixed warning C4244: 'initializing': conversion from 'SDL_bool' to 'Uint8', possible loss of data More... about 1 year ago
Fixed signed/unsigned warnings with Visual Studio when comparing SDL_bool with boolean expressions More... about 1 year ago
Store the surface properties in the reserved pointer of a surface More... about 1 year ago
wayland: Don't apply old libdecor window dimensions More... about 1 year ago
Fixed example of creating a window with properties More... about 1 year ago
Added an example of creating a window with position More... about 1 year ago
Added documentation for getting the X11 display from an SDL window More... about 1 year ago
Added documentation for getting the NSWindow from an SDL window More... about 1 year ago
Added documentation for getting the X11 window from an SDL window More... about 1 year ago
Use the Valve code name for the Steam Deck controller More... about 1 year ago
Added comment for the BDA Pro Ex controller More... about 1 year ago
Removed an assertion it's possible to hit More... about 1 year ago
Fixed building with older Windows SDK More... about 1 year ago
Added support for alpha blending using palette alpha More... about 1 year ago
uikit: Send fullscreen enter/leave events More... about 1 year ago
Sync SDL3 wiki -> header More... about 1 year ago
Report the D-Pad for HIDAPI gamepads as a hat More... about 1 year ago
Fixed crash if joystick functions are passed a NULL joystick More... about 1 year ago
Fix static build with libdecor 0.2.0 More... about 1 year ago
Allow passing in `extrainfo` value to `GetMouseMessageSource()` More... about 1 year ago
Fix wrong bit count in comment More... about 1 year ago
Add missing `(void)` in functions params More... about 1 year ago
Consolidate mouse-touch event checking logic More... about 1 year ago