summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.mm
AgeCommit message (Expand)Author
2011-10-04(svn r22999) -Codechange: Allow changing the blitter during the running game.michi_cc
2011-09-19(svn r22943) -Fix: [OSX] Typo broke debug compilationplanetmaker
2011-09-11(svn r22921) -Fix: [OSX] Don't allow the old fullscreen mode also not as fall...planetmaker
2011-09-04(svn r22893) -Fix [FS#4744]: [OSX] Compilation on OSX 10.7 was broken (based ...planetmaker
2011-07-21(svn r22678) -Doc: More doxygen sprinkles in MacOSX code and cocoa video driverplanetmaker
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...rubidium
2011-01-01(svn r21684) -Fix [FS#4360] (r21573): Silence some compile warningsplanetmaker
2010-12-21(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under cert...planetmaker
2010-12-21(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of th...planetmaker
2010-12-21(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of th...planetmaker
2010-12-21(svn r21575) -Codechange: [OSX] Use the same class for the window delegate ro...planetmaker
2010-12-15(svn r21522) -Fix: [OSX] Silence a warning when compiling without quartz and ...planetmaker
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-01-04(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter w...peter1138
2009-12-19(svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is alloca...frosch
2009-10-04(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in...michi_cc
2009-10-04(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply...michi_cc
2009-10-04(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manage...michi_cc
2009-10-04(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a C...michi_cc
2009-10-04(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog bo...michi_cc
2009-10-04(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common C...michi_cc
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
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-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-08-31(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate w...rubidium
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-05-07(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa filesbjarni
2008-01-01(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...belugas
2007-12-23(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.egladil
2007-12-17(svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at...egladil
2007-12-08(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode inste...bjarni
2007-11-30(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX ...bjarni
2007-11-25(svn r11521) -Codechange: [OSX] Check what the running os version is in a cle...egladil
2007-11-24(svn r11508) -Cleanup: Removed unused headers from the cocoa video driver.egladil
2007-11-23(svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of ...egladil
2007-11-22(svn r11492) -Codechange: [OSX] Split the cocoa video driver into several fil...egladil