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_helpers.h
Age
Commit message (
Expand
)
Author
2009-11-12
SCI/newgui: support for disabled menu entries, changed textface (int) to grey...
Martin Kiewitz
2009-11-02
SCI/newgui: Removed GuiCast structure
Martin Kiewitz
2009-10-30
SCI/newgui: Reanimate implemented
Martin Kiewitz
2009-10-28
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...
Filippos Karapetis
2009-10-21
- Removed kShow() and the related code it uses - it's a debugging function, a...
Filippos Karapetis
2009-10-18
SCI: cleanup text alignment
Martin Kiewitz
2009-10-18
SCI/newgui: Window manager cleanup
Martin Kiewitz
2009-10-11
SCI/newgui: kShakeScreen partially implemented
Martin Kiewitz
2009-10-11
SCI/newgui: correction for GuiAnimateEntry struct
Martin Kiewitz
2009-10-10
SCI/newgui: kAnimate now using Common::List
Martin Kiewitz
2009-10-10
SCI/newgui: kAnimate list - showBitsFlag implemented
Martin Kiewitz
2009-10-10
SCI/newgui: kAnimate is now using a dynamic buffer that stores animation data...
Martin Kiewitz
2009-10-10
SCI/newgui: changed GuiAnimateList struct
Martin Kiewitz
2009-10-08
SCI/newgui: more cleanup
Martin Kiewitz
2009-10-06
SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette
Martin Kiewitz
2009-10-06
- Removed the SciGuiGfx parameter from SciGuiView
Filippos Karapetis
2009-10-05
Cleanup
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
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
Use spaces instead of tabs for formatting. (Tabs should be used for indentati...
Johannes Schickel
2009-10-04
Remove obsolete comment.
Johannes Schickel
2009-10-04
SCI/gui: more renaming...
Martin Kiewitz
2009-10-04
SCI/newgui: turn sciWnd into subclass of sciPort
Willem Jan Palenstijn
2009-10-04
SCI/newgui: more descriptive names.
Willem Jan Palenstijn
2009-10-04
Removed unused enum
Filippos Karapetis
2009-10-04
SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';
Max Horn
2009-10-04
SCI/newgui: TextColors and TextFonts implemented (for sq5)
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn