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_state_internal.h
Age
Commit message (
Expand
)
Author
2009-09-27
SCI: Major string handling update.
Willem Jan Palenstijn
2009-08-17
Fix compilation of the SCI engine. It seems that all of the SCI header files ...
Johannes Schickel
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
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-02
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...
Filippos Karapetis
2009-05-05
SCI: Work around an 'Array used after being disposed' bug that occurs when a ...
Max Horn
2009-04-27
SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...
Max Horn
2009-04-27
SCI: Removed unused vars; doxygenified some comments; cleanup
Max Horn
2009-04-27
SCI: Rewrote dirty rect code to use Common::List
Max Horn
2009-04-27
SCI: Renamed gfx_state_t -> GfxState
Max Horn
2009-04-24
SCI: Turned GfxWidget::draw function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::tag function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::print function pointer into virtual method
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: font_nr -> _font
Max Horn
2009-04-24
SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...
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-03
Removed the non-working Chrono port code, after discussing with Lars
Filippos Karapetis
2009-03-19
Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...
Filippos Karapetis
2009-02-26
SCI: Replaced #define hack to fake subclassing in C by regular C++ subclassing
Max Horn
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn