summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Fixed bug 4608 - Android: not getting SDL_WINDOWEVENT_FOCUS_GAINED on start o...HEADmasterSam Lantinga1-1/+0
2019-04-24Fixed bug 4566 - Hot-plugging Bluetooth controller causes force-quit on AndroidSam Lantinga1-1/+1
2019-04-23Don't redefine __SSE__ and related macros if they're already definedSam Lantinga1-0/+8
2019-04-23Change my previous fix based on feedback from dev @samlSam Lantinga1-1/+1
2019-04-23Created Xcode schemes for building on iOS and tvOSSam Lantinga9-0/+720
2019-04-23Fix compile errors I hit when building org.libsdl in source2 (part 2 of 2) @samlSam Lantinga1-1/+1
2019-04-23Fix compile errors I hit when building org.libsdl in source2 (part 1 of 2)Sam Lantinga1-3/+3
2019-04-23Use _Exit() when availableSam Lantinga6-3/+36
2019-04-07Add a configure option allowing users to choose whether to install sdl2-configHugh McMaster2-0/+23
2019-04-23Android: add static variable initialization in non blocking event loopSylvain Becker1-1/+1
2019-04-22Added a helper function to tell whether or not a window can be minimizedSam Lantinga1-3/+15
2019-04-22Only leave fullscreen mode if we're actually going to minimizeSam Lantinga1-2/+3
2019-04-22Fixed bug 4580 - Android 8: immersive fullscreen notification causes flickeri...Sam Lantinga2-16/+68
2019-04-21configure: Cleaned up audio/video summaries when building for Windows.Ryan C. Gordon2-6/+8
2019-04-17iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployme...Alex Szpakowski4-13/+4
2019-04-17macOS: Fix compilation when using the 10.9 SDK or older.Alex Szpakowski1-1/+1
2019-04-16Explicitly load hidapi as a dependency of the SDL librarySam Lantinga1-0/+1
2019-03-17hidapi: Add GCN L/R buttons, just in case someone wants them...Ethan Lee1-2/+7
2019-04-12Android: when event loop is not blocking in pause, backup EGL context (Bug 4578)Sylvain Becker1-12/+27
2019-04-10Fix disabling OpenGL vsync on macOS 10.14.4+ (bug #4575).Alex Szpakowski1-1/+6
2019-04-10Fixed bug 4581 - generate synthetic mouse events at window boundariesSylvain Becker1-12/+12
2019-04-08Fixed bug 4581 - mouse events with SDL_TOUCH_MOUSEID make window lost focusSylvain Becker1-4/+12
2019-04-08Fixed bug 4582 - Maximize/Resize not working on Windows 10Sylvain Becker1-3/+7
2019-04-06SDL_HINT_MOUSE_TOUCH_EVENTS: move tracking appart in case of 'window' is nullSylvain Becker1-5/+5
2019-04-06Bug 4581: move tracking appart so it doesn't require the window to have focusSylvain Becker1-4/+11
2019-04-05Fixed bug 4579 - SDL_android.c s_active not being atomicSam Lantinga1-4/+9
2019-04-05Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as wellSam Lantinga2-6/+3
2019-04-05https://bugzilla.libsdl.org/show_bug.cgi?id=4577Sam Lantinga1-9/+10
2019-04-05Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSESylvain Becker6-18/+26
2019-04-05Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviourSylvain Becker3-5/+15
2019-04-04Update WhatsNew.txtSylvain Becker1-0/+1
2019-04-04Update WhatsNew.txtSylvain Becker1-0/+9
2019-04-04Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCHSylvain Becker6-68/+9
2019-04-04Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch eventsSylvain Becker5-22/+91
2019-04-04Bug 4576: track both FingerId and TrackIdSylvain Becker3-41/+34
2019-04-03Bug 4576: fix wrong scalingSylvain Becker1-2/+2
2019-04-02Bug 4576: one more warningSylvain Becker1-1/+0
2019-04-02Bug 4576: fix warning and compileSylvain Becker4-7/+5
2019-04-02Bug 4576: remove touch/mouse duplication for AndroidSylvain Becker1-39/+1
2019-04-02Bug 4576: remove touch/mouse duplication for IOSSylvain Becker1-27/+2
2019-04-02Bug 4576: remove touch/mouse duplication for WinRTSylvain Becker1-21/+0
2019-04-02 Bug 4576: remove touch/mouse duplication for EmscriptenSylvain Becker2-20/+0
2019-04-02 Bug 4576: remove touch/mouse duplication for WaylandSylvain Becker2-18/+0
2019-04-02Bug 4576: remove touch/mouse duplication for linux/EVDEVSylvain Becker1-23/+0
2019-04-02Bug 4576: remove touch/mouse duplication for WindowsSylvain Becker1-14/+17
2019-04-02Bug 4576: handle mapping of TouchEvents to MouseEvents at higher levelSylvain Becker1-0/+42
2019-04-02configure.in: Rename configure.ac to fix an 'aclocal' warningSam Lantinga2-1/+1
2019-03-27docs: Replace references to configure.in with configure.acHugh McMaster2-2/+2
2019-03-25configure.in: Rename to configure.ac to fix an 'aclocal' warningHugh McMaster3-6/+6
2019-03-27Handle potentially calling SDL_JoystickUpdate() and SDL_JoystickQuit() at the...Sam Lantinga1-3/+7