aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/surface.cpp
AgeCommit message (Expand)Author
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2015-05-07GOB: Make coordinate parameters in Surface::fillRect() signedSven Hesse
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03GOB: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GOB: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-06-30GOB: Add hypothetical 32bpp supportSven Hesse
2013-01-06GOB: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-07-30GOB: Move recolor() into class SurfaceSven Hesse
2012-06-22GOB: Add Surface::drawRect()Sven Hesse
2012-05-29GOB: Hook up the PE cursors to v7 loadCursorSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29GOB: Use memmove instead of memcpy in Surface::blit()Sven Hesse
2011-02-02GOB: Fix detection of JPEG imagesSven Hesse
2011-02-02GOB: Implement LBM loadingSven Hesse
2011-02-02GOB: Stub o7_loadImage furtherSven Hesse
2011-01-27GOB: Add Pixel::isValid() and ConstPixel::isValid()Sven Hesse
2011-01-27GOB: Add sanity checks to Pixel and ConstPixelSven Hesse
2011-01-23GOB: Fix a clipping issueSven Hesse
2011-01-16GOB: Adding a proper shade methodSven Hesse
2011-01-16GOB: Add setBPP()Sven Hesse
2010-10-05GOB: Silence compiler warningsSven Hesse
2010-09-30GOB: Transparency support for 16bit surfacesSven Hesse
2010-09-30GOB: Add a new class SurfaceSven Hesse