aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
AgeCommit message (Expand)Author
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-06Updated doxygen comments on API functionsJody 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-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
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-15Fix compilation when 16BIT code is disabled.Eugene Sandulenko
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-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
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-06-09Implemented popAllCursors() in CursorManager to ensure that all unnecessary c...Christopher Page
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Added minimal doxygen comments to CursorManager::isVisible() and CursorManage...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson