aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/pcx.cpp
AgeCommit message (Collapse)Author
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-13GRAPHICS: Add a common PCX image decoderFilippos Karapetis