summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Added test command line options to force different window typesSam Lantinga2021-02-011-0/+13
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-261-3/+16
* Updated copyright for 2021Sam Lantinga2021-01-0216-16/+16
* fix watcom build of SDL_test_common.cOzkan Sezer2020-06-141-4/+6
* Fix some format specifier warningsJay Petacat2020-03-252-10/+10
* test: Reimplemented SDLTest_CommonUsage() to restore binary compatibility.Ryan C. Gordon2020-02-121-0/+66
* test: Common framework now accepts --usable-bounds command line argument.Ryan C. Gordon2020-01-301-4/+20
* test: change path in a comment from '\\' to '/' char. Nothing serious here.Ryan C. Gordon2020-01-301-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-1616-16/+16
* Added SDL_PIXELFORMAT_BGR444Cameron Cawley2019-11-021-0/+3
* Readability: change some pointer parameter to be pointer to constSylvain Becker2019-10-301-2/+2
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-302-7/+7
* test: Fixed wrong verbose flag check (thanks, watcom.hecht!).Ryan C. Gordon2019-10-151-1/+1
* test: Fixed compiler warning on Visual Studio.Ryan C. Gordon2019-10-151-1/+1
* Fixed compiler warning on AndroidSam Lantinga2019-09-091-1/+1
* use SDL_zeroa at more places where the argument is an array.Ozkan Sezer2019-07-311-1/+1
* test: unify all the command line usage logging.Ryan C. Gordon2019-05-281-17/+40
* test: added SDLTest_CommonDefaultArgs()Ryan C. Gordon2019-05-191-0/+15
* Updated copyright for 2019Sam Lantinga2019-01-0416-16/+16
* Fix warnings detected on Android buildSylvain Becker2018-12-061-1/+1
* Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch)Sam Lantinga2018-11-121-1/+1
* Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga2018-08-221-0/+27
* Some drag'and'drop improvements.Ryan C. Gordon2018-08-021-1/+17
* use the 'aborts' pragma of Watcom for SDL_NORETURN functionsOzkan Sezer2018-06-131-0/+3
* SDL_test_fuzzer.c: fix strict aliasing warnings by using a union.Ozkan Sezer2018-02-251-10/+16
* Updated copyright for 2018Sam Lantinga2018-01-0316-16/+16
* Fixed compiler warningSam Lantinga2017-12-091-1/+1
* Fixed bug 3879 - add missing SDLCALL to SDLTest_TrackedMalloc & co.Sam Lantinga2017-10-131-4/+4
* Use the lower-case hex output to match other stack trace printoutsSam Lantinga2017-10-121-1/+1
* Fixed compiler warningSam Lantinga2017-10-121-2/+2
* Fixed bug 3877 - missing SDLCALL in SDLTest_ExampleHitTestCallbackSam Lantinga2017-10-121-1/+1
* Added missing fileSam Lantinga2017-10-121-0/+274
* Added functions to query and set the SDL memory allocation functions:Sam Lantinga2017-10-122-7/+21
* Fixed bug 3874 - Compiler warnings SDL_Surface.c and SDL_cocoakeyboard.mSam Lantinga2017-10-121-1/+1
* Added an example for SDL_SetWindowHitTest() when you create a borderless resi...Sam Lantinga2017-09-221-11/+63
* Fixed bug 3806 - Fixes for MSVC compiler warningsSam Lantinga2017-09-081-1/+1
* We don't need to pass the renderer into SDLTest_CleanupTextDrawing()Sam Lantinga2017-09-081-2/+2
* Fixed buildSam Lantinga2017-09-081-2/+2
* Added a function to clean up test text drawingSam Lantinga2017-09-0814-20/+57
* Added some missing render capability flagsSam Lantinga2017-08-291-2/+8
* Fixed line breaks in verbose test logging outputSam Lantinga2017-08-291-55/+70
* Added some debug messaging for previously unhandled eventsSam Lantinga2017-08-291-0/+7
* Fixed a bunch of compiler warnings.Ryan C. Gordon2017-08-291-6/+6
* Fixed crash at shutdown if the window couldn't be createdSam Lantinga2017-08-271-6/+3
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-1/+1
* Added test debug logs for additional event typesSam Lantinga2017-08-121-2/+28
* Fixed bug 3646 - SDL_test_common.c: Add key bindings for testing SDL_SetWindo...Sam Lantinga2017-08-111-0/+43
* test: info now reports usable display bounds and DPI (thanks, Eric!).Ryan C. Gordon2017-05-181-1/+11
* Fixed typo in log message.Philipp Wiesemann2017-02-031-1/+1
* Switch stderr output to SDL_Log() so it shows up on Windows and mobile devicesSam Lantinga2017-01-311-93/+89