summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Merged changes from defaultSam Lantinga1-2/+2
2010-07-05Removed obsolete test program. Ryan may resurrect it when the new multi-mous...Sam Lantinga2-71/+1
2010-07-05Fixed usage message - it shouldn't have a printf format specifierSam Lantinga1-1/+1
2010-07-05Fixed revision type for SDL 1.3Sam Lantinga1-2/+2
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga3-33/+27
2010-05-09Refactored automated rwops tests so read and write directories can be more ea...Eric Wing6-44/+89
2010-05-08Exempted writable modes from bundle check on OS X since bundle areas are typi...Eric Wing2-2/+6
2010-05-08Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...Eric Wing4-2/+91
2010-03-25General improvements for user custom event registrationSam Lantinga1-9/+3
2010-02-28Changed revision details to be a string (an hg changeset) instead of an int.Ryan C. Gordon1-2/+2
2010-01-21Fixed compile warning on 64-bit Mac OS XSam Lantinga1-4/+8
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga8-43/+43
2010-01-21Fixed compiler warnings on 32-bit LinuxSam Lantinga1-4/+4
2010-01-13Moved the assertion tests to testplatformSam Lantinga1-0/+23
2010-01-13Quiet tests shouldn't prompt during assertionsSam Lantinga1-0/+1
2010-01-11Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.Ryan C. Gordon1-4/+0
2010-01-10Call SDL_Init() before SDL_GetNumAudioDrivers().Ryan C. Gordon1-6/+6
2010-01-10Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.Ryan C. Gordon1-3/+73
2010-01-10Reverted r5460 ... this was merged from 1.2, but was later reverted there.Ryan C. Gordon1-1/+1
2010-01-10Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.Ryan C. Gordon1-1/+1
2009-12-24Added missing include for stdioSam Lantinga1-0/+2
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga9-91/+89
2009-12-17Fixed bug #841Sam Lantinga1-5/+0
2009-12-16Initial band-aids on SDL_GetMouseState() API breakage. More work to come.Ryan C. Gordon2-2/+2
2009-12-16Implemented SDL_setenv(), moved SDL_putenv() to compat.Ryan C. Gordon1-1/+1
2009-12-16Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga2-0/+2
2009-12-16Fixed bug #741Sam Lantinga3-11/+11
2009-12-16Added testfill to test raw fill performanceSam Lantinga2-1/+111
2009-12-15Default to allow either accelerated or notSam Lantinga3-25/+37
2009-12-15OpenGL hardware acceleration defaults onSam Lantinga2-29/+22
2009-12-14The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility c...Sam Lantinga2-7/+6
2009-12-14Added a test to check the read/write pixels APISam Lantinga2-1/+29
2009-12-12Allow points to be outside the window bounds, stress testing the clipping code.Sam Lantinga1-6/+6
2009-12-12Added mouse position for button handlingSam Lantinga1-2/+3
2009-12-11Added an automated test for rectangle routines, currently only testing line c...Sam Lantinga5-184/+235
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga6-32/+32
2009-12-07On Windows the minimum window size may be larger than 80, so explicitly reque...Sam Lantinga1-1/+7
2009-12-06Added an API function to query geometry of multiple monitors:Sam Lantinga1-1/+6
2009-12-02Added Ctrl-Z common key bindingSam Lantinga2-0/+15
2009-12-01Work in progress on multi-display support:Sam Lantinga1-8/+9
2009-11-22More fixes to compile under Visual C++Sam Lantinga6-14/+52
2009-11-22Fixed include paths for Visual C++Sam Lantinga8-19/+19
2009-11-21Added support for QNX default font. Backspace and Return keys now handled.Mike Gorchak1-7/+58
2009-11-21We want to be strict on software renderer tests and opaque tests, but give a ...Sam Lantinga4-30/+32
2009-11-21Increased tolerance a little bit more for multiple blending passes accumulati...Sam Lantinga1-1/+1
2009-11-21Use 45 degree lines for the diagonal test to avoid aliasing errors in line dr...Sam Lantinga3-298/+320
2009-11-21pixels don't need to be dynamically allocatedSam Lantinga1-7/+32
2009-11-21SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.Sam Lantinga1-24/+0
2009-11-201. SDL_RenderPresent() call has been added after each test to be sure, that a...Mike Gorchak1-4/+34
2009-11-20Output last SDL error in case of test was failed.Mike Gorchak1-3/+2