log src/video/cocoa/SDL_cocoakeyboard.m @ 5284:96a22141cf86 tip

age author description
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.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Wed, 01 Dec 2010 12:23:16 -0800 Sam Lantinga Removed support for 10.3.9
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Wed, 28 Jul 2010 23:32:13 -0700 Sam Lantinga Fixed the code so we receive Cocoa touch events
Tue, 27 Jul 2010 05:21:24 +0400 jimtla Finished (untested) OS X code.
Sat, 24 Jul 2010 22:28:38 +0400 jimtla Added preliminary touch code to SDL_cocoakeyboard.m
Thu, 12 Aug 2010 16:00:47 +0200 Jjgod Jiang Fix for deleting the last uncommit character
Wed, 21 Jul 2010 21:47:12 -0700 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Thu, 08 Jul 2010 00:03:39 -0700 Sam Lantinga I missed the Objective C files when updating the copyright date...
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.
Thu, 15 Apr 2010 22:27:50 -0700 Sam Lantinga changeset: 4434:4e5dd7dc58cd
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
Tue, 19 Jan 2010 07:28:51 +0000 Sam Lantinga From: Jjgod Jiang
Mon, 18 Jan 2010 14:12:29 +0000 Sam Lantinga Fixed compile error on Mac OS X 10.4
Sat, 05 Dec 2009 19:57:49 +0000 Sam Lantinga Fixed compilation on Mac OS X 10.4
Mon, 21 Sep 2009 05:24:54 +0000 Sam Lantinga Fixed build on Mac OS X 10.4
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
Sat, 05 Sep 2009 09:55:25 +0000 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
Thu, 20 Aug 2009 04:54:24 +0000 Jiang Jiang Disable a debug message. gsoc2009_IME
Thu, 06 Aug 2009 08:59:53 +0000 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
Thu, 06 Aug 2009 08:56:48 +0000 Jiang Jiang Update API, first step: make it build gsoc2009_IME
Wed, 01 Jul 2009 07:33:58 +0000 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
Fri, 26 Jun 2009 10:37:57 +0000 Jiang Jiang Basic text input API gsoc2009_IME
Sun, 31 May 2009 16:57:29 +0000 Jiang Jiang Basic marked text handling gsoc2009_IME
Mon, 25 May 2009 02:42:45 +0000 Jiang Jiang Get basic text input support working for Cocoa gsoc2009_IME
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:30:50 +0000 Sam Lantinga Christian's comment:
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
Sat, 29 Dec 2007 21:36:17 +0000 Sam Lantinga Merged fix for bug #508 from SDL 1.2 revision 3495
Tue, 21 Aug 2007 06:54:07 +0000 Sam Lantinga Fixed bug #471
Sun, 19 Aug 2007 16:36:51 +0000 Sam Lantinga Date: Sun, 19 Aug 2007 18:29:28 +0200
Sun, 19 Aug 2007 14:52:52 +0000 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
Wed, 11 Jul 2007 14:44:28 +0000 Sam Lantinga Needed an autorelease pool around the NSText allocation
Wed, 11 Jul 2007 08:09:20 +0000 Sam Lantinga Added key composition support, courtesy of Kuon
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.
Wed, 14 Feb 2007 10:25:41 +0000 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
Sun, 30 Jul 2006 06:11:52 +0000 Sam Lantinga Removed debug code. :)
Sun, 30 Jul 2006 06:11:24 +0000 Sam Lantinga Added numlock support
Sun, 30 Jul 2006 05:18:33 +0000 Sam Lantinga Implemented Cocoa key event handling.
Sun, 23 Jul 2006 09:11:10 +0000 Sam Lantinga The Mac OS X Cocoa video driver is under construction...