Age | Commit message (Collapse) | Author |
|
|
|
Eagle_rainbow)
|
|
dirty variables into a single structure
|
|
|
|
it doesn't recompile everything that needs to be recompiled...
|
|
certain circumstances (based on patch by matheweis)
|
|
the window class for screen drivers to a common class
|
|
routines in windowed screen drivers
|
|
drivers to the generic class, deduplicating code
|
|
different screen drivers a bit
|
|
colour depths at once
|
|
|
|
all other platforms (matheweis)
|
|
|
|
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).
|