aboutsummaryrefslogtreecommitdiff
path: root/graphics/png.cpp
AgeCommit message (Expand)Author
2011-10-23GUI: Add support for PNG images in themesEugene Sandulenko
2011-06-26GRAPHICS: Generalized arbitrary bit depth images processing in PNG decoder.Eugene Sandulenko
2011-06-20GRAPHICS: Cleanup and simplification of some PNG decoder codeFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17GRAPHICS: Fix Valgrind warningeriktorbjorn
2011-06-16GRAPHICS: Fix decoding of 4bpp PNGsEugene Sandulenko
2011-05-13COMMON: Added compilation safeguards for the png decodermd5
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-27PNG: Improved code readability a bitmd5
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...Johannes Schickel
2011-04-14GRAPHICS: Tidy up 4bpp handling a little.Alyssa Milburn
2011-04-14GRAPHICS: Handle 4bpp paletted PNG files.Alyssa Milburn
2011-04-14GRAPHICS: Replace PNG_HEADER macro with MKTAGAlyssa Milburn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-02GRAPHICS: Fixed a bug with indexed PNGs in the PNG decoder (a byte can't hold...Filippos Karapetis
2011-02-02GRAPHICS: Updated the copyright information regarding LodePNG. Removed the ob...Filippos Karapetis
2011-02-02GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en...Filippos Karapetis