index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
png.cpp
Age
Commit message (
Expand
)
Author
2011-10-23
GUI: Add support for PNG images in themes
Eugene Sandulenko
2011-06-26
GRAPHICS: Generalized arbitrary bit depth images processing in PNG decoder.
Eugene Sandulenko
2011-06-20
GRAPHICS: Cleanup and simplification of some PNG decoder code
Filippos Karapetis
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-17
GRAPHICS: Fix Valgrind warning
eriktorbjorn
2011-06-16
GRAPHICS: Fix decoding of 4bpp PNGs
Eugene Sandulenko
2011-05-13
COMMON: Added compilation safeguards for the png decoder
md5
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-27
PNG: Improved code readability a bit
md5
2011-04-17
GRPAHICS: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-04-17
GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...
Johannes Schickel
2011-04-14
GRAPHICS: Tidy up 4bpp handling a little.
Alyssa Milburn
2011-04-14
GRAPHICS: Handle 4bpp paletted PNG files.
Alyssa Milburn
2011-04-14
GRAPHICS: Replace PNG_HEADER macro with MKTAG
Alyssa Milburn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-02
GRAPHICS: Fixed a bug with indexed PNGs in the PNG decoder (a byte can't hold...
Filippos Karapetis
2011-02-02
GRAPHICS: Updated the copyright information regarding LodePNG. Removed the ob...
Filippos Karapetis
2011-02-02
GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en...
Filippos Karapetis