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.cpp
Age
Commit message (
Expand
)
Author
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