aboutsummaryrefslogtreecommitdiffstats
path: root/rd
Commit message (Collapse)AuthorAgeFilesLines
* portability fixes, some modernizationGerd Hoffmann2019-05-084-44/+29
|
* use pixman images for storageGerd Hoffmann2017-03-081-4/+3
|
* zap HAVE_ENDIAN_HGerd Hoffmann2017-03-082-6/+2
|
* Add missing stddef.h headerStéphane Aulery2014-12-049-0/+9
| | | | | | | | - misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Port gif reader to giflib 5.Isaac Dunham2014-11-261-7/+21
| | | | | | | | | | -define and use compatability macros that will make giflib 4 look like giflib 5 -provide our own PrintGifError() if it's missing -since we don't check the error for DGifCloseFile, use NULL The documented behavior of giflib5 is if (&error) error =...; so this isn't supposed to break. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* fix warningsGerd Hoffmann2014-11-251-1/+1
|
* fix reverse pbmGerd Hoffmann2014-11-031-1/+1
|
* add support for webp image format2.08Igor Murzov2011-06-011-0/+93
|
* fix to build with libpng 1.4Gerd Hoffmann2011-01-261-1/+1
| | | | Thanks to Sean Robinson.
* whitespace cleanupGerd Hoffmann2011-01-261-4/+4
|
* printf warningskraxel2006-08-141-6/+6
|
* merge a bunch of fixed from Alan Currykraxel2006-06-131-0/+22
|
* - add pbm loader.kraxel2005-01-141-2/+27
|
* Initial revisionkraxel2004-03-2811-0/+1901