aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/display.cpp
AgeCommit message (Expand)Author
2014-02-18DC: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-06DC: Do not access Surface::pixels directly.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-02-16DC: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-03-08Remove unnecessary #includesMax Horn
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
2009-10-10Fixed some warnings.Marcus Comstedt
2009-10-10RGB support.Marcus Comstedt
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being call...Marcus Comstedt
2009-03-21Fixed some warnings.Marcus Comstedt
2009-03-17Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ...Marcus Comstedt
2009-02-15Removed OSystem_Dreamcast::fillScreen implementation after discussing it with...Johannes Schickel
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-10-22Check for degenerated rect in copyRectTo*.Marcus Comstedt
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt