Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-13 | SCI: fix regression of r49026 - line between titlebar and actual window was ↵ | Martin Kiewitz | |
overdrawn svn-id: r49027 | |||
2010-05-13 | SCI: remove hack code for shadows and implement them properly (shadow is ↵ | Martin Kiewitz | |
actually part of the window, not added onto the window) - fixes especially lsl5 svn-id: r49026 | |||
2010-05-13 | SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ↵ | Martin Kiewitz | |
kq4 .502), fixes all window positions for those especially sq3old speech bubble windows svn-id: r49025 | |||
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ↵ | Martin Kiewitz | |
during cleanup r47745 svn-id: r49015 | |||
2010-04-26 | SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ↵ | Martin Kiewitz | |
later - fixes broken windows in sq1 svn-id: r48807 | |||
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, ↵ | Martin Kiewitz | |
also replaced hardcoded white value (255) with screen specific value svn-id: r48798 | |||
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after ↵ | Martin Kiewitz | |
doing some test with sierra interpreter svn-id: r48775 | |||
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega ↵ | Martin Kiewitz | |
character screen issues ("moving" controls), fixes jones/vga 1 pixel-off windows svn-id: r48772 | |||
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for ↵ | Martin Kiewitz | |
STYLE_USER|STYLE_TRANSPARENT svn-id: r48771 | |||
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not ↵ | Martin Kiewitz | |
working inverting of button controls on qfg1ega character stats screen svn-id: r48755 | |||
2010-02-05 | SCI: priority band specific stuff now gets called directly w/o SciGui | Martin Kiewitz | |
svn-id: r47916 | |||
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that ↵ | Martin Kiewitz | |
class directly, kGraph / RedrawBox is now using GfxPaint16 directly svn-id: r47908 | |||
2010-01-31 | mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for ↵ | Matthew Hoops | |
that version. svn-id: r47786 | |||
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz | |
svn-id: r47780 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 |