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
/
decoders
/
pict.cpp
Age
Commit message (
Collapse
)
Author
2013-08-03
GRAPHICS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-10-16
GRAPHICS: Make failing to find the PICT header return false from loadStream
Matthew Hoops
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-09
GRAPHICS: Fix ImageDecoder inconsistency with getPalette()
Matthew Hoops
Per LordHoto's suggestion
2012-05-14
GRAPHICS: Add palette start index and color count functions to ImageDecoder
Matthew Hoops
2012-05-04
GRAPHICS: Fix 32-bit DirectBits images
Matthew Hoops
2012-04-19
GRAPHICS: Only accept JPEG CompressedQuickTime PICT opcodes
Matthew Hoops
2012-03-19
GRAPHICS: Fix regression caused by a bad rebase
Matthew Hoops
2012-03-19
GRAPHICS: Fix PICT 16bpp
Matthew Hoops
2012-03-20
GRAPHICS: Convert JPEG to the ImageDecoder API
Matthew Hoops
2012-03-20
GRAPHICS: Convert PictDecoder to the ImageDecoder API
Matthew Hoops