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
/
titanic
/
messages
/
mouse_messages.h
Age
Commit message (
Collapse
)
Author
2016-12-02
TITANIC: Fix dragging magazine to inventory
Paul Gilbert
2016-11-01
TITANIC: Add support for mouse wheel scrolling conversations log
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-08-17
TITANIC: Implemented CChevPanel class
Paul Gilbert
2016-07-24
TITANIC: Add semicolon after CLASSDEF macro usage
Paul Gilbert
2016-07-15
TITANIC: Add mouse down/up generation methods
Paul Gilbert
2016-07-15
TITANIC: Properly named several PET Glyph virtual methods
Paul Gilbert
2016-07-10
TITANIC: Added remainder of CCarry msg handlers
Paul Gilbert
2016-07-10
TITANIC: CCarry drag & move msg handlers
Paul Gilbert
2016-04-06
TITANIC: Furhter in-progress message handling conversion
Paul Gilbert
2016-04-03
TITANIC: Move most of the root classes into new support/ folder
Paul Gilbert
2016-03-28
TITANIC: Implemented CCDROM and various support stuff
Paul Gilbert
2016-03-24
TITANIC: Cleanup and fixes for message hierarchy
Paul Gilbert
2016-03-23
TITANIC: More view event handling, beginnings of mouse cursor loading
Paul Gilbert
2016-03-21
TITANIC: Add new derived Rect and Point classes
Paul Gilbert
2016-03-19
TITANIC: Finished CViewItem::mouseChange
Paul Gilbert
2016-03-18
TITANIC: Implemented drag/drop handling
Paul Gilbert
2016-03-18
TITANIC: Implement input translator event methods
Paul Gilbert
2016-03-17
TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlers
Paul Gilbert
2016-03-07
TITANIC: Implemented message target classes
Paul Gilbert
2016-03-06
TITANIC: Converting saveable objects hierarchy to have type data
Paul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-02-27
TITANIC: Add mouse events, cleanup of existing events
Paul Gilbert