aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
AgeCommit message (Collapse)Author
2015-09-28SHERLOCK: RT: Fix palette corruption using Journal in Diogenes clubPaul Gilbert
2015-08-16SHERLOCK: RT: Don't allow skipping intro until title is shownPaul Gilbert
2015-07-31SHERLOCK: RT: Fix inventory tooltips when in a scene with a maskPaul Gilbert
ScummVM simplifies tooltip handling by drawing tooltips directly to the screen surface. This works well in most cases, but in mask scenes, the screen is recopied at the end of rendering to apply the mask overlay, so the tooltip needs to be redrawn after again in order to be seen
2015-07-25SHERLOCK: RT: Implemented rendering of Files dialogPaul Gilbert
2015-07-25SHERLOCK: RT: Clean up handling of WidgetLab for lab table scenePaul Gilbert
2015-07-25SHERLOCK: RT: Hook up ScummVM save/load dialogs in-gamePaul Gilbert
2015-07-24SHERLOCK: RT: Skeleton class for Files dialogPaul Gilbert
2015-07-24SHERLOCK: RT: Rendering fixes for Options & Quit dialogsPaul Gilbert
2015-07-23SHERLOCK: RT: Implement Options dialog event handlingPaul Gilbert
2015-07-22SHERLOCK: RT: Beginnings of Options dialog widget classPaul Gilbert
2015-07-22SHERLOCK: RT: Implement maskAreaPaul Gilbert
2015-07-22SHERLOCK: RT: Split TattooEngine code into separate widget classesPaul Gilbert
2015-07-20SHERLOCK: RT: Implemented WidgetLab handleEventsPaul Gilbert
2015-07-20SHERLOCK: RT: Beginnings of lab table widget classPaul Gilbert
2015-07-19SHERLOCK: RT: Show tooltip when selecting scene object to use item onPaul Gilbert
2015-07-19SHERLOCK: RT: Support for showing inventory items as a cursorPaul Gilbert
2015-07-18SHERLOCK: RT: Fix showing look window for inventory itemsPaul Gilbert
2015-07-13SHERLOCK: RT: Fix derived declaration of banishWindowPaul Gilbert
2015-07-04SHERLOCK: RT: Consolidate scroll position into the Screen classPaul Gilbert
2015-07-03SHERLOCK: RT: Implement scrollbar event handlingPaul Gilbert
2015-07-02SHERLOCK: RT: Implemented render method for talk dialogPaul Gilbert
2015-07-02SHERLOCK: RT: Cleanup of Exit class and fix exiting scenesPaul Gilbert
2015-06-30SHERLOCK: RT: Fix compiler warningsPaul Gilbert
2015-06-29SHERLOCK: RT: Beginnings of inventory window tooltip classPaul Gilbert
2015-06-27SHERLOCK: RT: Fix display of talk text windowsPaul Gilbert
2015-06-25SHERLOCK: RT: Implemented shaded background for dialogsPaul Gilbert
2015-06-24SHERLOCK: RT: Remove deprecated fields from UI classPaul Gilbert
2015-06-23SHERLOCK: RT: Create WidgetMessage class for displaying messagesPaul Gilbert
2015-06-23SHERLOCK: RT: Implement message box ui modePaul Gilbert
2015-06-22SHERLOCK: RT: Beginnings of look window displayPaul Gilbert
2015-06-21SHERLOCK: RT: Implemented further journal draw methodsPaul Gilbert
2015-06-21SHERLOCK: RT: Implemented drawJournalControlsPaul Gilbert
2015-06-21SHERLOCK: RT: Implement makeBGArea for converting to greyscalePaul Gilbert
2015-06-21SHERLOCK: RT: Move mask code to TattooUserInterfacePaul Gilbert
2015-06-21SHERLOCK: RT: Beginnings of journal displayPaul Gilbert
2015-06-21SHERLOCK: RT: Implement inventory handleEventsPaul Gilbert
2015-06-20SHERLOCK: RT: Create WidgetSceneTooltip descendant tooltip classPaul Gilbert
2015-06-19SHERLOCK: RT: Added remaining rendering code for inventory widgetPaul Gilbert
2015-06-19SHERLOCK: RT: Beginnings of inventory menu widgetPaul Gilbert
2015-06-18SHERLOCK: RT: Implement loading for the text window widgetPaul Gilbert
2015-06-17SHERLOCK: RT: Fix crash in second intro scenePaul Gilbert
2015-06-17SHERLOCK: RT: Implement lookatObject and printObjectDescPaul Gilbert
2015-06-16SHERLOCK: RT: Implemented WidgetVerbs executePaul Gilbert
2015-06-15SHERLOCK: RT: Beginnings of UI widget classesPaul Gilbert
2015-06-13SHERLOCK: Simplify UseType to derive from ActionTypePaul Gilbert
2015-06-13SHERLOCK: RT: Implemented doStandardControlPaul Gilbert
2015-06-13SHERLOCK: RT: Implemented handleInput methodPaul Gilbert
2015-06-06SHERLOCK: Implement setupBGAreaPaul Gilbert
2015-05-31SHERLOCK: Implement remainder of RT doBgAnimPaul Gilbert
2015-05-31SHERLOCK: Move scroll variables from Screen to TattooUserInterfacePaul Gilbert