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
/
gfx
/
gfx_widgets.h
Age
Commit message (
Expand
)
Author
2009-06-22
Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...
Max Horn
2009-06-06
Store long-term pointers to object variables in a new ObjVarRef struct.
Willem Jan Palenstijn
2009-06-05
Moved some more debug commands to ScummVM's coneole and removed some unused code
Filippos Karapetis
2009-06-02
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...
Filippos Karapetis
2009-05-30
Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...
Filippos Karapetis
2009-04-27
SCI: Renamed gfx_state_t -> GfxState
Max Horn
2009-04-24
SCI: Doxygenified some comments
Max Horn
2009-04-24
SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-04-24
SCI: Started to C++ify the gfxw_widget_t codebase
Max Horn
2009-04-18
Retreive -> retrieve
Willem Jan Palenstijn
2009-04-03
Removed leftover chrono-related code (refer to commit #37721 for the changes ...
Filippos Karapetis
2009-03-25
- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...
Filippos Karapetis
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn