log test/testwm.c @ 5266:595814f561f7

age author description
Mon, 07 Feb 2011 09:37:11 -0800 Sam Lantinga Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Sat, 01 Jan 2011 19:38:56 -0800 Sam Lantinga Allow META-Enter to toggle fullscreen mode
Mon, 28 Sep 2009 07:04:25 +0000 Sam Lantinga Added keyboard output for debugging bug #659 SDL-1.2
Sun, 10 Jan 2010 18:25:04 +0000 Ryan C. Gordon Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
Sat, 12 Dec 2009 00:08:02 +0000 Sam Lantinga Added mouse position for button handling
Thu, 12 Jul 2007 20:00:50 +0000 Bob Pendleton This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
Thu, 12 Jul 2007 06:53:20 +0000 Sam Lantinga Visual C++ compiler warning fixes
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Mon, 08 May 2006 05:30:15 +0000 Sam Lantinga Made it easier to test some things on the framebuffer console
Sun, 07 May 2006 03:40:06 +0000 Sam Lantinga Fixed bug #215
Sat, 08 Jul 2006 20:07:08 +0000 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
Thu, 06 Jul 2006 07:17:11 +0000 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
Sun, 18 Jun 2006 13:47:19 +0000 Sam Lantinga Added the unicode keysym memory again for backwards compatibility. SDL-1.3
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Sun, 29 Jan 2006 08:18:56 +0000 Sam Lantinga Report both absolute and relative motion
Wed, 28 Sep 2005 11:36:20 +0000 Ryan C. Gordon Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
Sun, 15 Feb 2004 20:31:27 +0000 Sam Lantinga Showed how to toggle fullscreen mode if the API isn't supported
Sat, 22 Mar 2003 17:39:26 +0000 Sam Lantinga *** empty log message ***
Sat, 01 Feb 2003 20:32:44 +0000 Sam Lantinga Allow icons of any size
Sat, 07 Jul 2001 06:33:33 +0000 Sam Lantinga Added -width and -height command line options
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision