aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.cpp
AgeCommit message (Expand)Author
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-20GRAPHICS: Fix cursor palette buffering after RGBA->RGB change.Johannes Schickel
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-09Properly clean up memory when destroying CursorManager.Johannes Schickel
2009-12-09Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ...Johannes Schickel
2009-12-09Some more slight cleanup.Johannes Schickel
2009-12-09Cleanup: remove "s_initialized" from CursorManager and FontManager implementa...Johannes Schickel
2009-12-09GRAPHICS: Change font code to be identical on all platformsMax Horn
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-04Fixed cursor corruption in non-8bit graphics games when switching back from o...Jody Northup
2009-06-30Fixed a few formatting bitsJordi Vilalta Prat
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-26Changed cursor manager functions to take *Graphics::PixelFormat with default ...Jody Northup
2009-06-24made the cursor's pixel format a member of the cursor object, merged ____Curs...Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-16Simplified cursor related 16-bit code.Jody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup
2009-06-10Add a convenience wrapper to CursorMan for checking whether cursor palettes a...Johannes Schickel
2009-06-10Fix a bug in disableCursorPalette, where it never allowed the palette to be e...Johannes Schickel
2009-06-06Corrected cursor display errors introduced by revision 41204, reimplemented 1...Jody Northup
2009-06-05Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar...Jody Northup
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-06-05Converted cursor code to use 16-bit.Jody Northup
2008-06-09Implemented popAllCursors() in CursorManager to ensure that all unnecessary c...Christopher Page
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
2006-05-27delete[] instead of deleteWillem Jan Palenstijn
2006-05-25The GUI never asked for the cursor to be visible. I'm not sure why that used toTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson