Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 17:23:40 -0700] rev 6518
Refactored the UIKit mode code into a separate file so it's cleaner and more consistent with other backends
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 17:22:32 -0700] rev 6517
Added a couple new test executables to be ignored
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 16:41:32 -0700] rev 6516
Only change the UI orientation if it's actually necessary for the mode.
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 03:42:40 -0700] rev 6515
Bring Cocoa application menus up to par with the OS X Human Interface Guidelines, including supporting key equivalents.
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 02:50:42 -0700] rev 6514
Fixed beeping introduced when we started passing key events through the responder chain.
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 01:12:40 -0700] rev 6513
If the window is resizable, reset the viewport by default if the window size changes.
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 01:10:53 -0700] rev 6512
WINDOW_RESIZED events shouldn't flush WINDOW_SIZE_CHANGED events and vice versa.
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 00:17:34 -0700] rev 6511
Updated support for external video output on the iPad
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 00:01:32 -0700] rev 6510
No variable shadowing, reuse the size variable
Sam Lantinga <slouken@libsdl.org> [Fri, 28 Sep 2012 15:59:36 -0700] rev 6509
SDL 2.0 supports 32-bit icons with alpha. :)