Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 16:29:01 -0800] rev 6795
Fixed bug 1653 - comma at the end of enum
Martin Gerhardy 2012-11-30 03:07:14 PST
SDL_gamecontroller.h:61:29: warning: comma at end of enumerator list [-pedantic]
Edward Rudd <urkle@outoforder.cc> [Mon, 31 Dec 2012 19:16:52 -0500] rev 6794
Corrected call to glXMakeCurrent() when setting a NULL context.
Fixes Bugzilla #1675.
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 15:36:19 -0800] rev 6793
Implemented getting the display name on Windows
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 14:57:36 -0800] rev 6792
Fixed bug 1616 - SDL does not use values set with SDL_GL_SetAttribute on Android
Philipp Wiesemann 2012-10-06 07:19:57 PDT
SDL does not use values set with SDL_GL_SetAttribute on Android.
I attached a patch which adds this functionality and makes it possible to set
(for example) depth buffer size or anti-aliasing in the actual application
instead of modifying the Java source (which seems currently the only way).
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 14:14:01 -0800] rev 6791
Fixed bug 1671 - add cast to fix build with strict GCC settings
Pavol Rusnak 2012-12-21 16:08:39 PST
I suggest the following patch to fix build with strict GCC settings
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 14:08:43 -0800] rev 6790
Fixed bug 1672 - Found: seg-fault with testgesture
automata 2012-12-23 22:05:21 PST
An incorrect guard resulted in segmentation faults with the
SDL/test/testgesture executable. The attached patch fixes this issue, and also
allows the program's window to properly handle resize events.
Apply the attached patch to .../SDL/test/testgesture.c
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 13:49:06 -0800] rev 6789
Fixed building tests with Visual Studio 2008
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 12:15:25 -0800] rev 6788
Added SDL_SetWindowMaximumSize() and SDL_GetWindowMaximumSize()
Also fixed Cocoa implementation so that it affects client area, not the whole window area.
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 11:07:46 -0800] rev 6787
Added SDL_GetDisplayName(), with implementation for Mac OS X
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Dec 2012 10:29:17 -0800] rev 6786
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()