Age | Commit message (Expand) | Author |
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-06 | GRAPHICS: Make Surface::pixels protected. | Johannes Schickel |
2013-08-04 | GRAPHICS: Fix typo. | Johannes Schickel |
2013-08-03 | GRAPHICS: Add two new methods to change 'pixels' of a Surface. | Johannes Schickel |
2013-08-03 | GRAPHICS: Add an easy way to query 'pixels' of Surface. | Johannes Schickel |
2013-08-02 | GRAPHICS: Allow to query a Surface describing a subarea in Surface. | 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-03-20 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-03-20 | GRAPHICS: Add a convertTo() function to Surface | Matthew Hoops |
2011-10-27 | GRAPHICS: Add a Surface wrapper for drawThickLine | Matthew Hoops |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
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 |
2011-01-07 | GRAPHICS: Add some doxygen comments to Surface. | Johannes Schickel |
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn |
2009-01-20 | merge SurfaceKeyColored into Surface | Andre Heider |
2009-01-05 | Workaround issue in Graphics::Surface code on Haiku | Max Horn |
2009-01-01 | Cleanup. | Johannes Schickel |
2009-01-01 | Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-02-09 | Reordered initialization list for Graphics::Surface to kill tons of warnings ... | Nicola Mettifogo |
2008-02-03 | Missed file from previous commits. Bah. | Robin Watts |
2007-11-06 | - little bit more cleanup | Johannes Schickel |
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-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-05-08 | Added convenience methods create/free to Graphics::Surface (part of patch #11... | Max Horn |
2005-05-08 | Patch #1193795 (Adding drawLine() to Surface) | Max Horn |
2005-05-02 | Const correctness | Max Horn |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-01 | Updated copyright | Max Horn |
2004-11-25 | Added some graphic primitives | Max Horn |
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |