aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/ports.cpp
AgeCommit message (Expand)Author
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-13SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac...Martin Kiewitz
2010-05-13SCI: fix regression of r49026 - line between titlebar and actual window was o...Martin Kiewitz
2010-05-13SCI: remove hack code for shadows and implement them properly (shadow is actu...Martin Kiewitz
2010-05-13SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ...Martin Kiewitz
2010-05-12SCI: fix code that was commented out (wasn't meant to get commited that way) ...Martin Kiewitz
2010-04-26SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ...Martin Kiewitz
2010-04-25SCI: draw a black line between titlebar and actual window content for SCI0, a...Martin Kiewitz
2010-04-22SCI: added additional comment for setOrigin() commit (from waltervn), after d...Martin Kiewitz
2010-04-22SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char...Martin Kiewitz
2010-04-22SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST...Martin Kiewitz
2010-04-20SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo...Martin Kiewitz
2010-02-05SCI: priority band specific stuff now gets called directly w/o SciGuiMartin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-01-31mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that...Matthew Hoops
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz