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
/
graphics
/
cursorman.cpp
Age
Commit message (
Expand
)
Author
2009-06-13
Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...
Jody Northup
2009-06-11
Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...
Jody Northup
2009-06-06
Corrected cursor display errors introduced by revision 41204, reimplemented 1...
Jody Northup
2009-06-05
Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar...
Jody Northup
2009-06-05
Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow
Jody Northup
2009-06-05
Converted cursor code to use 16-bit.
Jody Northup
2008-06-09
Implemented popAllCursors() in CursorManager to ensure that all unnecessary c...
Christopher Page
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Reverted r26922.
Johannes Schickel
2007-05-22
Simpilified Singleton implementation and usage.
Johannes Schickel
2007-02-12
Merged the "palette manager" into the cursor manager. It was only used to
Torbjörn Andersson
2006-05-27
delete[] instead of delete
Willem Jan Palenstijn
2006-05-25
The GUI never asked for the cursor to be visible. I'm not sure why that used to
Torbjörn Andersson
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson