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
/
sci
/
graphics
/
controls32.cpp
Age
Commit message (
Expand
)
Author
2017-10-06
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
Colin Snover
2017-10-06
SCI32: Clean up GfxControls32
Colin Snover
2017-09-27
SCI: Do some clean-up of event handling system
Colin Snover
2017-09-19
SCI32: Fix GfxFrameout::addPlane from causing possible leaks
Colin Snover
2017-07-06
SCI32: Centralise OSystem screen updates
Colin Snover
2016-10-09
SCI32: Allow 'focused' variable to break out of the event loop
Colin Snover
2016-10-09
SCI32: Clarify some identifiers
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-09-29
SCI32: Fix potential null pointer dereference
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-08-01
SCI32: Enable optional explicit memory management of hunk entries
Colin Snover
2016-07-30
SCI32: Fix crash in Torin when opening save dialog
Colin Snover
2016-07-10
SCI32: Implement kPlayVMD
Colin Snover
2016-07-02
SCI32: Expose graphics throttling code
Colin Snover
2016-07-02
SCI32: Fix dropping events in kEditText
Willem Jan Palenstijn
2016-06-21
SCI32: Implement basic kMessageBox
Colin Snover
2016-06-21
SCI32: Implement kScrollWindow
Willem Jan Palenstijn
2016-05-28
SCI32: Remove unused titled text bitmap code
Colin Snover
2016-03-07
SCI32: Move in-memory bitmap read/write into its own class
Colin Snover
2016-03-06
SCI32: Fix memory leaks
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-02-28
SCI32: Non-titled text bitmap implementation
Colin Snover
2016-02-15
JANITORIAL: Typos detected with lintian & grep
Alexandre Detiste
2016-02-02
SCI: Removed ".data" from SciEvent
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-18
SCI: Remove a bunch of unused private member variables
Max Horn
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2011-10-30
SCI: More work on kEditText
Filippos Karapetis
2011-10-28
SCI: Added two files missing in commit 4ac2940
Filippos Karapetis