aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_helpers.h
AgeCommit message (Expand)Author
2009-11-12SCI/newgui: support for disabled menu entries, changed textface (int) to grey...Martin Kiewitz
2009-11-02SCI/newgui: Removed GuiCast structureMartin Kiewitz
2009-10-30SCI/newgui: Reanimate implementedMartin Kiewitz
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI/newgui: Window manager cleanupMartin Kiewitz
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
2009-10-11SCI/newgui: correction for GuiAnimateEntry structMartin Kiewitz
2009-10-10SCI/newgui: kAnimate now using Common::ListMartin Kiewitz
2009-10-10SCI/newgui: kAnimate list - showBitsFlag implementedMartin Kiewitz
2009-10-10SCI/newgui: kAnimate is now using a dynamic buffer that stores animation data...Martin Kiewitz
2009-10-10SCI/newgui: changed GuiAnimateList structMartin Kiewitz
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-05CleanupFilippos Karapetis
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ...Max Horn
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04Replaced DblList with Common::ListFilippos Karapetis
2009-10-04Use spaces instead of tabs for formatting. (Tabs should be used for indentati...Johannes Schickel
2009-10-04Remove obsolete comment.Johannes Schickel
2009-10-04SCI/gui: more renaming...Martin Kiewitz
2009-10-04SCI/newgui: turn sciWnd into subclass of sciPortWillem Jan Palenstijn
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
2009-10-04Removed unused enumFilippos Karapetis
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn