summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-icns.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.Tor Lillqvist2008-10-011-0/+2
| | | | | | | | | | 2008-10-01 Tor Lillqvist <tml@novell.com> * io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers. svn path=/trunk/; revision=21555
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-3/+3
| | | | svn path=/trunk/; revision=20463
* Fix INCLUDE_ macrosMatthias Clasen2008-05-301-1/+1
| | | | svn path=/trunk/; revision=20259
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-4/+8
| | | | | | | | | | | | | 2008-05-27 Tor Lillqvist <tml@novell.com> * io-*.c: Use explicit G_MODULE_EXPORT decoration when building the loader in question as a module. * gdk-pixbuf-io.c: Enable included build of the icns and jasper loaders. svn path=/trunk/; revision=20192
* Add support for 512x512 Leopard icons, using the ic09 iconTypeBastien Nocera2007-11-201-1/+3
| | | | | | | | | | 2007-11-20 Bastien Nocera <hadess@hadess.net> * io-icns.c: (load_resources): Add support for 512x512 Leopard icons, using the ic09 iconType svn path=/trunk/; revision=19009
* add support for conditional icns gdk-pixbuf loader (Closes: #395738)Bastien Nocera2007-11-201-0/+396
2007-11-20 Bastien Nocera <hadess@hadess.net> * configure.in: add support for conditional icns gdk-pixbuf loader (Closes: #395738) 2007-11-20 Bastien Nocera <hadess@hadess.net> * Makefile.am: * io-icns.c: Add icns (MacOS X icons) loader, based on work by Lyonel Vincent <lyonel@ezix.org> (Closes: #395738) svn path=/trunk/; revision=19007