..
atomic
minor cleanup for watcom _inline keyword.
2021-11-25 17:00:24 +03:00
audio
Android: fixes build NDK 21d
2021-12-31 11:12:21 -08:00
core
Fixed bug #5118 - [Android] PointerIcon leak in Cursor API
2021-12-21 22:07:17 +01:00
cpuinfo
cpuinfo: remove malloc from comments
2021-11-22 08:38:46 -08:00
dynapi
Fixed bug #5087 : SDL_RenderGeometryRaw() passes colors as int* instead of SDL_Color*
2021-12-14 10:31:55 +01:00
events
events: Add logging for SDL_MOUSEWHEEL preciseX/Y fields
2021-12-06 21:18:23 -06:00
file
filesystem
replaced use of _MAX_PATH with CCHMAXPATH in os/2 code,
2021-12-08 14:01:02 +03:00
haptic
haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android
2021-11-27 19:18:41 +03:00
hidapi
Fixed enabling udev hotplug detection on Linux
2021-12-15 10:39:42 -08:00
joystick
SDL_joystick.c: cast the arguments to nibble() to unsigned char.
2021-12-18 14:01:02 +03:00
libm
Make SDL2 able to build or PSP with cmake
2021-12-07 14:03:00 +03:00
loadso
locale
use SDL's functions version inplace of libc version
2021-11-22 08:38:46 -08:00
main
removed stdlib.h from SDL_psp_main.c now that exit() is gone.
2021-12-07 19:32:56 +03:00
misc
Fix warnings: static, include, un-initialized vairables
2021-11-23 10:33:12 +01:00
power
use SDL's functions version inplace of libc version
2021-11-22 08:38:46 -08:00
render
GL renderer uses glDrawArrays instead of glBegin/glEnd.
2021-12-27 10:52:47 -05:00
sensor
Don't fail the sensor init if we couldn't create a sensor manager (i.e. we're running on Wine)
2021-11-28 21:14:02 -08:00
stdlib
Fixed undefined behavior in SDL_memset() (thanks andrewrk!)
2021-12-28 15:58:15 -08:00
test
SDL_test_common.c: (unsigned char) cast to SDL_isdigit() parameter.
2021-12-17 07:33:10 +03:00
thread
Fix wrong value for thread priorities following official PSP Docs
2021-12-17 13:57:22 -08:00
timer
Initial for building PSP version with CMake
2021-12-07 14:03:00 +03:00
video
X11_WaitEventTimeout: remove unreachable return
2022-01-02 08:04:13 -08:00
SDL.c
Fix audio memory leaks due to invalid init (thanks Janiszewski!)
2021-12-17 19:04:39 -08:00
SDL_assert.c
SDL_assert_c.h
SDL_dataqueue.c
Remove malloc from comment
2021-11-22 08:38:46 -08:00
SDL_dataqueue.h
SDL_error.c
SDL_error_c.h
SDL_hints.c
SDL_hints_c.h
SDL_internal.h
Re-enabled the O_CLOEXEC definition so config headers can be fixed
2021-12-14 12:42:39 -08:00
SDL_log.c
log: Fixed compiler warnings on 64-bit Visual Studio.
2021-08-04 02:34:09 -04:00