summaryrefslogtreecommitdiff
path: root/src/SDL.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-15events: Make debug logging of the event queue a hint instead of an #ifdef.Ryan C. Gordon1-4/+2
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-11-19Fixed bug 4391 - hid_enumerate() sometimes causes game to freeze for a few se...Sam Lantinga1-0/+6
2018-09-24Fixed whitespaceSam Lantinga1-7/+7
2018-08-21Moved SDL_IsTablet() to a cross-platform API functionSam Lantinga1-0/+14
2018-08-21First pass on the new SDL sensor APISam Lantinga1-0/+24
2018-02-21Fixed bug 4034 - Don't include _DllMainCRTStartup() if SDL_STATIC_LIB is defi...Sam Lantinga1-2/+2
2018-02-18Actually, this is needed for building with Visual Studio with both /MT and /MD.Sam Lantinga1-1/+5
2018-02-18Fixed bug 4034 - Do we really need _DllMainCRTStartup() in every Windows build?Sam Lantinga1-5/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-04-01Backing out broken change from previous commit.Ryan C. Gordon1-1/+0
2017-04-01Intentionally breaking buildbot to test email server change.Ryan C. Gordon1-0/+1
2017-03-02Some patches to make SDL compile with armcc (ARM's C compiler).Ryan C. Gordon1-2/+2
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga1-4/+1
2016-10-17Fixed bug 3456 - SDL_GameControllerOpen fails if the joystick subsystem isn't...Sam Lantinga1-10/+10
2016-09-13Initial Apple TV / tvOS support.Alex Szpakowski1-0/+2
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Stack hint should look for 0, not -1, and not care about environment variables.Ryan C. Gordon1-8/+0
2015-05-26Added a hint to specify new thread stack size (thanks, Gabriel!).Ryan C. Gordon1-0/+8
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-02-14Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten".Philipp Wiesemann1-0/+2
2014-11-15WinRT: made SDL_GetPlatform() return "WinRT" and not 'Unknown'David Ludwig1-0/+2
2014-06-21Added NaCl to SDL_GetPlatform()Sam Lantinga1-0/+2
2014-03-01Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatchSam Lantinga1-2/+7
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon1-2/+0
2013-11-08Made helper window creation depend on initializing the Haptics or Joystick su...Sam Lantinga1-3/+5
2013-10-20It's okay to quit things more than once.Sam Lantinga1-2/+0
2013-10-17Fixed building using MinGWSam Lantinga1-1/+4
2013-10-13Added an assert to catch init/quit call mismatch that might bite people.Sam Lantinga1-0/+2
2013-08-07Updated the name of the iOS platformSam Lantinga1-1/+1
2013-08-07Whoops, forgot to commit this piece.Ryan C. Gordon1-3/+0
2013-08-07SDL_Init() is now just a wrapper around SDL_InitSubSystem().Ryan C. Gordon1-15/+10
2013-08-07SDL_*Parachute() are no-ops, remove them.Ryan C. Gordon1-6/+0
2013-08-07Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)Ryan C. Gordon1-4/+0
2013-07-06Make it possible to use SDL events separately from the video subsystem.Sam Lantinga1-13/+50
2013-07-05Fixed some __BEOS__ vs __HAIKU__ preprocessor tests (thanks, Axel!).Ryan C. Gordon1-3/+2
2013-06-05Added some extra protection to notify the developer if they haven't initializ...Sam Lantinga1-0/+16
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-13/+13
2013-05-02move Ticks initialization tracking to separate function and ensure it's calle...Edward Rudd1-6/+2
2013-04-25Fixed bug 1582 - Allow disabling SDL_VIDEO_DRIVER_WINDOWSSam Lantinga1-3/+3
2013-03-31Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon1-12/+6
2013-03-17Removed Nintendo DS support since nobody has volunteered to maintain it for o...Sam Lantinga1-2/+0
2013-03-17Add PSP supportCaptain Lex1-0/+2
2013-02-25Cleanup of SDL_PrivateShouldInitSubsystem.Jørgen P. Tjernø1-16/+11
2013-02-25sdl2Jørgen P. Tjernø1-18/+30
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2013-02-12Fix build issue on Win/Haiku.Jørgen P. Tjernø1-3/+6