Kees Bakker [Sat, 08 Oct 2011 12:45:10 +0200] rev 6012
Merge upstream updates
Kees Bakker [Wed, 28 Sep 2011 21:42:02 +0200] rev 6011
Make SDL_uikitviewcontroller.window a real Objective-C property and synthesize
Kees Bakker [Wed, 28 Sep 2011 21:25:46 +0200] rev 6010
Minor code cleanup in uikit/SDL_uikitview.m (no functional changes)
Kees Bakker [Wed, 28 Sep 2011 21:13:09 +0200] rev 6009
Simplied the code a bit in uikit/SDL_uikitvideo.m
Kees Bakker [Wed, 28 Sep 2011 21:03:05 +0200] rev 6008
Remove unused SDL_uikitopenglview (privateMethods)
Kees Bakker [Wed, 28 Sep 2011 20:32:26 +0200] rev 6007
Use Objective-C construct for..in instead of oldfashioned C (uikit)
Kees Bakker [Tue, 27 Sep 2011 23:49:24 +0200] rev 6006
Do not exit in (uikit) postFinishLaunch but store the exit status and use that to return from main()
Also cleanup the stored argv in main() instead of postFinishLaunch.
Kees Bakker [Tue, 27 Sep 2011 23:40:21 +0200] rev 6005
Cleanup of the use of include files in src/video/uikit
Kees Bakker [Tue, 27 Sep 2011 22:54:59 +0200] rev 6004
Add Xcode-iPhoneOS/rakefile which can be used to build SDL.framework from the commandline
This is the rakefile from Andrey Nesterov, but slightly modified.
Use the following command:
$ rake -f Xcode-iPhoneOS/rakefile
The resulting framework is placed in the ./build directory.
Kees Bakker [Tue, 27 Sep 2011 22:51:26 +0200] rev 6003
Use a consistent source code format in src/video/uikit
For example:
* Opening bracket of a method/function on a new line at column 0
* space after "if", "while", etc