aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/menu.cpp
AgeCommit message (Expand)Author
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
2019-11-19SCI: Fix kMenuSelect selecting disabled itemssluicebox
2019-03-29SCI: Fix kAddMenu language separator parsingsluicebox
2017-09-27SCI: Do some clean-up of event handling systemColin Snover
2017-07-16SCI: Clarify Tab character & modifier workarounds in GfxMenuColin Snover
2017-07-16SCI: Fix kMenuSelect to understand control charactersColin Snover
2016-02-02SCI: Removed ".data" from SciEventMartin Kiewitz
2016-02-02SCI: Fix control/Fx keys not working anymoreMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-01SCI: Fix a non-initialized variable in GfxMenu - CID 1003110Filippos Karapetis
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-12SCI: Fixed bug #3295931 - "SCI: JONES: Disabled commands are available using ...md5
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-13SCI: Fixed the flashing icon bar in the Mac version of Castle of Dr. Brainmd5
2011-03-09SCI: Save mouse position in SciEvent.Johannes Schickel
2011-03-08SCI: Remove unused argument to saidWillem Jan Palenstijn
2011-01-15SCI: Plugged 2 memory leaks, reported by digitallFilippos Karapetis
2011-01-08SCI: Some function renamingFilippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-09-26SCI: adding separate status drawing codeMartin Kiewitz
2010-07-29SCI: Ignore setAttribute() on any non-existent menu itemsMatthew Hoops
2010-07-28SCI: Fix using the parser in SCI Fan GamesMatthew Hoops
2010-07-28SCI: Added bug report numbers for all the recently fixed bugsFilippos Karapetis
2010-07-26SCI: Fixed bug #3034507, "PQ2 Demo: Non-existant menu item"Filippos Karapetis
2010-07-20SCI: fixed jones/ega/vga port issueMartin Kiewitz
2010-07-10SCI: calculate widths for menu after switching to menuport, i guess this was ...Martin Kiewitz
2010-07-06SCI: fix regression of r50721 - pausing/resuming only on actual menu usageMartin Kiewitz
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-15SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-04-25SCI: fix regression of r48659 - now calculating menu width and splitting text...Martin Kiewitz
2010-04-20SCI: menu - handle right aligned "=" as actual text not as tag marker, also h...Martin Kiewitz
2010-04-20SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl...Martin Kiewitz
2010-04-18SCI: fix regression from r48685 - english got always used for menu entriesMartin Kiewitz
2010-04-17SCI: move menu window inside the screen, if parts of it are outside (happens ...Martin Kiewitz
2010-04-17SCI: implement ability to handle multilingual menu separators (is actually 2 ...Martin Kiewitz
2010-04-17SCI: Remove subtitles in menu.Walter van Niftrik
2010-04-15SCI: split menu/item strings when displaying instead of when initializing - m...Martin Kiewitz
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn