Patrice Mandin [Sat, 26 May 2007 20:09:56 +0000] rev 3942
Simply resize existing window
Patrice Mandin [Sat, 26 May 2007 19:44:37 +0000] rev 3941
GEM has a window manager, of course
Ryan C. Gordon [Tue, 22 May 2007 22:15:54 +0000] rev 3940
Check correct glX extension name for swap_control, but it doesn't look like
we ever actually look up the symbol...that's probably a bug. :/
Ryan C. Gordon [Sun, 13 May 2007 23:12:46 +0000] rev 3939
Committed PulseAudio driver. Thanks, Stephan!
Ryan C. Gordon [Tue, 17 Apr 2007 09:09:48 +0000] rev 3938
Removing .gdbinit from test directory.
Ryan C. Gordon [Tue, 17 Apr 2007 08:28:19 +0000] rev 3937
Let Windows OpenGL users use SDL_GL_SWAP_CONTROL even if WGL_ARB_pixel_format
isn't available...this looks like it got tucked into here with the other
attributes, which are wrapped in a pixel_format availability check.
Ryan C. Gordon [Fri, 06 Apr 2007 20:30:41 +0000] rev 3936
Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's
attempt to disable screen savers. Works for Quartz (Mac OS X) and X11.
Need a formal API for this in 1.3, still.
Fixes Bugzilla #415.
Ryan C. Gordon [Wed, 04 Apr 2007 10:34:42 +0000] rev 3935
There are several subsystems that need IOKit linked in on Mac OS X, so handle
cases where one or more of them are disabled.
Ryan C. Gordon [Wed, 04 Apr 2007 10:30:07 +0000] rev 3934
Crap, put this patch in the wrong place.
THIS fixes Bugzilla #403. :/
Ryan C. Gordon [Wed, 04 Apr 2007 10:28:14 +0000] rev 3933
Don't compile the joystick code if --disable-joystick is specified at
./configure time, and define SDL_JOYSTICK_DUMMY if the subsystem is wanted
but there aren't any drivers available for the platform.
Fixes Bugzilla #403.