summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-261-32/+161
* minor autotools build system updates.Ozkan Sezer2021-01-232-2/+2
* Fix declarations after statementSylvain Becker2021-01-191-11/+15
* Add basic testgles2_sdf program to demonstrate sign distance field with openg...Sylvain Becker2021-01-194-0/+805
* testgamecontroller: log which controller the event came fromSam Lantinga2021-01-131-4/+6
* Updated copyright for 2021Sam Lantinga2021-01-0269-69/+69
* minor update to test/acinclude.m4 (pkg.m4)Ozkan Sezer2020-12-301-3/+3
* testsem.c: fix -Wmissing-braces warnings.Ozkan Sezer2020-12-241-2/+2
* Atomic test: Fix use after freeJoel Linn2020-12-231-8/+2
* Semaphore test: Add overhead tests.Joel Linn2020-12-231-2/+130
* Semaphore test: Put test into separate function.Joel Linn2020-12-231-38/+60
* test/Makefile.os2: add warning switches to CFLAGS.Ozkan Sezer2020-12-241-0/+1
* testvulkan.c: fix -Wmissing-braces warnings. also fix whitespace.Ozkan Sezer2020-12-241-26/+26
* testgesture.c: comment out unused drawLine()Ozkan Sezer2020-12-241-0/+2
* testatomic.c: fix warnings due to SDL_AtomicDecRef() useOzkan Sezer2020-12-241-3/+3
* Enable PS5 enhanced functionality for testgamecontrollerSam Lantinga2020-12-221-0/+1
* Set the pad lights on the PS5 controller corresponding to the player indexSam Lantinga2020-12-221-0/+8
* CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode projectOzkan Sezer2020-12-221-7/+37
* Updated SDL to version 2.0.15 for developmentSam Lantinga2020-12-221-37/+7
* regenerated configureOzkan Sezer2020-12-221-25/+3
* acinclude & sdl2.m4 updates:Ozkan Sezer2020-12-221-4/+4
* sdl2.m4 updates:Ozkan Sezer2020-12-221-27/+5
* test/Makefile.os2: wlib must run case-sensitively.Ozkan Sezer2020-12-211-1/+1
* Fixed circular dependency problem when building in the test directorySam Lantinga2020-12-201-1/+2
* tests: regenerate configure using autoconf patched for AC_PATH_X11Ozkan Sezer2020-12-181-7/+37
* test/acinclude.m4: rename SDL_CONFIG to SDL2_CONFIG, regenerate configureOzkan Sezer2020-12-152-43/+43
* minor cleanups to configure.ac to reduce autoconf-2.70 warnings a bit.Ozkan Sezer2020-12-142-7/+6
* fix bug #5253: handle NULL title or message fields in SDL_MessageBoxDataOzkan Sezer2020-12-101-0/+18
* Allow background input when testing game controllersSam Lantinga2020-12-041-0/+1
* Remember to close the game controller when we're done with itSam Lantinga2020-11-271-0/+2
* Open and test all connected controllersSam Lantinga2020-11-271-71/+155
* Some controllers don't always reset their triggers to zero when they are rele...Sam Lantinga2020-11-251-6/+8
* Automatically switch to testing a new controller when it's plugged inSam Lantinga2020-11-241-8/+10
* Fixed bug 5335 - Patch: enable joystick/haptic/evdev support by default on Fr...Sam Lantinga2020-11-231-13/+1
* Allow testing a specific controllerSam Lantinga2020-11-231-0/+4
* Fixed mapping controllers after adding the touchpad buttonSam Lantinga2020-11-231-0/+1
* Allow testing effects on PS4 controllersSam Lantinga2020-11-211-0/+1
* Added API for sensors on game controllersSam Lantinga2020-11-171-19/+54
* Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()Sam Lantinga2020-11-161-1/+7
* Improve LED color calculation, don't set LED unless left thumbstick is movedSam Lantinga2020-11-161-5/+22
* Added support for the touchpad on PS4 and PS5 controllersSam Lantinga2020-11-131-1/+17
* Fixed overflow in trigger rumble calculationSam Lantinga2020-11-121-1/+1
* test: Add a unit test for input device classification heuristicsSimon McVittie2020-11-112-0/+1035
* Added SDL_JoystickRumbleTriggers() and SDL_GameControllerRumbleTriggers()Sam Lantinga2020-11-111-0/+21
* testvulkan: Patched to compile with SDL's internal Vulkan headers.Ryan C. Gordon2020-11-091-2/+1
* Be explicit about mapping the new game controller paddle buttonsSam Lantinga2020-11-074-60/+82
* Don't try to map the accelerometer as a game controllerSam Lantinga2020-11-062-0/+4
* iOS should use the same size window for the controller tests as other platformsSam Lantinga2020-11-062-10/+0
* Added 4 auxiliary buttons to the game controller APISam Lantinga2020-11-062-0/+12
* Added SDL_JoystickHasLEDSam Lantinga2020-11-051-0/+12