| .. |
|
atomic
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
audio
|
Emscripten: Added missing error messages for audio and joystick init failures.
|
2015-08-05 21:04:10 +02:00 |
|
core
|
Android: Changed return type of four JNI functions from int to jint.
|
2015-09-05 20:21:52 +02:00 |
|
cpuinfo
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
dynapi
|
Move GetDisplayDPI to the end of the file.
|
2015-07-29 17:19:06 -07:00 |
|
events
|
SDL_WarpMouseGlobal() should return non-void.
|
2015-07-17 21:03:58 -04:00 |
|
file
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
filesystem
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
haptic
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
joystick
|
Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!).
|
2015-09-13 11:29:45 -04:00 |
|
libm
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
loadso
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
main
|
Fixed bug 3083 - Android JNIEXPORT and JNICALL missing
|
2015-08-01 22:03:50 -07:00 |
|
power
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
render
|
Changed an error return value from 0 to NULL for consistency.
|
2015-08-21 23:50:37 +02:00 |
|
stdlib
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
test
|
Fixed memory leak in test harness.
|
2015-07-06 21:02:20 +02:00 |
|
thread
|
Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread().
|
2015-08-15 21:21:29 +02:00 |
|
timer
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
video
|
iOS: Added support for force-touch on capable devices.
|
2015-09-09 19:08:52 -03:00 |
|
SDL.c
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_assert.c
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_assert_c.h
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_error.c
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_error_c.h
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_hints.c
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_internal.h
|
Fixed crash if initialization of EGL failed but was tried again later.
|
2015-06-21 17:33:46 +02:00 |
|
SDL_log.c
|
Windows: Fixed wrong debugger output if logging empty string as info or warning.
|
2015-07-16 21:31:21 +02:00 |