log

age author description
Fri, 15 Aug 2008 00:38:49 +0000 Holmes Futrell Added conditional compilation line #ifdef __IPHONE_OS__ to prevent other platforms from including iPhone specific line of code that is used to toggle keyboard visibility. gsoc2008_iphone
Fri, 15 Aug 2008 00:37:49 +0000 Holmes Futrell Just re-ordered some things logically in the project file gsoc2008_iphone
Fri, 15 Aug 2008 00:37:17 +0000 Holmes Futrell Readme file for iPhone OS Demo applications gsoc2008_iphone
Fri, 15 Aug 2008 00:36:33 +0000 Holmes Futrell (none) gsoc2008_iphone
Wed, 13 Aug 2008 23:14:36 +0000 Holmes Futrell Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself. gsoc2008_iphone
Wed, 13 Aug 2008 23:12:00 +0000 Holmes Futrell (none) gsoc2008_iphone
Wed, 13 Aug 2008 23:10:51 +0000 Holmes Futrell Cleaned up code, added comments, added randomized colors, added check for extension GL_POINT_SIZE_ARRAY_OES, which not all OpenGL ES systems have. gsoc2008_iphone