summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Updated copyright for 2017Sam Lantinga59-59/+59
2016-12-30Fixed warning and missing animation delay in testoverlay2 program.Philipp Wiesemann1-2/+1
2016-12-28Fixed compiling of testgamecontroller program with C++.Philipp Wiesemann1-2/+2
2016-12-28Fixed warning about unused variable in controllermap program.Philipp Wiesemann1-1/+0
2016-12-27Make sure we go all the way back (within the XBox controller dead zone) to pr...Sam Lantinga1-1/+1
2016-12-27Split controller axes into positive and negative sides so each can be bound i...Sam Lantinga3-62/+211
2016-12-16Fixed hotplug with more than one device in testjoystick program.Philipp Wiesemann1-0/+1
2016-12-16Fixed warning about unused variable in controllermap program.Philipp Wiesemann1-1/+0
2016-12-15Fixed handling joysticks that send multiple events for a single control, e.g....Sam Lantinga1-190/+304
2016-12-09Only print out the controller mappings if we're not going to test a controllerSam Lantinga1-7/+9
2016-12-06Fixed bug 3508 - variably modified ‘SDL_dummy_size’ at file scope in test...Sam Lantinga1-1/+4
2016-11-29Added an API to iterate over game controller mappingsSam Lantinga1-0/+11
2016-11-17cpuinfo: first attempt at SDL_HasNEON() implementation.Ryan C. Gordon1-0/+1
2016-11-10Added USB VID/PID information to the SDL test programsSam Lantinga3-1/+11
2016-11-06Shifting a value by more than its bits isn't defined and has varying behavior...Sam Lantinga1-5/+5
2016-11-06Fixed bug 3468 - _allshr in SDL_stdlib.c is not working properlySam Lantinga1-0/+215
2016-11-05Fixed bug 3480 - minor update to NACL common.jsSam Lantinga1-1/+6
2016-10-30Added call to SDL_HasAVX2() in platform test program.Philipp Wiesemann1-0/+1
2016-10-15Removed unused constants in controllermap program.Philipp Wiesemann1-3/+0
2016-10-13Fixed black screen on Steam LinkSam Lantinga1-1/+1
2016-10-13Fixed black screen on Steam LinkSam Lantinga1-1/+1
2016-10-12Removed empty statements in tests.Philipp Wiesemann3-11/+11
2016-10-09Fixed compiling of three test programs with C++.Philipp Wiesemann3-6/+6
2016-10-04Modified the custom cursor test to be able to load BMP files as cursorsSam Lantinga1-2/+24
2016-10-01Fixed bug 3318 - testime.c enhancement with GNU Unifont supportSam Lantinga1-37/+445
2016-10-01Fixed bug 3319 - Getting the POSIX out of testqsort.cSam Lantinga1-5/+29
2016-10-01Fixed bug 3322 - Missing error checking in testaudioinfo and testaudiohotplugSam Lantinga2-8/+32
2016-09-21Fixed compiling of three test programs with C++.Philipp Wiesemann3-8/+8
2016-08-30Fixed log message in audio capture test program.Philipp Wiesemann1-1/+1
2016-08-12testaudiocapture: ask for way more output samples.Ryan C. Gordon1-1/+1
2016-08-09testaudiocapture: open capture device to same spec as output device.Ryan C. Gordon1-13/+24
2016-08-06testaudiocapture: use capture device buffer queueing, for better test coverage.Ryan C. Gordon1-8/+13
2016-08-06testaudiocapture: don't use fullscreen for the window.Ryan C. Gordon1-1/+1
2016-08-03testaudiocapture: made test app interactive.Ryan C. Gordon1-85/+38
2016-08-02testaudiocapture: Make a simple green/red window when recording/playing.Ryan C. Gordon1-2/+22
2016-08-02testaudiocapture: Let specific devices be opened.Ryan C. Gordon1-1/+16
2016-08-01audio: Initial bits to enable audio capture support.Ryan C. Gordon2-0/+165
2016-07-13Tests: Would be wise to compile thisBrandon Schaefer1-0/+4
2016-07-13Tests: Somehow tabs leaked in...Brandon Schaefer1-5/+5
2016-07-13Tests: Add a manual test for a custom cursor (Taken from the API docs)Brandon Schaefer1-0/+194
2016-07-13Tests: Mir needs the window to swap at lease 1 frame for the cursor to show. ...Brandon Schaefer1-1/+13
2016-06-28Fixed three source comments in tests.Philipp Wiesemann2-3/+3
2016-06-28Added a simple test case for SDL_sscanf() to tests.Philipp Wiesemann1-1/+41
2016-05-10Fixed crash in shape test program if memory allocation failed.Philipp Wiesemann1-0/+4
2016-05-10Fixed error return values in filesystem test program.Philipp Wiesemann1-3/+2
2016-05-05Fixed memory leak in game controller test program.Philipp Wiesemann1-0/+2
2016-04-14Added missing error return in test program.Philipp Wiesemann1-0/+1
2016-03-28Removed not needed SDL_WINDOW_SHOWN from chessboard test program.Philipp Wiesemann1-1/+1
2016-03-10Fixed compiling IME test program with HAVE_SDL_TTF on C89 compilers.Philipp Wiesemann1-7/+17
2016-03-10Removed unnecessary include statement in test program.Philipp Wiesemann1-1/+0