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
|
Tue, 20 Jul 2010 23:25:24 -0700 |
Sam Lantinga |
Added support for keyboard repeat (only tested on Windows so far)
|
Sun, 10 Feb 2008 17:29:23 +0000 |
Sam Lantinga |
Show integer scancode, since that's how it's defined in the header.
|
Thu, 07 Feb 2008 16:14:43 +0000 |
Sam Lantinga |
Fixed array overrun
|
Thu, 07 Feb 2008 15:31:09 +0000 |
Sam Lantinga |
First pass of new SDL scancode concept for X11.
|
Tue, 05 Feb 2008 07:19:23 +0000 |
Sam Lantinga |
First pass implementation of new SDL scancode concept, as discussed with
|
Tue, 15 Jan 2008 22:37:17 +0000 |
Bob Pendleton |
Minimal implementation of textinput events for x11. It only works for latin-1.
|
Tue, 08 Jan 2008 00:10:46 +0000 |
Bob Pendleton |
Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
|
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, 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
|
Thu, 19 Jan 2006 09:09:32 +0000 |
Sam Lantinga |
Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
|
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
|