aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/menu.cpp
AgeCommit message (Expand)Author
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