Sam Lantinga [Sat, 23 Feb 2013 02:25:34 -0800] rev 6907
Removed local.properties from android-project folder
Alexey Petruchik
Please remove local.properties from android-project folder and add it to hgignore
According to the local.properties:
# This file must *NOT* be checked in Version Control Systems,
Gabriel Jacobo [Fri, 22 Feb 2013 10:44:44 -0300] rev 6906
Fixes Bug 1726 - Memory leak in X11_GetDisplayBounds
Ryan C. Gordon [Wed, 20 Feb 2013 14:49:30 -0500] rev 6905
Backed out changeset 9fea506e48ab
Sam beat me to this on a different branch, apparently.
Ryan C. Gordon [Wed, 20 Feb 2013 13:25:38 -0500] rev 6904
Allow SDL_AUDIODRIVER="pulse" to do the right thing.
(We renamed this audio target at some point; the Internet didn't get the memo.)
Sam Lantinga [Tue, 19 Feb 2013 07:05:15 -0800] rev 6903
Fixed bug 1474 - OpenGL renderer can't to display YV12 texture.
Sam Lantinga [Tue, 19 Feb 2013 05:46:51 -0800] rev 6902
Removed SDL_input.h from various projects
Sam Lantinga [Tue, 19 Feb 2013 05:39:19 -0800] rev 6901
The input API was never implemented, so removing it before release.
Sam Lantinga [Mon, 18 Feb 2013 20:14:24 -0800] rev 6900
Allow abbreviated strings to be used for driver names.
This allows people to use "pulse" with both SDL 1.2 and 2.0
Jørgen P. Tjernø [Mon, 18 Feb 2013 18:28:02 -0800] rev 6899
Fix SDL_SetWindowSize on certain WMs.
Makes SDL_SetWindowSize work on some WMs (like Fluxbox, ion3, Awesome,
WindowMaker), and when running without a WM.
Fixes bug 1513.
CR: saml
Sam Lantinga [Mon, 18 Feb 2013 16:24:33 -0800] rev 6898
Fixed bug where if X11 is not dynamically loaded, then we think none of the X11 modules are available.