index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sherlock
/
tattoo
/
widget_talk.cpp
Age
Commit message (
Expand
)
Author
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-07
SHERLOCK: RT: Fix crash using invalid number keys in conversations
Paul Gilbert
2016-03-14
SHERLOCK: Changed engine to use Graphics::ManagedSurface
Paul Gilbert
2015-09-14
SHERLOCK: Reduce the scope of several variables.
Strangerke
2015-08-29
SHERLOCK: RT: Fix resetting cursor after buying coffee from Greengrocer
Paul Gilbert
2015-08-29
SHERLOCK: Fix comment typos
Torbjörn Andersson
2015-08-23
SHERLOCK: Replace various scene numbers with enum values
Paul Gilbert
2015-08-08
SHERLOCK: RT: Implementing password entry window
Paul Gilbert
2015-08-07
SHERLOCK: RT: Fix display when characters have nothing to say
Paul Gilbert
2015-07-26
SHERLOCK: RT: Fix scrolling talk window
Paul Gilbert
2015-07-25
SHERLOCK: RT: Refactoring scrolling code to WidgetBase
Paul Gilbert
2015-07-19
SHERLOCK: RT: Fix crash when clicking outside talk window to close it
Paul Gilbert
2015-07-18
SHERLOCK: RT: Fix hiding talk window after selecting an option
Paul Gilbert
2015-07-17
SHERLOCK: RT: Simplify and fix size calculation in getTalkWindowSize
Paul Gilbert
2015-07-16
SHERLOCK: RT: Fix closing talk window by clicking outside it
Paul Gilbert
2015-07-16
SHERLOCK: RT: Remove unused variables
Paul Gilbert
2015-07-16
SHERLOCK: RT: Fixes for highlighting lines in talk dialog
Paul Gilbert
2015-07-15
SHERLOCK: RT: Fix display of scrollbar in the talk window
Paul Gilbert
2015-07-15
SHERLOCK: RT: Fix horizontal placement of talk windows
Paul Gilbert
2015-07-14
SHERLOCK: RT: Fix display of talk windows with multiple options
Paul Gilbert
2015-07-12
SHERLOCK: RT: Fix splitting up lines for talk dialog
Paul Gilbert
2015-07-12
SHERLOCK: RT: Hide window at end of character conversations
Paul Gilbert
2015-07-12
SHERLOCK: RT: Fix conversation replies when talking to characters
Paul Gilbert
2015-07-05
SHERLOCK: RT: Fixes to display talk window
Paul Gilbert
2015-07-05
SHERLOCK: RT: Fix splitting lines in setStatementLines
Paul Gilbert
2015-07-04
SHERLOCK: RT: Additional constants for flags and characters
Paul Gilbert
2015-07-03
SHERLOCK: RT: Hook talk widget refresh into talk logic
Paul Gilbert
2015-07-03
SHERLOCK: Change FixedText::getText to return const char *
Paul Gilbert
2015-07-03
SHERLOCK: RT: Implement talk dialog setStatementLines
Paul Gilbert
2015-07-03
SHERLOCK: RT: Compilation fix in putMessage call
Paul Gilbert
2015-07-03
SHERLOCK: RT: Implement talk dialog handleEvents
Paul Gilbert
2015-07-03
SHERLOCK: RT: Implement scrollbar event handling
Paul Gilbert
2015-07-02
SHERLOCK: RT: Implemented render method for talk dialog
Paul Gilbert
2015-06-23
SHERLOCK: RT: Beginnings of talk window widget class
Paul Gilbert