Jody Northup
d65bbe1d7a
Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporary hack.
...
svn-id: r41204
2009-06-05 23:59:40 +00:00
Jody Northup
9789ba7f28
Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow
...
svn-id: r41194
2009-06-05 08:09:37 +00:00
Jody Northup
f8361b5c53
Converted cursor code to use 16-bit.
...
svn-id: r41191
2009-06-05 06:41:04 +00:00
Christopher Page
4fddafa3e6
Implemented popAllCursors() in CursorManager to ensure that all unnecessary cursors are removed from the cursor stack when returning to the launcher
...
svn-id: r32642
2008-06-09 23:15:17 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Johannes Schickel
86104e0bf0
Reverted r26922.
...
svn-id: r26967
2007-05-27 11:40:03 +00:00
Johannes Schickel
8ff17142c5
Simpilified Singleton implementation and usage.
...
svn-id: r26922
2007-05-22 14:17:44 +00:00
Torbjörn Andersson
3bc0661065
Merged the "palette manager" into the cursor manager. It was only used to
...
manage *cursor* palettes, so the name was misleading.
svn-id: r25500
2007-02-12 00:04:56 +00:00
Willem Jan Palenstijn
0fef7b32b2
delete[] instead of delete
...
svn-id: r22673
2006-05-27 11:47:44 +00:00
Torbjörn Andersson
79819da301
The GUI never asked for the cursor to be visible. I'm not sure why that used to
...
work before the cursor manager. Oh well, the launcher should have a visible
cursor again, knock on wood.
svn-id: r22641
2006-05-25 23:20:35 +00:00
Torbjörn Andersson
8062eb6ec3
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
...
recently added (cursor) palette manager) so that the cursor can be properly
restored after returning from the GUI.
If there's any C++ magic that can keep the backend functions from being called
by anything else than these managing classes, that would probably be a good
idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps
there are at least some backends that will no longer need to?
svn-id: r22639
2006-05-25 22:51:42 +00:00