232
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug 2081 - Add name to SDL_Point structure More... over 10 years ago
Fixed bug 2082 - SDL stdlib implementation does not force upper case for %X format specifier More... over 10 years ago
Fixed bug 2084 - SDL_log xxx on Android outputs to Logcat with incorrect priority. More... over 10 years ago
The SDL_PixelFormat* passed to SDL_ConvertSurface() should be const. More... over 10 years ago
WinRT: minor code cleanup in SDL_xaudio2.c More... over 10 years ago
WinRT: more renaming of "windowsrt" to "winrt" More... over 10 years ago
WinRT: renamed a mouse-related header file for naming-consistency's sake More... over 10 years ago
WinRT: misc code cleanups regarding touch and mouse events, and also SDL-internal globals More... over 10 years ago
WinRT: added touch input event support for Windows 8/RT devices More... over 10 years ago
Enabled thread naming on Windows. More... over 10 years ago
Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1
gabomdq
as Gabriel Jacobo
More... over 10 years ago
Fixes bug #2074 - Thanks Sylvain!
gabomdq
as Gabriel Jacobo
More... over 10 years ago
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). More... over 10 years ago
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) More... over 10 years ago
Christoph Mallon: Remove pointless if (x) before SDL_free(x) More... over 10 years ago
Christoph Mallon: Correct indendation. More... over 10 years ago
Christoph Mallon: Use SDL_arraysize() More... over 10 years ago
Christoph Mallon: Simplify assignment. More... over 10 years ago
Christoph Mallon: Report an error, if creating the directories in SDL_GetPrefPath() failed. More... over 10 years ago
Christoph Mallon: Remove lone /* if */ comment. More... over 10 years ago
Christoph Mallon: Simplify avoidance of duplicate / in SDL_GetPrefPath() More... over 10 years ago
WinRT: added touch-event support for Windows Phone devices More... over 10 years ago
Change order we enumerate Windows joysticks. More... over 10 years ago
Don't corrupt XInput device state during SDL_SYS_JoystickClose(). More... over 10 years ago
Fix endlines for logging via OutputDebugString(). More... over 10 years ago
Make XInput joystick names match the numbers on the device. More... over 10 years ago
Fixed comment typo. More... over 10 years ago
WinRT: corrected SDL_MOUSE* coordinates in non-Portrait modes More... over 10 years ago
Reworked XInput and DirectInput joystick code. More... over 10 years ago
Better XInput detection code for DirectInput device enumeration. More... over 10 years ago