aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_windowmgr.cpp
AgeCommit message (Expand)Author
2010-01-03SCI: windowMgr port fix (using id 1 now on that port instead of 0, still acce...Martin Kiewitz
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...Martin Kiewitz
2009-10-30SCI/newgui: Reanimate implementedMartin Kiewitz
2009-10-28SCI/newgui: Jones windowMgr Port adjustment, added explanatory commentMartin Kiewitz
2009-10-28SCI/newgui: Added comment about jones hackMartin Kiewitz
2009-10-28SCI/newgui: SciGuiControls created, SciGuiText now activeMartin Kiewitz
2009-10-27Make Jones in the Fast Lane use up the whole screen as did the original game.Matthew Hoops
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI/newgui: Window manager cleanupMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-16SCI/newgui: WindowManager change so that WinMgrPort will get 0 and picWind wi...Martin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: change in windowMgr, so that removed windows will get restored in...Martin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11Stop passing the engine state to SciGuiWindowMgrFilippos Karapetis
2009-10-11SCI/newgui: SciGuiGfx::BitsFree() implemented, currently used in kAnimate, Bi...Martin Kiewitz
2009-10-11SCI/newgui: offTop changed, fixes window corruption (qfg3 and more)Martin Kiewitz
2009-10-09SCI/newgui: windowmgr cleanupMartin Kiewitz
2009-10-08SCI: Don't iterate past end of listWillem Jan Palenstijn
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
2009-10-05SCI: Move restoreRect adjustment from DrawWindow to NewWindowWillem Jan Palenstijn
2009-10-05SCI: Name argumentWillem Jan Palenstijn
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