aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
AgeCommit message (Expand)Author
2020-01-02GRAPHICS: Add a function to vertically flip surfacesCameron Cawley
2017-11-18COMMON: Add limited support for custom deleters to ScopedPtrColin Snover
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: Added FloodFill class to Surface.Eugene Sandulenko
2014-10-28GRAPHICS: Remove some trailing whitespace in surface.hFedor
2014-08-29GRAPHICS: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-27GRAPHICS: Fix SharedPtrSurfaceDeleter for nullptr inputs.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-06GRAPHICS: Make Surface::pixels protected.Johannes Schickel
2013-08-04GRAPHICS: Fix typo.Johannes Schickel
2013-08-03GRAPHICS: Add two new methods to change 'pixels' of a Surface.Johannes Schickel
2013-08-03GRAPHICS: Add an easy way to query 'pixels' of Surface.Johannes Schickel
2013-08-02GRAPHICS: Allow to query a Surface describing a subarea in Surface.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-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-03-20GRAPHICS: Add a convertTo() function to SurfaceMatthew Hoops
2011-10-27GRAPHICS: Add a Surface wrapper for drawThickLineMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
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
2011-01-07GRAPHICS: Add some doxygen comments to Surface.Johannes Schickel
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
2009-01-05Workaround issue in Graphics::Surface code on HaikuMax Horn
2009-01-01Cleanup.Johannes Schickel
2009-01-01Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-02-09Reordered initialization list for Graphics::Surface to kill tons of warnings ...Nicola Mettifogo
2008-02-03Missed file from previous commits. Bah.Robin Watts
2007-11-06- little bit more cleanupJohannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-06-21Move moveScreen to common surface functions for graphicsTravis Howell
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-08Added convenience methods create/free to Graphics::Surface (part of patch #11...Max Horn
2005-05-08Patch #1193795 (Adding drawLine() to Surface)Max Horn