Age | Commit message (Expand) | Author |
2012-02-22 | ALL: Fix some signed/unsigned comparison warnings. | Johannes Schickel |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-20 | GRAPHICS: Fix cursor palette buffering after RGBA->RGB change. | Johannes Schickel |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-09 | Properly clean up memory when destroying CursorManager. | Johannes Schickel |
2009-12-09 | Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ... | Johannes Schickel |
2009-12-09 | Some more slight cleanup. | Johannes Schickel |
2009-12-09 | Cleanup: remove "s_initialized" from CursorManager and FontManager implementa... | Johannes Schickel |
2009-12-09 | GRAPHICS: Change font code to be identical on all platforms | Max Horn |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-04 | Fixed cursor corruption in non-8bit graphics games when switching back from o... | Jody Northup |
2009-06-30 | Fixed a few formatting bits | Jordi Vilalta Prat |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-26 | Changed cursor manager functions to take *Graphics::PixelFormat with default ... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
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-10 | Add a convenience wrapper to CursorMan for checking whether cursor palettes a... | Johannes Schickel |
2009-06-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be e... | Johannes Schickel |
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 |