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
/
menubar.h
Age
Commit message (
Expand
)
Author
2009-11-12
Fix warning
Eugene Sandulenko
2009-11-12
The menu bar code is no longer used in the new graphics code, and the menu st...
Filippos Karapetis
2009-10-28
Changed some of the menu code to use new graphics functions
Filippos Karapetis
2009-10-28
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...
Filippos Karapetis
2009-10-19
Changed mapPointer() to accept a Common::Rect, thus removing the reference to...
Filippos Karapetis
2009-09-27
SCI: Major string handling update.
Willem Jan Palenstijn
2009-06-22
Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...
Max Horn
2009-04-27
SCI: Renamed gfx_state_t -> GfxState
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-03-24
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
Max Horn
2009-03-24
SCI: C++ify menu code
Max Horn
2009-03-17
Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...
Filippos Karapetis
2009-03-15
SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
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-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn