SDL/src
Sylvain Becker 3d100df36f Readability: remove const-qualifation from function declaration
const-qualification of parameters only has an effect in function definitions
2019-10-30 15:43:49 +01:00
..
atomic Fixed memory barrier macro check so it isn't quite so fragile 2019-06-30 23:58:31 -07:00
audio Readability: remove redundant return, continue, enum declaration 2019-10-30 15:36:17 +01:00
core linux: If D-Bus isn't available on the system, don't keep trying to load it. 2019-10-09 19:38:16 -04:00
cpuinfo Android: fix compilation error of SDL_cpuinfo.c on android-r13b (bug 4365) 2019-10-27 14:52:09 +01:00
dynapi Readability: remove const-qualifation from function declaration 2019-10-30 15:43:49 +01:00
events Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
file Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
filesystem Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
haptic Updated copyright for 2019 2019-01-04 22:01:14 -08:00
hidapi Prevent the SPEEDLINK COMPETITION PRO joystick from switching into Android controller mode when enumerated over HID on Windows 10. 2019-08-22 15:58:00 -07:00
joystick Readability: remove redundant return, continue, enum declaration 2019-10-30 15:36:17 +01:00
libm Updated copyright for 2019 2019-01-04 22:01:14 -08:00
loadso Updated copyright for 2019 2019-01-04 22:01:14 -08:00
main Updated SDL development builds to version 2.0.11 2019-09-22 10:37:16 -07:00
power SDL_syspower: remove dead store warning 2019-10-30 14:26:18 +01:00
render Readability: remove redundant return, continue, enum declaration 2019-10-30 15:36:17 +01:00
sensor Fixed bug 4837 - Use after free in SDL_SensorUpdate (Thanks!) 2019-10-23 08:46:59 +02:00
stdlib Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
test Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
thread Readability: remove redundant cast to the same type 2019-10-30 15:13:55 +01:00
timer Updated copyright for 2019 2019-01-04 22:01:14 -08:00
video Readability: remove redundant return, continue, enum declaration 2019-10-30 15:36:17 +01:00
SDL.c Readability: remove const-qualifation from function declaration 2019-10-30 15:43:49 +01:00
SDL_assert.c Readability: remove const-qualifation from function declaration 2019-10-30 15:43:49 +01:00
SDL_assert_c.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_dataqueue.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_dataqueue.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_error.c Fix DirectInput error codes being lost 2019-03-16 18:11:09 -07:00
SDL_error_c.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_hints.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_internal.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_log.c Copypaste SDL_NSLog to UIKit backend, document it as such 2019-07-17 23:20:57 -04:00