summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-071-0/+4
* [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
* 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
* 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-011-22/+5
* 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
* free 'outputs' in 'Wayland_DestroyWindow'Christian Rauch2021-01-311-0/+2
* free the 'data_device_manager'Christian Rauch2021-01-311-0/+3
* 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-311-10/+16
* [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-271-0/+17
* 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
* 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
* 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-281-1/+2
* 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-272-0/+15