Age | Commit message (Expand) | Author |
2014-02-18 | GRAPHICS: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-09-22 | GRAPHICS: Remove variable shadowing | RichieSams |
2013-09-12 | ZVISION: Add wrapper function for copyRectToSurface | RichieSams |
2013-08-15 | GRAPHICS: Create copyRectToSurface member function | richiesams |
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel |
2013-08-03 | GRAPHICS: Add two new methods to change 'pixels' of a Surface. | Johannes Schickel |
2013-08-02 | GRAPHICS: Allow to query a Surface describing a subarea in Surface. | Johannes Schickel |
2013-08-01 | GRAPHICS: Make Surface::copyFrom work for any src pitch. | Johannes Schickel |
2012-10-08 | Merge pull request #257 from lordhoto/graphics-conversion | Johannes Schickel |
2012-08-28 | GRAPHICS: Add an in-place Surface PixelFormat conversion. | Johannes Schickel |
2012-04-19 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-04-03 | GRAPHICS: Fix casting away const | Joel Teichroeb |
2012-03-20 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-03-20 | GRAPHICS: Add support for converting surfaces from 24bpp | Matthew Hoops |
2012-03-20 | GRAPHICS: Add a convertTo() function to Surface | Matthew Hoops |
2011-12-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-10-27 | GRAPHICS: Add a Surface wrapper for drawThickLine | Matthew Hoops |
2011-08-21 | BADA: Prevent assertion failure when allocating zero bytes | Chris Warren-Smith |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-19 | GRAPHICS: Cleanup formatting | Matthew Hoops |
2011-05-19 | GRAPHICS: Allow auxiliary surface functions to be used for 32bpp surfaces | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | GRPAHICS: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel |
2011-04-17 | GRAPHICS: Add a PixelFormat member to Surface. | Johannes Schickel |
2010-10-01 | GRAPHICS: Add BPP check to Surface::move. | Johannes Schickel |
2010-10-01 | GRAPHICS: Cleanup. | Johannes Schickel |
2010-10-01 | SCUMM/FM-TOWNS: fix palette and other graphics issues | Florian Kagerer |
2010-08-21 | GRAPHICS: Extend Surface::fill() method to support 32bits. Looks ugly | Eugene Sandulenko |
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider |
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn |
2009-01-20 | merge SurfaceKeyColored into Surface | Andre Heider |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-16 | Added assert for bit depth in Surface::move. | Johannes Schickel |
2007-11-06 | Muting the compiler :P | Sven Hesse |
2007-11-06 | - little bit more cleanup | Johannes Schickel |
2007-11-06 | Cleanup. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2006-06-21 | Move moveScreen to common surface functions for graphics | Travis Howell |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-05-17 | Added clipping to drawLine(). This fixes a regression that caused the | Torbjörn Andersson |
2005-05-08 | Added convenience methods create/free to Graphics::Surface (part of patch #11... | Max Horn |