log

age author description
Sun, 18 Aug 2002 03:19:59 +0000 Sam Lantinga Only modifier key state is noted when X11 window opens
Sat, 17 Aug 2002 19:36:43 +0000 Sam Lantinga Added temporarily disabled code for hardware acceleration in windowed mode.
Sat, 17 Aug 2002 19:17:18 +0000 Sam Lantinga Flush message queue when shutting down video mode on Windows
Sat, 17 Aug 2002 19:17:01 +0000 Sam Lantinga Zeroed out SDL_Surface::unused1 so glSDL will work on stock SDL
Sat, 17 Aug 2002 18:11:23 +0000 Sam Lantinga Removed DDFLIP_WAIT flag from DirectX flip for improved performance
Sat, 17 Aug 2002 18:03:06 +0000 Sam Lantinga *** empty log message ***
Sat, 17 Aug 2002 17:49:27 +0000 Sam Lantinga Added a way to get the Windows OpenGL context in SDL_syswm.h
Sat, 17 Aug 2002 17:21:04 +0000 Sam Lantinga Fixed building Windows DLL with latest native Cygwin tools
Sat, 17 Aug 2002 16:58:31 +0000 Sam Lantinga Updated configure.in for automake 1.6.2
Mon, 12 Aug 2002 22:43:58 +0000 Sam Lantinga Darrell's fix for Quartz mouse motion
Mon, 12 Aug 2002 14:54:38 +0000 Ryan C. Gordon Commented double-free buggy code. Will examine more closely later.
Thu, 01 Aug 2002 23:24:13 +0000 Sam Lantinga Added initial support for PicoGUI (thanks Micah!)
Thu, 01 Aug 2002 23:08:41 +0000 Sam Lantinga *** empty log message ***
Thu, 01 Aug 2002 23:06:39 +0000 Sam Lantinga Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha
Thu, 01 Aug 2002 05:16:38 +0000 Ryan C. Gordon Make sure width and height passed to SDL_GetVideoMode() are sane.