Age | Commit message (Collapse) | Author |
|
video driver was used.
|
|
|
|
Cocoa string.
|
|
CrashLog infrastructure.
|
|
in all cases.
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
|
|
|
|
|
|
the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
|
|
|
|
|
|
|
cocoa driver in windowed mode too.
|
|
longer needed and caused compilation to fail.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
at compile time.
|
|
instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.
|
|
cleaner way.
|
|
|
|
that was introduced in r11492.
|
|
Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis.
|
|
files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).
|