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