summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-2/+4
* gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility forTor Lillqvist2005-03-101-1/+76
* Document BMP saving support.Matthias Clasen2005-02-241-6/+6
* gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.cTor Lillqvist2004-12-051-35/+117
* Be extra careful when locking and handle the case that the module mayMatthias Clasen2004-11-161-17/+42
* Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case.Matthias Clasen2004-11-121-6/+6
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-75/+126
* Use g_filename_display_name() instead of g_filename_to_utf8() when puttingMatthias Clasen2004-11-111-44/+29
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* Add gdk_pixbuf_new_from_file_at_scale(), which is just likeMatthias Clasen2004-08-261-17/+61
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-151-1/+1
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-091-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+69
* Convert filenames to UTF-8 when embedding them in error messages.Matthias Clasen2004-06-051-23/+62
* New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats.Matthias Clasen2004-05-061-0/+21
* When calling fread() in a loop, check for ferror() as well as for feof()Matthias Clasen2004-04-131-3/+3
* Merges from stable branch that had been left out. (#136282, J. Ali Harlow)Tor Lillqvist2004-03-151-23/+56
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* removed unnecessary G_OBJECT() cast checks.Manish Singh2004-02-081-6/+5
* #include <unistd.h> for unlink()Manish Singh2004-01-091-1/+6
* Escape an ampersand in the documentation comment, and hack around an emptyFederico Mena Quintero2004-01-071-2/+2
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-10/+419
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+87
* If neither load nor begin_load are available fall back to load_animationMatthias Clasen2003-11-091-19/+38