summaryrefslogtreecommitdiff
path: root/src
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-23Use _Exit() when availableSam Lantinga1-0/+4
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 Lantinga1-2/+16
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-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 Lantinga1-1/+1
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 Becker3-16/+13
2019-04-05Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviourSylvain Becker1-4/+12
2019-04-04Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCHSylvain Becker3-31/+1
2019-04-04Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch eventsSylvain Becker3-22/+76
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-03-27Handle potentially calling SDL_JoystickUpdate() and SDL_JoystickQuit() at the...Sam Lantinga1-3/+7
2019-03-25coreaudio: Set audio callback thread priority.Ryan C. Gordon1-0/+2
2019-03-25Backed out changeset ffd52bb02bccRyan C. Gordon3-95/+125
2019-03-21opengles2: Fix static analysis warning.Ryan C. Gordon1-2/+4
2019-03-19Hopefully fixed the mingw32 buildSam Lantinga1-0/+5
2019-03-19Fixed Visual Studio buildSam Lantinga1-1/+1
2019-03-19Didn't need to add SDL_windows.h include, that was already includedSam Lantinga1-1/+0
2019-03-19Fixed Windows RT buildSam Lantinga13-19/+28
2019-03-19Added support for building SDL as a dynamic library on iOSSam Lantinga5-4/+37
2019-03-16emscripten: force resize event when pixel ratio changesSebastian Krzyszkowiak1-1/+11
2019-03-16Fixed bug 4450 - SDL_mouse.c fails to compile with CMake generated Visual Stu...Sam Lantinga1-0/+3
2019-03-16Fixed bug 4511 - SDL_gamecontrollerdb Mapping for Sony Playstation USB contro...Sam Lantinga1-2/+3
2019-02-14Fixed DualShock 3 mappingSilent1-1/+1
2019-03-16Fixed bug 4525 - Fix crash in ALSA_HotplugThread caused by bad return value c...Sam Lantinga1-1/+1
2019-03-16Fixed CVE-2019-7635 and bug 4498 - Heap-Buffer Overflow in Blit1to4 pertainin...Sam Lantinga1-3/+24