Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-01-22 | Removed the SDL 1.2 compatibility API... we'll see how painful this is. | Sam Lantinga | 1 | -1/+1 |
2012-01-07 | Added testnative to the Makefile and fixed building on Mac OS X | Sam Lantinga | 1 | -26/+24 |
2011-04-08 | SDL 1.3 is now under the zlib license. | Sam Lantinga | 1 | -0/+11 |
2011-01-20 | Fixed bug #925 | Sam Lantinga | 1 | -2/+2 |
2010-01-21 | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ... | Sam Lantinga | 1 | -6/+6 |
2009-12-24 | Added missing include for stdio | Sam Lantinga | 1 | -0/+2 |
2009-12-23 | Added SDL_RenderClear() as a fast method of clearing the screen to the drawin... | Sam Lantinga | 1 | -3/+3 |
2009-12-09 | Added interfaces for batch drawing of points, lines and rects: | Sam Lantinga | 1 | -3/+3 |
2009-02-09 | Implemented Win32 version of the native window test | Sam Lantinga | 1 | -2/+2 |
2009-02-09 | Added test program for SDL_CreateWindowFrom() | Sam Lantinga | 1 | -0/+219 |