summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5539 - Clang 11 fails to compile a CMake build with conflicting typ...HEADmasterSam Lantinga2021-02-091-1/+1
* Fixed bug 5543 - Wayland: Fix waylandvideo.h warningsSam Lantinga2021-02-091-0/+1
* Fix waiting on condition variables with the SRW lock implmentationCameron Gutman2021-02-082-6/+21
* Backed out changeset 852a7bdbdf4bSam Lantinga2021-02-081-4/+0
* free the 'display' after it was added to global listChristian Rauch2021-02-081-0/+4
* [KMS/DRM] Bugfix number #5535: Improve reliability, by wahil1976.Manuel Alfayate Corchete2021-02-092-1/+28
* make AddressSanitizer optional and disabled by defaultChristian Rauch2021-02-081-1/+2
* enable AddressSanitizer only for GCC 5 onwards (bug #5533)Christian Rauch2021-02-081-14/+15
* add '-shared-libasan' to debug flags (bug #5533)Christian Rauch2021-02-081-7/+10
* avoid some pedantic warnings in array initializersOzkan Sezer2021-02-083-3/+9
* SDL: fix packet handling for original version of Stadia FWSam Lantinga2021-02-061-1/+2
* minor updates to libc function checksOzkan Sezer2021-02-078-19/+25
* [KMS/DRM] Fix build warning.Manuel Alfayate Corchete2021-02-061-9/+5
* [KMS/DRM] Replace indent tabs with spaces, as intended.Manuel Alfayate Corchete2021-02-065-136/+137
* [KMS/DRM] Merge patch for bug #5532: No need to correct cursor position now t...Manuel Alfayate Corchete2021-02-051-12/+5
* [KMS/DRM] Remove redundant SDL_SendWindowEvent() call.Manuel Alfayate Corchete2021-02-051-9/+0
* [KMS/DRM] Restore all-windows-are-fullscreen functionality, since there is no...Manuel Alfayate Corchete2021-02-041-15/+42
* Fix Xbox Series X controller on macOSCameron Gutman2021-02-034-36/+21
* Updated runtime dependency on libudevSam Lantinga2021-02-041-1/+1
* Fixed compiler warningSam Lantinga2021-02-041-1/+0
* Backed out changeset 1cde3dd0f44d - this breaks windows which are created and...Sam Lantinga2021-02-041-7/+0
* Android: documention updateSylvain Becker2021-02-041-3/+30
* KMSDRM doesn't have a window manager, so all windows are fullscreenSam Lantinga2021-02-031-0/+7
* SDL_vulkan_utils: minor code clean-upSylvain Becker2021-02-031-187/+147
* SDL_ConvertColorkeyToAlpha: remove and clarify a FIXMESylvain Becker2021-02-031-64/+57
* Fixed detecting the paddles on the Xbox Elite Series 1 controllerSam Lantinga2021-02-024-31/+3
* Fixed bug 5471 - Creating a fullscreen desktop window goes windowed temporarilySam Lantinga2021-02-011-1/+1
* Added test command line options to force different window typesSam Lantinga2021-02-011-0/+13
* Removed support for clock_gettime_nsec_np()Sam Lantinga2021-02-018-113/+5
* cmake: enable AddressSanitizer in Debug builds if supportedChristian Rauch2021-02-011-0/+51
* Don't uncorrelate while rumble is active and stay correlated longer in case r...Sam Lantinga2021-02-011-6/+9
* wayland: Don't crash when the properties of already existing wl_output changeSebastian Krzyszkowiak2021-02-013-5/+14
* Fixed bug 5524 - Pass NSString to NSLog()Sam Lantinga2021-02-012-2/+8
* Don't enable address sanitize flags without checking compiler firstSam Lantinga2021-01-311-17/+0
* free 'outputs' in 'Wayland_DestroyWindow'Christian Rauch2021-01-311-0/+2
* free the 'data_device_manager'Christian Rauch2021-01-311-0/+3
* cmake: enable AddressSanitizer in Debug buildsChristian Rauch2021-01-311-0/+17
* wayland: Fix transform and scale handling when setting display modeSebastian Krzyszkowiak2021-01-312-10/+23
* [KMS/DRM] Merge patch for bug 5522#: Implement KMSDRM_GetWindowWMInfo().Manuel Alfayate Corchete2021-01-312-11/+31
* [KMS/DRM] Fix for bug #5518: only do async pageflips when hardware supports t...Manuel Alfayate Corchete2021-01-313-3/+12
* Add default handler for Alt+Tab while keyboard grab is enabledCameron Gutman2021-01-272-0/+30
* Revert checks on destination scaling size (see bug #5510)Sylvain Becker2021-01-302-4/+6
* [KMS/DRM] Correct small omission on bugfix #5513: y-coord correction has to b...Manuel Alfayate Corchete2021-01-292-7/+12
* Fixed crash if the GameCube controller hasn't been opened yetSam Lantinga2021-01-291-0/+4
* added --enable-xinput switch for windows buildsOzkan Sezer2021-01-294-27/+57
* Remove checks on destination scaling size (see bug #5510)Sylvain Becker2021-01-292-6/+4
* [KMS/DRM] Remove unused KMSDRM_SetWindowGrab prototype in header file.Manuel Alfayate Corchete2021-01-291-1/+0
* [KMS/DRM] Patch for bug #5513. KMSDRM backend can now manage and use several ...Manuel Alfayate Corchete2021-01-294-318/+407
* Properly handle keys already down when the hook is installedCameron Gutman2021-01-283-0/+18
* Remove old YUV fixmeSylvain Becker2021-01-291-5/+0