Mercurial > sdl-ios-xcode
log src/video/uikit/SDL_uikitview.h @ 4647:be2250bb482b
age | author | description |
---|---|---|
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Tue, 24 Nov 2009 08:12:32 +0000 | Sam Lantinga | Eric Wing to Sam, hfutrell |
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:16:32 +0000 | Holmes Futrell | Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h. gsoc2008_iphone |
Fri, 15 Aug 2008 00:42:14 +0000 | Holmes Futrell | Removed log messages (printf and NSLog) 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 |