index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
dc
/
display.cpp
Age
Commit message (
Expand
)
Author
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-06-16
BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.
Johannes Schickel
2012-06-16
BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-17
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
Johannes Schickel
2011-02-16
DC: Adapt to setPalette/grabPalette RGBA->RGB change.
Johannes Schickel
2010-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
2010-03-08
Remove unnecessary #includes
Max Horn
2010-01-28
Silenced some more cppcheck style warnings.
Torbjörn Andersson
2009-10-10
Fixed some warnings.
Marcus Comstedt
2009-10-10
RGB support.
Marcus Comstedt
2009-08-22
Second attempt to fix DC and iPhone backends compilation
Eugene Sandulenko
2009-08-22
Attempt to fix DC and iPhone backends compilation
Eugene Sandulenko
2009-07-05
Refresh the screen if pollEvent() is called without updateScreen() being call...
Marcus Comstedt
2009-03-21
Fixed some warnings.
Marcus Comstedt
2009-03-17
Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ...
Marcus Comstedt
2009-02-15
Removed 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-01
Merged r36175 from branch-0-13-0:
Marcus Comstedt
2009-01-22
Got rid of several occurrences of gBitFormat
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Code formatting fixes
Max Horn
2007-07-08
Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...
Max Horn
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-10-22
Check for degenerated rect in copyRectTo*.
Marcus Comstedt
2006-06-30
Moved backends/dc into new platform directory.
Marcus Comstedt