sdl2_frt/src
Ryan C. Gordon ce7ae4ec8d wayland: Move buffer copy into mime_data_list_add()
It makes it clearer who owns the memory, and more reasonable to free it on
failure in the creating function.

(and, of course, pacifies static analysis.)
2020-05-28 14:57:10 -04:00
..
atomic
audio windows: Fix calls to CoCreateInstance() so last parameter is a LPVOID *. 2020-05-20 16:58:33 -04:00
core Getting closer. 2020-05-26 13:19:48 -07:00
cpuinfo
dynapi locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
events If there isn't a GetGlobalMouseState() implementation, fall back to the normal one. 2020-05-26 16:34:50 -07:00
file
filesystem Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
haptic Fixed building with --disable-joystick on Linux 2020-05-27 10:27:04 -07:00
hidapi hid: Add Microsoft Precision Mouse to the joystick blacklist. 2020-05-06 03:18:25 -04:00
joystick Don't include the iOS joystick driver if joysticks are disabled 2020-05-27 10:35:43 -07:00
libm
loadso
locale locale: Removed unused variable. 2020-05-21 04:01:37 -04:00
main locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
power
render Fixed iOS build 2020-05-26 13:54:47 -07:00
sensor sensor: Fixed compiler warnings on mingw64. 2020-05-21 03:52:48 -04:00
stdlib Fixed compiler warning building on FreeBSD 2020-05-27 09:22:12 -07:00
test
thread More Linux fixes. 2020-05-26 13:19:44 -07:00
timer
video wayland: Move buffer copy into mime_data_list_add() 2020-05-28 14:57:10 -04:00
SDL_assert_c.h
SDL_assert.c
SDL_dataqueue.c
SDL_dataqueue.h
SDL_error_c.h SDL_error: simplified error string management. 2020-04-21 01:30:36 -04:00
SDL_error.c SDL_error: simplified error string management. 2020-04-21 01:30:36 -04:00
SDL_hints_c.h
SDL_hints.c
SDL_internal.h Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
SDL_log.c
SDL.c