Tue, 01 Feb 2011 09:00:47 -0800 |
Sam Lantinga |
Added vim spacing hints
|
Tue, 01 Feb 2011 08:59:22 -0800 |
Sam Lantinga |
Fixed spacing
|
Tue, 06 Jul 2010 22:26:03 -0700 |
Sam Lantinga |
The arguments to main() should be NULL terminated (SuS v3 compliant)
|
Sun, 02 May 2010 05:08:12 -0400 |
Ryan C. Gordon |
Much improved multi-display support for iPad.
|
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, 02 Nov 2009 07:55:42 +0000 |
Sam Lantinga |
Fixed bug #847
|
Sat, 17 Oct 2009 07:36:45 +0000 |
Sam Lantinga |
iPhone interruption patch / SDL 1.3
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
Sat, 04 Oct 2008 06:46:59 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
Sat, 16 Aug 2008 00:13:42 +0000 |
Holmes Futrell |
updated #include path, added comments.
gsoc2008_iphone
|
Tue, 29 Jul 2008 17:35:20 +0000 |
Holmes Futrell |
removed reference to pthread.h
gsoc2008_iphone
|
Tue, 22 Jul 2008 23:02:53 +0000 |
Holmes Futrell |
turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate.
gsoc2008_iphone
|
Thu, 17 Jul 2008 22:29:37 +0000 |
Holmes Futrell |
The class SDL_uikitappdelegate acts as the UIApplicationDelegate for an iPhone SDL project. This class is reponsible for application control flow, including initial setup of working directory, forwarding command line arguments to the user's main function, and handling application termination.
gsoc2008_iphone
|