Sam Lantinga [Sat, 16 Nov 2013 10:25:46 -0800] rev 7996
Fixed compile warning, thanks to Michael Pohoreski
Sam Lantinga [Fri, 15 Nov 2013 22:07:35 -0800] rev 7995
Better fix for bug 2207 - SDL_RenderSetViewport behavior is different/incorrect on OpenGL renderer vs DirectX renderer
At least, it works better here on my Mac. :)
Sam Lantinga [Fri, 15 Nov 2013 22:05:26 -0800] rev 7994
Added viewport test, contributed by Andreas Schiffler and improved by me and Ryan Gordon.
If it works correctly you should see a square moving from the upper left to the lower right, with a little yellow box at the top of the moving square.
You can pass --target as a command line option to have it use a render target instead of rendering directly to the screen. The output should be identical in this case.
Sam Lantinga [Fri, 15 Nov 2013 22:01:58 -0800] rev 7993
Added space in the common state structure for render targets
Ryan C. Gordon [Fri, 15 Nov 2013 23:20:50 -0500] rev 7992
Fix viewport being upside down in OpenGL renderer.
Fixes Bugzilla #2207.
Ryan C. Gordon [Fri, 15 Nov 2013 22:33:55 -0500] rev 7991
Mac OS X 10.9 no longer uses the -psn_XXX command line arg for Finder launches.
Sam Lantinga [Thu, 14 Nov 2013 22:26:49 -0800] rev 7990
Fixed bug 2240 - On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register
philhassey
On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register.
Steps to Reproduce:
1. Open a windowed window on OS/X. (With the border on.)
2. e.button.button will give values 1,2,3 depending on which mouse button I click.
3. Call SDL_SetWindowBordered to disable the border.
4. e.button.button will only give values 1,2. 3 (right mouse button) stops coming through.
Expected result:
I expect all mouse buttons to register.
Sam Lantinga [Thu, 14 Nov 2013 21:39:54 -0800] rev 7989
Backed out changeset e8f93c2ebda3 - it didn't actually do anything useful
Ryan C. Gordon [Thu, 14 Nov 2013 20:24:15 -0500] rev 7988
Turning --no-undefined back on, to see what platforms are still broken.
Ryan C. Gordon [Thu, 14 Nov 2013 20:24:40 -0500] rev 7987
Fixed comment typo.