aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.cpp
AgeCommit message (Expand)Author
2020-01-02GRAPHICS: Add a function to vertically flip surfacesCameron Cawley
2019-03-03GRAPHICS: Fix dstFormat check in Surface::convertToCameron Cawley
2019-03-02GRAPHICS: Support converting to 3Bpp surfacesCameron Cawley
2016-06-14GRAPHICS: Initialize mask in FllodFill when requiredEugene Sandulenko
2016-06-14GRAPHICS: Add possibility to specify Fill maskmode in the constructorEugene Sandulenko
2016-06-03GRAPHICS: Add mask mode to FloodFill class and document the class.Eugene Sandulenko
2016-06-03GRAPHICS: Fix FloodFillEugene Sandulenko
2016-06-03GRAPHICS: Added FloodFill class to Surface.Eugene Sandulenko
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-22GRAPHICS: Remove variable shadowingRichieSams
2013-09-12ZVISION: Add wrapper function for copyRectToSurfaceRichieSams
2013-08-15GRAPHICS: Create copyRectToSurface member functionrichiesams
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-03GRAPHICS: Add two new methods to change 'pixels' of a Surface.Johannes Schickel
2013-08-02GRAPHICS: Allow to query a Surface describing a subarea in Surface.Johannes Schickel
2013-08-01GRAPHICS: Make Surface::copyFrom work for any src pitch.Johannes Schickel
2012-10-08Merge pull request #257 from lordhoto/graphics-conversionJohannes Schickel
2012-08-28GRAPHICS: Add an in-place Surface PixelFormat conversion.Johannes Schickel
2012-04-19Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-04-03GRAPHICS: Fix casting away constJoel Teichroeb
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-03-20GRAPHICS: Add support for converting surfaces from 24bppMatthew Hoops
2012-03-20GRAPHICS: Add a convertTo() function to SurfaceMatthew Hoops
2011-12-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-10-27GRAPHICS: Add a Surface wrapper for drawThickLineMatthew Hoops
2011-08-21BADA: Prevent assertion failure when allocating zero bytesChris Warren-Smith
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-19GRAPHICS: Cleanup formattingMatthew Hoops
2011-05-19GRAPHICS: Allow auxiliary surface functions to be used for 32bpp surfacesMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GRAPHICS: Add a PixelFormat member to Surface.Johannes Schickel
2010-10-01GRAPHICS: Add BPP check to Surface::move.Johannes Schickel
2010-10-01GRAPHICS: Cleanup.Johannes Schickel
2010-10-01SCUMM/FM-TOWNS: fix palette and other graphics issuesFlorian Kagerer
2010-08-21GRAPHICS: Extend Surface::fill() method to support 32bits. Looks uglyEugene Sandulenko
2010-04-20Use the faster memset() in Surface::fillRect() for 16bit modes when possible.Andre Heider
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-11-16Added assert for bit depth in Surface::move.Johannes Schickel
2007-11-06Muting the compiler :PSven Hesse
2007-11-06- little bit more cleanupJohannes Schickel
2007-11-06Cleanup.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo