sdl2_frt/src
2019-07-31 00:06:50 +03:00
..
atomic Fixed memory barrier macro check so it isn't quite so fragile 2019-06-30 23:58:31 -07:00
audio Fixed bug 4710 - audio/alsa: avoid configuring hardware parameters with only a single period 2019-07-07 09:10:56 -07:00
core Fixed bug 4739 - Android: loading native libs, generated by bundletool (Thanks akk0rd87) 2019-07-27 20:21:42 +02:00
cpuinfo Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface 2019-06-08 14:54:37 -07:00
dynapi minor build fixes. 2019-07-31 00:05:28 +03:00
events Fixed bug 4704 - SDL_HINT_ANDROID_SEPERATE_MOUSE_AND_TOUCH on Windows? 2019-07-15 09:36:53 -07:00
file Fixed bug 4526 - replace SDL_RW* macros with functions for using in bindings 2019-06-08 17:43:23 -07:00
filesystem Fixed bug 4726 - Fix for tvOS GetPrefPath 2019-07-18 19:33:17 -07:00
haptic
hidapi hidapi: Update repository URLs 2019-07-25 08:05:13 -05:00
joystick Don't call hid_enumerate() if the HIDAPI drivers are all disabled 2019-07-25 15:21:44 -07:00
libm
loadso
main Updated version to 2.0.10 2019-06-17 10:13:28 -07:00
power
render Android: concurrency issues, make sure Activity is in running State when calling 2019-06-28 16:38:42 +02:00
sensor
stdlib SDL_iconv_string: add (char*) casts before SDL_malloc() calls. 2019-07-31 00:06:50 +03:00
test test: unify all the command line usage logging. 2019-05-28 17:39:13 -04:00
thread Hopefully fixed the mingw32 build 2019-03-19 17:20:54 -07:00
timer
video Fixed bug 4538 - validate image size when loading BMP files 2019-07-30 11:00:00 -07:00
SDL_assert_c.h
SDL_assert.c minor build fixes. 2019-07-31 00:05:28 +03:00
SDL_dataqueue.c
SDL_dataqueue.h
SDL_error_c.h
SDL_error.c Fix DirectInput error codes being lost 2019-03-16 18:11:09 -07:00
SDL_hints.c
SDL_internal.h
SDL_log.c Copypaste SDL_NSLog to UIKit backend, document it as such 2019-07-17 23:20:57 -04:00
SDL.c