Age | Commit message (Expand) | Author |
2009-10-30 | SCI/newgui: Reanimate implemented | Martin Kiewitz |
2009-10-28 | SCI/newgui: Jones windowMgr Port adjustment, added explanatory comment | Martin Kiewitz |
2009-10-28 | SCI/newgui: Added comment about jones hack | Martin Kiewitz |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-18 | SCI/newgui: Window manager cleanup | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | SCI/newgui: WindowManager change so that WinMgrPort will get 0 and picWind wi... | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | SCI/newgui: change in windowMgr, so that removed windows will get restored in... | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-11 | Stop passing the engine state to SciGuiWindowMgr | Filippos Karapetis |
2009-10-11 | SCI/newgui: SciGuiGfx::BitsFree() implemented, currently used in kAnimate, Bi... | Martin Kiewitz |
2009-10-11 | SCI/newgui: offTop changed, fixes window corruption (qfg3 and more) | Martin Kiewitz |
2009-10-09 | SCI/newgui: windowmgr cleanup | Martin Kiewitz |
2009-10-08 | SCI: Don't iterate past end of list | Willem Jan Palenstijn |
2009-10-08 | SCI/newgui: more cleanup | Martin Kiewitz |
2009-10-05 | SCI: Move restoreRect adjustment from DrawWindow to NewWindow | Willem Jan Palenstijn |
2009-10-05 | SCI: Name argument | Willem Jan Palenstijn |
2009-10-05 | Proper check for window shadows | Filippos Karapetis |
2009-10-05 | Window 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-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ... | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | Replaced DblList with Common::List | Filippos Karapetis |
2009-10-04 | SCI/gui: final rename commit | Martin Kiewitz |
2009-10-04 | Make "_picRect" local to gui_windowmgr.cpp and mark it as const. | Johannes Schickel |
2009-10-04 | Attempt to fix wince compilation. | Johannes Schickel |
2009-10-04 | SCI/newgui: more descriptive names. | Willem Jan Palenstijn |
2009-10-04 | SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typo | Martin Kiewitz |
2009-10-04 | SCI/newgui: windowMgr cleanup, UpdateWindow() ported over | Martin Kiewitz |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |