Mercurial > sdl-ios-xcode
log test/common.h @ 5284:96a22141cf86 tip
age | author | description |
---|---|---|
Tue, 01 Feb 2011 19:19:43 -0800 | Sam Lantinga | The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future. |
Wed, 14 Jul 2010 21:25:15 -0700 | Sam Lantinga | Added support for testing window manager icons |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Mon, 14 Dec 2009 23:29:37 +0000 | Sam Lantinga | The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code. |
Wed, 02 Dec 2009 07:56:09 +0000 | Sam Lantinga | Added Ctrl-Z common key binding |
Wed, 21 Oct 2009 14:51:42 +0000 | Mike Gorchak | Support for GL initialization parameters has been added. |
Thu, 11 Jun 2009 06:03:05 +0000 | Mike Gorchak | Proper window resize handling in GLES test application. |