log src/video/cocoa/SDL_cocoakeyboard.m @ 3032:77c3e67f0740

age author description
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...