aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_windowmgr.h
AgeCommit message (Collapse)Author
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called ↵Martin Kiewitz
(fixes cels disappearing after removing windows) svn-id: r45588
2009-10-30SCI/newgui: Reanimate implementedMartin Kiewitz
svn-id: r45527
2009-10-28SCI/newgui: Jones windowMgr Port adjustment, added explanatory commentMartin Kiewitz
svn-id: r45460
2009-10-28SCI/newgui: SciGuiControls created, SciGuiText now activeMartin Kiewitz
svn-id: r45457
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
svn-id: r45019
2009-10-11Stop passing the engine state to SciGuiWindowMgrFilippos Karapetis
svn-id: r44933
2009-10-09SCI/newgui: windowmgr cleanupMartin Kiewitz
svn-id: r44815
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
svn-id: r44799
2009-10-05SCI: Name argumentWillem Jan Palenstijn
svn-id: r44656
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-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
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-04SCI/gui: final rename commitMartin Kiewitz
svn-id: r44621
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
svn-id: r44612
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