summaryrefslogtreecommitdiff
path: root/src/video/cocoa_v.mm
AgeCommit message (Expand)Author
2007-11-22(svn r11492) -Codechange: [OSX] Split the cocoa video driver into several fil...egladil
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-10-25(svn r11342) -Fix: [OSX] The cocoa driver incorrectly assumed that the blitte...egladil
2007-08-29(svn r10996) -Feature: [OSX] added more options for right click emulation (co...bjarni
2007-08-19(svn r10946) -Fix (r10932): forgot one occurenceglx
2007-08-10(svn r10839) -Fix [FS#873]: bring up the assert window for OSX even when ther...truelight
2007-07-23(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty...truelight
2007-07-23(svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo)truelight
2007-07-05(svn r10450) -Fix (r10444): Fix search & replace errorspeter1138
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-07-02(svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something th...bjarni
2007-06-22(svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPUtruelight
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-06-21(svn r10255) -Codechange: remove some old debug code nobody was using anymoretruelight
2007-06-19(svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backendstruelight
2007-06-19(svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driv...truelight
2007-06-19(svn r10216) -Fix: palette animation always redid all palette entries, where ...truelight
2007-06-17(svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa vi...truelight
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-12(svn r10124) -Fix r10123: fix the OSX video driver properlytruelight
2007-06-12(svn r10123) -Fix r10121: the 8 bpp cocoa video driver works againbjarni
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-03-17(svn r9266) -Codechange: unify the retrieval of the base paths a little more.rubidium
2007-03-11(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...bjarni
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mmbjarni
2007-03-02(svn r8967) -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated st...truelight
2007-02-26(svn r8907) -Fix (r3281): reading from an unitialized variable.rubidium
2007-02-05(svn r8605) -Codechange: [OSX] changed all objective C to objective C++bjarni