summaryrefslogtreecommitdiff
path: root/test/testnative.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga1-1/+1
2012-01-07Added testnative to the Makefile and fixed building on Mac OS XSam Lantinga1-26/+24
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-0/+11
2011-01-20Fixed bug #925Sam Lantinga1-2/+2
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga1-6/+6
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 Lantinga1-3/+3
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga1-3/+3
2009-02-09Implemented Win32 version of the native window testSam Lantinga1-2/+2
2009-02-09Added test program for SDL_CreateWindowFrom()Sam Lantinga1-0/+219