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
/
zvision
/
scripting
/
controls
/
input_control.cpp
Age
Commit message (
Expand
)
Author
2015-07-19
MISC: Remove some unused private member variables
Max Horn
2015-02-11
ZVISION: Refactor text rendering code in order to fix word wrapping
RichieSams
2015-02-08
ZVISION: Limit input text to the width of the input control
Torbjörn Andersson
2015-02-08
ZVISION: Draw transparent text in original save dialog
Torbjörn Andersson
2014-12-28
ZVISION: Make the rest of the controls properly use VideoDecoder timing
Matthew Hoops
2014-12-26
ZVISION: Fix a warning
Filippos Karapetis
2014-12-24
ZVISION: Set all the internal graphics operations to use RGB555 (1/2)
Filippos Karapetis
2014-12-23
ZVISION: Fix some buffer overruns with the usage of sscanf()
Filippos Karapetis
2014-12-19
ZVISION: Fix uninitialized scalar field (CID 1109669)
Marisa-Chan
2014-12-16
ZVISION: Move trimCommentsAndWhiteSpace() into the script manager
Filippos Karapetis
2014-12-16
ZVISION: Move all the remaining utility classes into the core
Filippos Karapetis
2014-12-16
ZVISION: Move the mouse cursor handling code into the graphics code
Filippos Karapetis
2014-12-16
ZVISION: Make the RLF decoder a subclass of the common video decoder
Filippos Karapetis
2014-12-03
ZVISION: Remove superfluous spacing and reorder some includes
Filippos Karapetis
2014-11-20
ZVISION: More CamelCase and a bit of comments cleanup
Marisa-Chan
2014-11-20
ZVISION: Implement forgotten setVenus for controls
Marisa-Chan
2014-11-12
ZVISION: Lead code of all controls to the same style
Marisa-Chan
2014-08-04
ZVISION: Implement full code for input control
Marisa-Chan
2014-07-12
ZVISION: Bool results for keyUp and keyDown events for controls.
Marisa-Chan
2014-07-12
ZVISION: Controls now can return type of control.
Marisa-Chan
2014-07-02
ZVISION: Reorgonize source files into directories.
Marisa-Chan
2014-06-14
ZVISION: Fix compilation errors with latest scummvm
Marisa-Chan
2014-06-13
Merge remote-tracking branch 'upstream/master' into zvision
Marisa-Chan
2014-02-18
ZVISION: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
ZVISION: Janitorial - Remove trailing spaces
Strangerke
2013-11-01
ZVISION: Update includes to use the new file structure
RichieSams
2013-11-01
ZVISION: Create a folder structure for ZVision source files
RichieSams