log src/video/cocoa/SDL_cocoakeyboard.m @ 4513:c5af44c1eea9

age author description
2010-07-08 Sam Lantinga I missed the Objective C files when updating the copyright date...
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2010-04-16 Sam Lantinga changeset: 4434:4e5dd7dc58cd
2010-04-16 Sam Lantinga Minor cleanup on Jiang's patch
2010-04-16 Sam Lantinga changeset: 4433:25667ea797fa
2010-01-19 Sam Lantinga From: Jjgod Jiang
2010-01-18 Sam Lantinga Fixed compile error on Mac OS X 10.4
2009-12-05 Sam Lantinga Fixed compilation on Mac OS X 10.4
2009-09-21 Sam Lantinga Fixed build on Mac OS X 10.4
2009-09-19 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-09-05 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
2009-08-20 Jiang Jiang Disable a debug message. gsoc2009_IME
2009-08-06 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
2009-08-06 Jiang Jiang Update API, first step: make it build gsoc2009_IME
2009-07-01 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
2009-06-26 Jiang Jiang Basic text input API gsoc2009_IME
2009-05-31 Jiang Jiang Basic marked text handling gsoc2009_IME
2009-05-25 Jiang Jiang Get basic text input support working for Cocoa gsoc2009_IME
2008-12-08 Sam Lantinga Updated copyright date
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-02-05 Sam Lantinga Christian's comment:
2008-02-05 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
2007-12-29 Sam Lantinga Merged fix for bug #508 from SDL 1.2 revision 3495
2007-08-21 Sam Lantinga Fixed bug #471
2007-08-19 Sam Lantinga Date: Sun, 19 Aug 2007 18:29:28 +0200
2007-08-19 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
2007-07-11 Sam Lantinga Needed an autorelease pool around the NSText allocation
2007-07-11 Sam Lantinga Added key composition support, courtesy of Kuon
2007-06-16 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
2007-02-14 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
2006-07-30 Sam Lantinga Removed debug code. :)
2006-07-30 Sam Lantinga Added numlock support
2006-07-30 Sam Lantinga Implemented Cocoa key event handling.
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...