kc3-lang/SDL/include

Branch :


Log

Author Commit Date CI Message
a21672c8 2015-05-26 16:25:22 Fix fallback define for DECLSPEC for non-Windows platforms. Looks like it was a copy/paste error? GCC doesn't support visibility attributes until gcc4, so just make it blank. Fixes Bugzilla #2720.
2c4a6ea0 2015-05-26 06:27:46 Updated the copyright year to 2015
240a3fbf 2015-05-16 16:55:56 iOS: Added support for SDL_DisableScreenSaver and SDL_EnableScreenSaver.
1c6ea0f2 2015-05-13 22:39:32 Added a userdata parameter to SDL_SetWindowsMessageHook()
7de242e7 2015-05-13 22:39:20 Added SDL_SetWindowsMessageHook() to facilitate full IME support on Windows
6e4e9ceb 2015-05-08 21:53:02 Fixed SDL_TouchFingerEvent documentation in header file.
6c20b682 2015-05-05 16:24:05 Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang.
034933d7 2015-04-22 21:43:22 Fixed typos in header file documentation comments.
71c65b15 2015-04-20 20:03:40 Fixed SDL_GameControllerOpen() and SDL_JoystickOpen() documentation in header.
83c088a0 2015-04-20 20:03:26 Fixed unsupported doxygen tag in header file.
b72938c8 2015-04-20 12:22:44 Windows: Always set the system timer resolution to 1ms by default. An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944.