|
5d1865c2
|
2013-08-12T19:18:48
|
|
Fixed the tag name for the SDL 2.0 release
|
|
14bf230d
|
2013-08-12T11:09:13
|
|
Mac: Fix restoring of Cmd-H-hidden fullscreen desktop windows.
This should fix http://bugzilla.libsdl.org/show_bug.cgi?id=1996
|
|
a84a97fe
|
2013-08-12T08:45:37
|
|
Added Julian Winter to the credits for the SDL 2.0 website.
|
|
03477ef6
|
2013-08-12T08:40:49
|
|
Added tag release_2.0.0 for changeset d4ce48ff30d1
|
|
dad42067
|
2013-08-12T11:13:50
|
|
Fixes #2022, do not resume on Android when surfaceChanged
If the app is in landscape mode and the user presses the power button, a pause
is followed immediately by a surfaceChanged event because the lock screen
is shown in portrait mode. This triggers a "false" resume.
So, we just pause and resume following the onWindowFocusChanged events.
Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before
blocking the event pump.
|