graph
- (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
- This is the header file for SDL_uikitview.m ... somehow this file was not committed.gsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not.gsoc2008_iphone 2008-07-29, by Holmes Futrell
- keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system.gsoc2008_iphone 2008-07-29, by Holmes Futrell
- SDL_uikitkeyboard extends SDL_uikitview to add keyboard support. It adds several methods to the SDL_uikitview class for keyboard initialization, showing, and hiding. SDL_uikitkeyboard.m contains the implementation of these methods as well as the implementation of some iPhone specific additions to SDL so that a programmer can access the functionality of hiding and showing the keyboard.gsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabledgsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added textField view and member variable which shows if keyboard is showngsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added standard SDL header commentsgsoc2008_iphone 2008-07-22, by Holmes Futrell
- removed references to singletons, now uses SDL_WindowData information instead.gsoc2008_iphone 2008-07-22, by Holmes Futrell
- turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate.gsoc2008_iphone 2008-07-22, by Holmes Futrell
- removed white spacegsoc2008_iphone 2008-07-22, by Holmes Futrell
- Added SDL_WindowData for UIKit video driver. Now looks up instances here instead of assuming we're referring to a singleton.gsoc2008_iphone 2008-07-22, by Holmes Futrell
- Fixed path to plist in fireworks target.gsoc2008_iphone 2008-07-18, by Holmes Futrell
- fixed typogsoc2008_iphone 2008-07-18, by Holmes Futrell