summaryrefslogtreecommitdiff
path: root/src/video/cocoa/SDL_cocoaevents.m
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-11-20First pass at a simple drag and drop API, allowing you to accept files droppe...Sam Lantinga1-0/+5
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-0/+4
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-21Added disabled preferences menu option so it looks more like other applicatio...Sam Lantinga1-0/+4
2011-02-12Removed private API use that was causing AppStore rejectionSam Lantinga1-9/+1
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-20Fixed mouse button index for additional mouse buttonsSam Lantinga1-1/+1
2011-01-21Fix mouse wheel events in fullscreen mode for OS XJjgod Jiang1-0/+1
2010-12-01Removed support for 10.3.9Sam Lantinga1-2/+0
2010-10-10Removed debug outputSam Lantinga1-5/+0
2010-07-24Added preliminary touch code to SDL_cocoakeyboard.mjimtla1-2/+6
2010-07-22Fixed x11 compile bugs.jimtla1-0/+2
2010-07-08I missed the Objective C files when updating the copyright date...Sam Lantinga1-1/+1
2010-01-19From: Jjgod JiangSam Lantinga1-1/+0
2010-01-10Merged r4866:4867 from branches/SDL-1.2: 64-bit Mac OS X 10.5 SDK fix.Ryan C. Gordon1-3/+9
2009-12-03Fixed mouse events for fullscreen windows on Mac OS XSam Lantinga1-0/+14
2009-09-19Merged a cleaned up version of Jiang's code changes from Google Summer of Cod...Sam Lantinga1-0/+4
2009-05-07Temporary workaround for building on 64-bit Mac OS XSam Lantinga1-0/+5
2009-01-12Added an API to enable/disable the screen saver.Sam Lantinga1-0/+11
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-09-01Fixed a bunch of compile warnings on Mac OS XSam Lantinga1-0/+1
2006-07-30Hack to stop the beepingSam Lantinga1-1/+3
2006-07-30Implemented Cocoa key event handling.Sam Lantinga1-5/+14
2006-07-25Fixed Objective-C memory leaksSam Lantinga1-0/+15
2006-07-25Implemented OpenGL support on Mac OS XSam Lantinga1-12/+4
2006-07-23Whoops, that's a while loop. :)Sam Lantinga1-1/+1
2006-07-23The Mac OS X Cocoa video driver is under construction...Sam Lantinga1-0/+170