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_gui.cpp
Age
Commit message (
Expand
)
Author
2009-09-04
- Removed the gfx error defines. When resources are not found, or are corrupt...
Filippos Karapetis
2009-08-31
Removed many bogus return values in the SCI graphics functions - some functio...
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-06-24
SCI: Partial support for dual-language games.
Walter van Niftrik
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-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: Removed sci_memory.h/.cpp
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::print function pointer into virtual method
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: 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-03-25
Changed the font flag defines to an enumeration
Filippos Karapetis
2009-03-25
Merged sciw_select_item() and sciw_unselect_item()
Filippos Karapetis
2009-03-25
- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...
Filippos Karapetis