summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* Added an extra validation in gdk_pixbuf_loader_set_size()Javier Jardón2010-05-041-1/+5
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Bug 561186 – GdkPixbuf API type checking needs cleanupChristian Dywan2008-11-301-5/+0
* Bug 517233 – Calling gdk_pixbuf_loader_close causes "GError set over theMatthias Clasen2008-09-071-2/+6
* Fix a deadlock in pixbuf loader initializationMatthias Clasen2008-09-051-3/+2
* use canonical signal names.Sven Neumann2008-08-111-8/+8
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* cast the return value of _gdk_pixbuf_scaled_anim_new() to fix incompatibleMichael Natterer2008-01-141-2/+2
* Try again to make gdk_pixbuf_get_file_info work for tiff imagesMatthias Clasen2007-07-051-2/+6
* Be more careful when calling g_propagate_error(). (#453365, MichaelMatthias Clasen2007-07-031-1/+1
* Implement scaling for animationsMatthias Clasen2007-03-081-15/+11
* Protect against stop_load begin broken. (#403255, Lucas Mazzardo Veloso)Matthias Clasen2007-02-061-1/+3
* Fix memory leaks in error pathsMatthias Clasen2007-01-171-10/+1
* Emit the closed signal when closing the loader, pointed out by DavidMatthias Clasen2006-12-221-0/+2
* Don't spew a warning if the printer is already closed.Matthias Clasen2006-12-191-2/+2
* Behave as documented and close the loader when returning FALSE.Matthias Clasen2006-12-101-11/+17
* Put the code to protect against broken loaders that forget to set error inMatthias Clasen2006-07-171-32/+32
* More of the sameMatthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPEMatthias Clasen2006-04-041-43/+3
* Remove a pointless check, pointed out by Kjartan Maraas.Matthias Clasen2006-03-241-1/+0
* Add some documentation about supported image formats, and how to find outMatthias Clasen2006-03-221-0/+13
* Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589,Matthias Clasen2005-10-121-2/+4
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-031-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-2/+3
* Close the loader before unreffing it in the error case. (#164915, CrispinMatthias Clasen2005-01-231-1/+3
* Be extra careful when locking and handle the case that the module mayMatthias Clasen2004-11-161-4/+2
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-2/+16
* 2.5.2Matthias Clasen2004-08-251-4/+4
* Use the correct index, and compare correctly, reported by TommiMatthias Clasen2004-08-241-1/+1
* Use the correct index, reported by Tommi Komulainen.Matthias Clasen2004-08-241-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-1/+0
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-2/+5
* Move the documentation for signals inline, to get proper parameterMatthias Clasen2003-12-111-2/+45
* Add gdk_pixbuf_loader_new_with_mime_type.Matthias Clasen2003-06-221-0/+59
* Add sanity checks for GError handling. (#108345)Matthias Clasen2003-04-241-1/+4
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* ReindentMatthias Clasen2002-11-051-358/+364
* Fix leaked pixbuf reference (#96823, Morten Welinder)Owen Taylor2002-11-051-0/+1
* Documentation updates.Matthias Clasen2002-10-111-1/+0
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+27
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-20/+121
* Use priv->image_module->module_name instead of image_type which may beMatthias Clasen2002-04-091-1/+1
* Fix a doc typo.Matthias Clasen2002-04-031-1/+1
* Don't leak pixbuf on error.Matthias Clasen2002-03-251-2/+4
* remove C++-commented debug spew, reported by David L. CooperHavoc Pennington2002-02-221-1/+0