graph
- Added references to SDL_IPHONE_MAX_GFORCE ... that way this value can change without altering the demos behavior. More understandable too.gsoc2008_iphone 2008-08-15, by 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 2008-08-15, by Holmes Futrell
- Just re-ordered some things logically in the project filegsoc2008_iphone 2008-08-15, by Holmes Futrell
- Readme file for iPhone OS Demo applicationsgsoc2008_iphone 2008-08-15, by Holmes Futrell
- (none)gsoc2008_iphone 2008-08-15, by 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 2008-08-13, by Holmes Futrell
- (none)gsoc2008_iphone 2008-08-13, by 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 2008-08-13, by Holmes Futrell
- Fixed a bug where bad access would occur if UIKIT_MakeCurrent is passed NULL for the parameter 'SDL_GLContext context'. Instead, it clears the current context.gsoc2008_iphone 2008-08-13, by Holmes Futrell
- updated XCode project, now includes files for keyboard support (oops)gsoc2008_iphone 2008-08-13, by Holmes Futrell
- Bitmap font used in bitmap font / keyboard demo, along with licsense. The license is Common Public License Version 1.0, so I don't see any problems here.gsoc2008_iphone 2008-08-02, by Holmes Futrell
- just updating XCode project files to include keyboard example as targetgsoc2008_iphone 2008-08-02, by Holmes Futrell
- keyboard.c contains the source code for the bitmap font keyboard example.gsoc2008_iphone 2008-08-02, by Holmes Futrell
- whitespacegsoc2008_iphone 2008-07-29, by Holmes Futrell
- removed reference to pthread.hgsoc2008_iphone 2008-07-29, by Holmes Futrell