aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_windowmgr.cpp
AgeCommit message (Expand)Author
2009-10-05Proper check for window shadowsFilippos Karapetis
2009-10-05Window shadows are also taken into account when storing their bits. This fixe...Filippos 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-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Replaced DblList with Common::ListFilippos Karapetis
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-04Make "_picRect" local to gui_windowmgr.cpp and mark it as const.Johannes Schickel
2009-10-04Attempt to fix wince compilation.Johannes Schickel
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
2009-10-04SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typoMartin Kiewitz
2009-10-04SCI/newgui: windowMgr cleanup, UpdateWindow() ported overMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn