summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
Commit message (Expand)AuthorAgeFilesLines
* Add icc-profile option to gdk-pixbuf for the TIFF image formatRichard Hughes2009-12-211-1/+1
* Add color management support to gdk_pixbuf_saveRichard Hughes2009-12-181-0/+15
* Implement "compression" option in the TIFF pixbuf loaderChristian Dywan2009-11-301-0/+4
* GdkPixbuf loader for QTIF formatKevin Peng2009-10-261-0/+7
* Put variable definitions at start of blockShixin Zeng2009-08-201-1/+2
* Make gdk-pixbuf-csource work on Windows also in the build tree.Sam Thursfield2009-08-021-0/+6
* fix compile warningsBenjamin Otte2009-06-171-1/+1
* Cleanup some translation handlingMatthias Clasen2009-06-151-1/+1
* If pure sniffing yields uncertain results, try again with the filename.Matthias Clasen2009-03-011-1/+4
* Bug 571576 – gdk_pixbuf_save_to_stream() brokenCody Russell2009-02-131-7/+4
* Bug 566862 – pixbuf_new_from_file does not autodetect formatMatthias Clasen2009-01-071-1/+1
* Plug a small memory leakMatthias Clasen2008-09-191-3/+4
* gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectatedTor Lillqvist2008-09-131-6/+19
* gdk-pixbuf/gdk-pixbuf-io.c Do as the docs forTor Lillqvist2008-09-131-2/+2
* Another small leakMatthias Clasen2008-09-081-0/+1
* Plug a small memory leak in an error pathMatthias Clasen2008-09-071-0/+1
* bug 550969 - fix a typo which breaks the static buildSebastien Bacher2008-09-051-1/+1
* Fix a deadlock in pixbuf loader initializationMatthias Clasen2008-09-051-74/+73
* Bug 549711 – Race condition when loading gdk-pixbuf image modulesMatthias Clasen2008-09-031-39/+40
* Fix a typoMatthias Clasen2008-08-281-1/+1
* More correct content type handlingMatthias Clasen2008-07-231-1/+5
* test content sniffing capability of gioMatthias Clasen2008-07-151-5/+0
* Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by JuanMatthias Clasen2008-07-151-4/+9
* Use GIO for sniffing image types, except on Win32, where GIO doesn't doMatthias Clasen2008-07-121-1/+34
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-27/+27
* Bug 535453 - gdk_pixbuf_format_get_license returns NULL forMatthias Clasen2008-05-291-0/+4
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-0/+14
* Guard against NULL pointer. (#467051, Gian Mario Tagliaretti)Björn Lindqvist2008-03-231-0/+2
* Import the GDI+ gdk-pixbuf loaders for Windows by Dominic Lachowicz andTor Lillqvist2008-03-201-17/+53
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-3/+3
* Don't let the width or height go below 1. (#516024, Christian Persch)Matthias Clasen2008-02-121-0/+3
* Handle partial writes.Matthias Clasen2008-01-161-15/+23
* fix signature of this function and propagate errors fromMichael Natterer2008-01-161-6/+24
* Add stream i/o functions for gdk-pixbufMatthias Clasen2008-01-161-61/+299
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-138/+127
* CleanupsMatthias Clasen2006-10-081-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-4/+0
* Stop loading an animation if the first frame is complete. (#350911,Matthias Clasen2006-08-161-2/+15
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-201-12/+19
* Update documentation now that tiff supports saving.Anders Carlsson2006-02-281-4/+4
* minor doc editJonathan Blandford2005-12-301-4/+4
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-161-1/+1
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-031-1/+1
* Make this work again.Matthias Clasen2005-08-301-3/+4
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-1/+1
* Make anchored patterns work as they did before.Matthias Clasen2005-07-221-4/+8
* Interpret patterns where the first byte of the mask is '*' as unanchored.Matthias Clasen2005-07-221-23/+37
* Allow -1 for width/height and interpret them as "not constrained".Matthias Clasen2005-07-011-11/+32
* allow to specify the PNG compression level by passing a "compression"Sven Neumann2005-05-241-3/+7