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
/
tattoo_journal.cpp
Age
Commit message (
Collapse
)
Author
2016-09-13
SHERLOCK: RT: Improved handling for journal scrollbar
Paul Gilbert
2016-05-08
SHERLOCK RT: Actually clear screen instead of a useless call. CID 1308097
Eugene Sandulenko
2016-05-08
JANITORIAL: Whitespace fixes
Eugene Sandulenko
2016-04-08
SHERLOCK: Put back line break that I accidentally removed.
Torbjörn Andersson
Thanks to LordHoto for noticing.
2016-04-08
SHERLOCK: Fix crash when searching journal in Rose Tattoo
Torbjörn Andersson
Another part bug, part regression from using ManagedSurface, I guess.
2016-03-14
SHERLOCK: Changed engine to use Graphics::ManagedSurface
Paul Gilbert
2016-02-14
SHERLOCK: RT: Implement saving journal to file
Paul Gilbert
2015-09-21
SHERLOCK: RT: Fix trying to scroll journal when there's only a single page
Paul Gilbert
2015-09-14
SHERLOCK: Reduce the scope of several variables.
Strangerke
2015-09-10
SHERLOCK: Fix Coverity warnings
Paul Gilbert
2015-09-03
SHERLOCK: RT: Keep journal buttons disabled when searching
Paul Gilbert
2015-09-03
SHERLOCK: RT: Fix searching and displaying matches
Paul Gilbert
2015-09-01
SHERLOCK: RT: Fix entering search terms in the journal
Paul Gilbert
2015-08-21
SHERLOCK: RT: Implement journal scrollbar thumbnail dragging
Paul Gilbert
2015-08-20
SHERLOCK: RT: Minor fixes and added highlight enum to Journal
Paul Gilbert
2015-08-20
SHERLOCK: RT: Don't record journal entries during Watson's prologue
Paul Gilbert
2015-07-30
SHERLOCK: RT: Further fixes for _lookupTable1 init
Paul Gilbert
2015-07-29
SHERLOCK: RT: Fix redrawing journal when page is changed
Paul Gilbert
2015-07-29
SHERLOCK: RT: Fix memory leaks
Paul Gilbert
2015-07-28
SHERLOCK: RT: Remove redundant keypad checks
Paul Gilbert
2015-07-27
SHERLOCK: RT: Fix loading and display of journal locations
Paul Gilbert
2015-07-26
SHERLOCK: RT: Fix showing Journal when in a scrolled scene
Paul Gilbert
2015-07-05
SHERLOCK: RT: Cleanup and fleshing out of saving
Paul Gilbert
2015-07-04
SHERLOCK: RT: Fix closing the journal
Paul Gilbert
2015-07-04
SHERLOCK: RT: Fix display of journal buttons
Paul Gilbert
2015-06-30
SHERLOCK: Fix out-of-bounds access of JOURNAL_COMMAND (CID 1308104)
Torbjörn Andersson
Maybe we should be using ARRAYSIZE() instead, though.
2015-06-25
SHERLOCK: RT: Fix compiler warnings
Paul Gilbert
2015-06-22
SHERLOCK: RT: Beginnings of look window display
Paul Gilbert
2015-06-21
SHERLOCK: RT: Implemented journal search term entry
Paul Gilbert
2015-06-21
SHERLOCK: RT: Implemented journal event handling
Paul Gilbert
2015-06-21
SHERLOCK: RT: Implemented further journal draw methods
Paul Gilbert
2015-06-21
SHERLOCK: RT: Implemented drawJournalControls
Paul Gilbert
2015-06-21
SHERLOCK: RT: Move journal code used by both games back to Journal
Paul Gilbert
2015-06-21
SHERLOCK: RT: Beginnings of journal display
Paul Gilbert
2015-06-21
SHERLOCK: Split up Journal class for each game
Paul Gilbert