aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/menu.cpp
AgeCommit message (Expand)Author
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-01SCI: implemented reset for GfxMenu, not recreating object anymoreMartin Kiewitz
2010-02-01SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo...Martin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-24SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard inte...Martin Kiewitz
2010-01-22SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0Martin Kiewitz
2010-01-22SCI: draw a black line under menubar when menu is active (effectively for jon...Martin Kiewitz
2010-01-19SCI: call showBits() on the line between menubar and the actual menu (because...Martin Kiewitz
2010-01-19SCI: use reanimate instead of BitsShow() when removing menusMartin Kiewitz
2010-01-12SCI: implemented mouse interaction while being in keyboard mode, also ignore ...Martin Kiewitz
2010-01-12SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code,...Martin Kiewitz
2010-01-12SCI: interactive menu with mouse fully implemented, mouse within keyboard men...Martin Kiewitz
2010-01-12SCI: changed interactive with mouse menu code (still not finished)Martin Kiewitz
2010-01-12SCI: added comment about "not behaving like sierra here", also added TODO on ...Martin Kiewitz
2010-01-12Added mouse click handling for top menus (mouse clicks on menu items of each ...Filippos Karapetis
2010-01-08SCI: support "Ctrl-" prefix keys in menu, makes Ctrl-keys work in lsl6Martin Kiewitz
2010-01-08SCI: support "+" and "-" for menu (fixes speed changes via those keys in all ...Martin Kiewitz
2010-01-07SCI: remove displaying tag in menu of some games (e.g. qfg1ega)Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05Yet more renamingFilippos Karapetis
2010-01-05More renamingFilippos Karapetis