Sam Lantinga <slouken@libsdl.org> [Sun, 30 Sep 2012 11:10:17 -0700] rev 6523
Fixed bug 1593 - SDL_DROPFILE event doesn't work on Windows
Philipp Wiesemann 2012-09-30 05:56:09 PDT
I attached a patch which tries to implement the dropfile support for Microsoft
Windows. If applied SDL_DROPFILE events should be sent for single or multiple
files which are dropped on window.
The handling on Windows side is always activated (cursor will change and so on)
because there is no connection between SDL_EventState() and the window setup. I
assumed this additional overhead would be small and can be ignored.
Sam Lantinga <slouken@libsdl.org> [Sun, 30 Sep 2012 01:08:48 -0700] rev 6522
The gl_data is optional for the driver, so don't early out of the context delete call if it doesn't exist.
Sam Lantinga <slouken@libsdl.org> [Sun, 30 Sep 2012 01:01:48 -0700] rev 6521
Remove the viewcontroller from the window when he OpenGL context is destroyed
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 18:52:00 -0700] rev 6520
Make sure mode width/height and status bar orientation match
Sam Lantinga <slouken@libsdl.org> [Sat, 29 Sep 2012 17:38:54 -0700] rev 6519
Fixed issue with touch input on retina displays
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.