index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gui
/
gui_windowmgr.h
Age
Commit message (
Expand
)
Author
2009-10-31
SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...
Martin Kiewitz
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: SciGuiControls created, SciGuiText now active
Martin Kiewitz
2009-10-13
SCI/newgui: SciGuiAnimate class created
Martin Kiewitz
2009-10-11
Stop passing the engine state to SciGuiWindowMgr
Filippos Karapetis
2009-10-09
SCI/newgui: windowmgr cleanup
Martin Kiewitz
2009-10-08
SCI/newgui: more cleanup
Martin Kiewitz
2009-10-05
SCI: Name argument
Willem Jan Palenstijn
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
SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...
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
SCI/newgui: more descriptive names.
Willem Jan Palenstijn
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn