summaryrefslogtreecommitdiff
path: root/src/video/cocoa/event.mm
AgeCommit message (Expand)Author
2021-02-13Cleanup: [OSX] Move event loop into video driver file.Michael Lutz
2021-02-13Remove: [OSX] Startup splash screen.Michael Lutz
2021-02-13Codechange: [OSX] Move key event handling to our view.Michael Lutz
2021-02-13Codechange: [OSX] Move mouse event handling to our NSView.Michael Lutz
2021-02-13Codechange: [OSX] Drain autoreleased objects in each game loop cycle.Michael Lutz
2021-02-13Codechange: [OSX] Inline some functions that are used in only one place.Michael Lutz
2021-02-13Codechange: [OSX] Fold remaining Cocoa video subdriver into the main driver.Michael Lutz
2021-01-03Revert 4ce53cb8: [OSX] Delayed fullscreen switch is not needed anymore.Michael Lutz
2021-01-03Fix: [OSX] Quitting in fullscreen mode would loose the original window size.Michael Lutz
2020-04-12Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-06Codechange: Use platform independent C++11 function for sleeping on a thread.Michael Lutz
2019-02-24Change: [OSX] Prevent 2D scrolling for traditional scroll wheel miceAlexander Weiss
2019-02-24Change #6800: [OSX] Use high-precision scrolling deltas for 2D scrollingAlexander Weiss
2018-05-24Change: [OSX] Reversed pinch to zoom behaviour.Alexander Weiss
2018-04-10Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.Michael Lutz
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2015-02-22(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumpe...frosch
2014-10-26(svn r27046) -Fix [FS#5812]: Don't require double-press from non-dead console...fonsinchen
2014-08-24(svn r26758) -Fix [FS#5972]: [OSX] Implement more of the text editing API to ...michi_cc
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-12-30(svn r26186) -Fix: Don't check for equality of MAC_OS_X_VERSION_MAX_ALLOWED.fonsinchen
2013-11-14(svn r26003) -Fix [FS#5795b] (r25743): [OSX] Some hotkeys were still triggere...michi_cc
2013-11-14(svn r26002) -Fix: [OSX] If the console hotkey is a dead key, require two pre...michi_cc
2013-08-25(svn r25743) -Fix [FS#5705]: [OSX] Text input into an edit box would trigger ...michi_cc
2013-08-05(svn r25687) -Codechange: [OSX] Pass text input directly down to the text han...michi_cc
2013-08-05(svn r25671) -Codechange: Pass character and key code separately to the keybo...michi_cc
2013-08-05(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Ba...michi_cc
2013-08-05(svn r25659) -Fix [FS#4420]: [OSX] System mouse cursor could become visible d...michi_cc
2011-12-08(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated bli...rubidium
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...rubidium
2010-12-21(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under cert...planetmaker
2010-11-19(svn r21252) -Codechange: introduce a constant for the number of milliseconds...rubidium
2010-10-25(svn r21036) -Fix: [OSX] Properly set the palette when using the 8bpp blitter...planetmaker
2010-09-15(svn r20809) -Fix (r20809): as usual with these user provided Mac OS X patche...rubidium
2010-09-15(svn r20808) -Add [FS#4110]: [OSX] support for input using dead keys (Zydeco)rubidium
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2009-12-19(svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is alloca...frosch
2009-10-17(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz vide...michi_cc
2009-10-04(svn r17715) -Cleanup: [OSX] And a final round of coding style and some clean...michi_cc
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-14(svn r16827) -Codechange: make OSX specific files include stdafx.h always as ...rubidium
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-09-07(svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0...rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium