Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
Mon, 07 Feb 2011 10:40:21 -0800 |
Sam Lantinga |
Renamed SDL_Key to SDL_Keycode to clarify terminology.
|
Mon, 07 Feb 2011 09:42:08 -0800 |
Sam Lantinga |
Renamed SDLKey and SDLMod for consistency
|
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.
|
Thu, 27 Jan 2011 22:44:08 -0800 |
Sam Lantinga |
Removed completely non-portable event thread hack.
|
Mon, 24 Jan 2011 13:47:35 -0600 |
krogoway |
Renamed SDL_keysym to SDL_KeySym
|
Sat, 18 Sep 2010 18:31:01 -0700 |
Sam Lantinga |
Fixed crash on systems that don't have StopTextInput
|
Wed, 15 Sep 2010 00:28:19 -0400 |
dewyatt |
Ensure compositions are committed when keyboard focus changes.
|
Sun, 22 Aug 2010 12:39:27 -0700 |
Sam Lantinga |
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
|
Sun, 22 Aug 2010 12:35:34 -0700 |
Sam Lantinga |
Cleanup from the Android commit
|
Sun, 18 Jul 2010 13:48:23 -0400 |
dewyatt |
Merge with main repo (mainly for non-printable character fix)
|
Tue, 13 Jul 2010 15:05:45 -0400 |
dewyatt |
Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.
|
Mon, 12 Jul 2010 14:17:43 -0400 |
dewyatt |
Changed Start/StopTextInput back to not take any parameters.
|
Thu, 08 Jul 2010 01:35:47 -0400 |
dewyatt |
Changed StartTextInput to take an SDL_Window parameter.
|
Sun, 22 Aug 2010 12:23:55 -0700 |
Sam Lantinga |
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
|
Wed, 07 Jul 2010 00:43:23 +1200 |
Paul Hunkin |
Added preliminary keyboard event support
|
Thu, 22 Jul 2010 22:09:04 -0700 |
Sam Lantinga |
Daniel Wyatt to slouken
|
Wed, 21 Jul 2010 21:47:12 -0700 |
Sam Lantinga |
Fixed key repeat detection on X11, and simplified the code for everyone else.
|
Wed, 21 Jul 2010 00:00:05 -0700 |
Sam Lantinga |
Delete is indeed an unprintable character.
|
Tue, 20 Jul 2010 23:25:24 -0700 |
Sam Lantinga |
Added support for keyboard repeat (only tested on Windows so far)
|
Sat, 17 Jul 2010 18:57:51 -0700 |
Sam Lantinga |
Fixed bug 1014
|
Wed, 07 Jul 2010 18:58:51 -0700 |
Sam Lantinga |
Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
Tue, 20 Apr 2010 07:16:42 -0700 |
Jjgod Jiang |
Fix a crash caused by empty keyboard focus
|
Thu, 15 Apr 2010 22:27:01 -0700 |
Sam Lantinga |
Minor cleanup on Jiang's patch
|
Thu, 15 Apr 2010 22:14:26 -0700 |
Sam Lantinga |
changeset: 4433:25667ea797fa
|
Thu, 25 Mar 2010 01:08:26 -0700 |
Sam Lantinga |
General improvements for user custom event registration
|
Sat, 10 Oct 2009 09:02:17 +0000 |
Sam Lantinga |
Changed environment variable to match Debian patch 205_lock_keys.diff
SDL-1.2
|
Mon, 16 Feb 2009 22:32:34 +0000 |
Sam Lantinga |
GAPI fixes from Stefan Klug
SDL-1.2
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
Tue, 26 Feb 2008 10:50:28 +0000 |
Sam Lantinga |
Date: Tue, 05 Feb 2008 01:41:08 -0500
SDL-1.2
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Tue, 01 Dec 2009 08:56:12 +0000 |
Sam Lantinga |
Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.
|
Sat, 19 Sep 2009 13:29:40 +0000 |
Sam Lantinga |
Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
|
Wed, 03 Jun 2009 04:37:27 +0000 |
Sam Lantinga |
Von: Thomas Zimmermann
|
Wed, 01 Jul 2009 07:33:58 +0000 |
Jiang Jiang |
Add SDL_TEXTEDTING event to inform application about marked text.
gsoc2009_IME
|
Sun, 04 Jan 2009 17:14:27 +0000 |
Sam Lantinga |
indent
|
Sun, 04 Jan 2009 17:10:04 +0000 |
Sam Lantinga |
Make the SDL keysyms that represent unprintable ASCII values actually have
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
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.
|
Sun, 19 Aug 2007 14:52:52 +0000 |
Sam Lantinga |
Date: Thu, 05 Jul 2007 14:02:33 -0700
|
Sun, 12 Aug 2007 05:48:51 +0000 |
Sam Lantinga |
Fixed crash if conversion fails. Use ISO name for Latin-1
|
Sat, 16 Jun 2007 15:32:04 +0000 |
Sam Lantinga |
Key repeat is handled by the OS, since text input is now decoupled from physical key events.
|
Sun, 30 Jul 2006 05:18:33 +0000 |
Sam Lantinga |
Implemented Cocoa key event handling.
|
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.
|
Sat, 08 Jul 2006 20:55:39 +0000 |
Sam Lantinga |
Implemented Win32 input grab
SDL-1.3
|
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
|
Fri, 30 Jun 2006 08:18:44 +0000 |
Sam Lantinga |
Added a userdata parameter for event filters.
SDL-1.3
|
Fri, 30 Jun 2006 05:42:49 +0000 |
Sam Lantinga |
Cleaned up a bunch of warnings, started adding Win32 event support
SDL-1.3
|
Wed, 14 Jun 2006 06:26:35 +0000 |
Sam Lantinga |
More compile fixes
SDL-1.3
|
Sun, 11 Jun 2006 05:27:10 +0000 |
Sam Lantinga |
Finishing up keyboard code revamp, at least for now...
SDL-1.3
|
Sat, 10 Jun 2006 09:11:59 +0000 |
Sam Lantinga |
Keyboard code update in progress
SDL-1.3
|
Wed, 07 Jun 2006 16:10:28 +0000 |
Sam Lantinga |
Work in progress. :)
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
|