Gabriel Jacobo <gabomdq@gmail.com> [Tue, 23 Apr 2013 16:44:54 -0300] rev 7095
Moved warning about SDL_AndroidGetActivity to SDL_system.h
Andreas Schiffler <aschiffler@ferzkopp.net> [Tue, 23 Apr 2013 08:19:21 -0700] rev 7094
Disable one test that crashes audio suite when run together with other tests
Andreas Schiffler <aschiffler@ferzkopp.net> [Tue, 23 Apr 2013 08:07:52 -0700] rev 7093
Add tests to audio suite
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:15:10 -0700] rev 7092
Add multimon & mouse tracking info to SDL_test_common.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:15:08 -0700] rev 7091
SDL_GL_DeleteContext would leave an invalid current_glctx.
Calling SDL_GL_DeleteContext wouldn't update current_glctx, so you could
end up with use-after-free and other goodies when you deleted a context.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:15:00 -0700] rev 7090
Forgot to add this file to Mac crash fix.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:14:55 -0700] rev 7089
Send mouse leave updates for Windows and X11.
We now generate a final SDL_MOUSEMOTION before the cursor leaves the
window, followed by a SDL_WINDOWEVENT_LEAVE.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:14:32 -0700] rev 7088
Make Cocoa_ShowMessageBox work in background threads.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 22 Apr 2013 18:14:26 -0700] rev 7087
Fix Mac crash when creating fullscreen window introduced in 9d43403e9fc5.
makeKeyAndOrderFront: was sending three KVO transitions for isVisible,
for false -> true, true -> false, and then false -> true. This was
causing an infinite recursion.
We now suspend monitoring of the KVO before makeKeyAndOrderFront, then
resume afterwards and send any changes in isVisible's state.
VALVE\alfred@alfredlinux.valvesoftware.com [Mon, 22 Apr 2013 15:24:35 -0700] rev 7086
- make sure to send a joy removed event even if the joystick wasn't opened under OSX