aboutsummaryrefslogtreecommitdiffstats
path: root/selections.c
Commit message (Collapse)AuthorAgeFilesLines
* meson.build: add features options for png, gif, tiff, webp, and motifMeyer, Wolfgang2023-09-191-0/+4
|
* use pixman images for storageGerd Hoffmann2017-03-081-10/+10
|
* zap HAVE_LIBTIFF, tiff is a hard dependency nowGerd Hoffmann2017-03-081-2/+0
|
* zap HAVE_LIBPNG, png is a hard dependency nowGerd Hoffmann2017-03-081-2/+0
|
* Add missing stddef.h headerStéphane Aulery2014-12-041-0/+1
| | | | | | | | - 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>
* switch from libungif to libgif (2)Stéphane Aulery2014-11-251-1/+1
| | | | | Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Fix cppcheck warning %d in format string requires 'int' but the argument ↵Stéphane Aulery2014-11-171-1/+1
| | | | | | | type is 'unsigned int' Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Remove unused variable in selections.c: srcStéphane Aulery2012-02-101-2/+0
|
* Initial revisionkraxel2004-03-281-0/+623