aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_helpers.h
AgeCommit message (Collapse)Author
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
svn-id: r45224
2009-10-18SCI/newgui: Window manager cleanupMartin Kiewitz
svn-id: r45222
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
svn-id: r44897
2009-10-11SCI/newgui: correction for GuiAnimateEntry structMartin Kiewitz
svn-id: r44894
2009-10-10SCI/newgui: kAnimate now using Common::ListMartin Kiewitz
svn-id: r44887
2009-10-10SCI/newgui: kAnimate list - showBitsFlag implementedMartin Kiewitz
svn-id: r44886
2009-10-10SCI/newgui: kAnimate is now using a dynamic buffer that stores animation ↵Martin Kiewitz
data, fixes sq5 crash svn-id: r44885
2009-10-10SCI/newgui: changed GuiAnimateList structMartin Kiewitz
svn-id: r44882
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
svn-id: r44799
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
svn-id: r44698
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
- Moved _sysPalette inside SciGuiScreen - Made CreatePaletteFromData() a static helper function svn-id: r44696
2009-10-05CleanupFilippos Karapetis
svn-id: r44650
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵Filippos Karapetis
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ↵Max Horn
GUI heapmanager svn-id: r44635
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from ↵Max Horn
engine/state.h svn-id: r44632
2009-10-04Replaced DblList with Common::ListFilippos Karapetis
svn-id: r44630
2009-10-04Use spaces instead of tabs for formatting. (Tabs should be used for ↵Johannes Schickel
indentation only!) svn-id: r44626
2009-10-04Remove obsolete comment.Johannes Schickel
svn-id: r44625
2009-10-04SCI/gui: more renaming...Martin Kiewitz
svn-id: r44620
2009-10-04SCI/newgui: turn sciWnd into subclass of sciPortWillem Jan Palenstijn
svn-id: r44613
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
svn-id: r44612
2009-10-04Removed unused enumFilippos Karapetis
svn-id: r44605
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
properly init a sciPalette via memset svn-id: r44604
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
svn-id: r44592
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565