summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add checks for maximun scaling size (see bug #5510)Sylvain Becker2021-01-292-0/+10
* Make sure we don't create a game controller mapping for HID devices that aren...Sam Lantinga2021-01-281-1/+7
* Note that the Logitech G29 (PS4) is a racing wheelSam Lantinga2021-01-283-1/+2
* SDL_config_os2.h: remove some duplicated lines.Ozkan Sezer2021-01-291-4/+0
* config.guess and config.sub updates from mainstreamOzkan Sezer2021-01-283-9/+13
* Fixed bug 5510 - simplify the scaling functions blit auto (generated file)Sylvain Becker2021-01-281-1080/+432
* Fixed bug 5510 - simplify the scaling functionsSylvain Becker2021-01-282-31/+11
* SDL_stretch: remove un-used vars, same notation as blit functionsSylvain Becker2021-01-281-69/+66
* Fixed compiler warningsSam Lantinga2021-01-271-2/+1
* Fixed build warningSam Lantinga2021-01-271-0/+3
* Fixed PS4 controllers over Bluetooth on Windows 7Sam Lantinga2021-01-271-38/+57
* Added WIN_IsWindows8OrGreater() for internal useSam Lantinga2021-01-273-0/+15
* X11: Ungrab the keyboard when the mouse leaves the windowCameron Gutman2021-01-271-0/+10
* SDL_LowerSoftStretchLinear: assign result from scale_mat() to ret.Ozkan Sezer2021-01-281-5/+5
* Fixed bug 3816 - asm code in video/SDL_stretch.cSam Lantinga2021-01-271-290/+136
* Added explicit case from Uint8 to int before subtracting offsetSam Lantinga2021-01-271-1/+1
* Fixed compile warningSam Lantinga2021-01-271-1/+1
* The Sharkoon Skiller SGH2 headset hangs in DirectInput enumeration, so avoid ...Sam Lantinga2021-01-271-0/+1
* Fixed bug 3816 - asm code in video/SDL_stretch.cSam Lantinga2021-01-271-24/+38
* Fixed building with mingw64Sam Lantinga2021-01-271-0/+4
* SDL_Update{YUV,NV}Texture: also intersect rect with texture dimensionSylvain Becker2021-01-271-20/+20
* SDL_UpdateTexture: intersect update rect with texture dimensionSylvain Becker2021-01-271-12/+13
* SDL_SoftStretch: disable asm path if mprotect isn't available (see bug #3816)Sylvain Becker2021-01-271-0/+4
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-2612-83/+366
* SDL_SoftStretch: re-enable USE_ASM_STRETCH path for gcc >= 4.6Sylvain Becker2021-01-261-2/+8
* DirectFB: Split input grab handling into keyboard and mouse partsCameron Gutman2021-01-266-36/+34
* Fixed bug 5497 - SDL_COMPOSE_ERROR is wrongSam Lantinga2021-01-251-1/+1
* Fixed bug 5481 - iOS-specific main sources not used for CMake build.Sam Lantinga2021-01-251-0/+1
* Fixed bug 5493 - Hint to let the user opt out of having Switch controllers' H...Sam Lantinga2021-01-252-1/+14
* Removed non-functional window grab implementationsSam Lantinga2021-01-258-27/+0
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-2529-36/+36
* wayland: cancel key repeat when keyboard focus is lostCameron Gutman2021-01-241-0/+6
* Fix grabbing Alt+Tab and Alt+Esc on Windows 7Cameron Gutman2021-01-251-0/+9
* Refactor keyboard grab to be managed by the video coreCameron Gutman2021-01-2311-24/+55
* GLES2 SDL_Renderer: remove old ZUNE_HD defines and simplify shader cacheSylvain Becker2021-01-254-511/+128
* better check for clock_gettime_nsec_np() -- cf. bug #5467.Ozkan Sezer2021-01-255-4/+91
* CMakeLists.txt: fix check_symbol_exists() for clock_gettime_nsec_npOzkan Sezer2021-01-241-1/+1
* minor clean-up in SDL_os2audio.cOzkan Sezer2021-01-241-14/+14
* fix build failure due to -Werror=declaration-after-statement (bug #5500)Brandon DeRosier2021-01-241-2/+3
* [KMS/DRM] Bugfix for #5489: Non-FULLSCREEN windows incorrecty use videomode c...Manuel Alfayate Corchete2021-01-232-67/+47
* Implement Wayland_SetWindowResizableEthan Lee2021-01-233-0/+12
* Added Stadia controller source file to Visual Studio and Xcode projectsSam Lantinga2021-01-233-0/+22
* waylandtouch: Don't export interface structsSimon McVittie2021-01-231-4/+4
* Minor cleanupSam Lantinga2021-01-235-56/+18
* Fixed bug 5466 - Add haptic support for Stadia ControllerSam Lantinga2021-01-236-5/+365
* Fixed bug 5467 - SDL sys timer Mac OS update proposalSam Lantinga2021-01-236-7/+28
* Hint SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS added so we can recognise a Joy-Con as...JibbSmart2021-01-186-6/+70
* Implement support for inhibiting the screensaver on WaylandCameron Gutman2021-01-205-0/+151
* Fix continuous scrolling speed on WaylandCameron Gutman2021-01-221-1/+17
* Implement keyboard grab support for WindowsCameron Gutman2021-01-224-0/+93