summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Expose the dimensions of the original imageDebarshi Ray2018-05-011-1/+25
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-3/+3
* gdk-pixbuf-loader: Fix up previous commit 2634506cPhilip Withnall2017-02-071-1/+1
* gdk-pixbuf-loader: Add a missing NULL checkPhilip Withnall2017-02-071-1/+4
* docs: Fix typo in the gtk-doc commentsBastien Nocera2015-09-261-1/+1
* Avoid a possible divide-by-zeroSarita Rawat2015-06-061-1/+1
* lib: Remove incorrect info about area-prepared signalBastien Nocera2014-10-221-4/+2
* Add some missing nullability annotations.Evan Nemerson2014-05-161-2/+3
* Drop markup from doc commentsMatthias Clasen2014-02-151-36/+25
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Avoid a discrepancy in file recognitionMatthias Clasen2013-12-191-1/+18
* Make scaling of xpms work againMatthias Clasen2013-12-181-1/+3
* Unify sniff buffer sizeMatthias Clasen2013-12-171-6/+4
* loader: Add gdk_pixbuf_loader_write_bytes()Emmanuele Bassi2013-03-301-0/+36
* Remove locking around thread-unsafe modulesMatthias Clasen2013-01-101-12/+0
* Try to use animation size in the loader for animations.Xabier Rodriguez Calvar2012-07-301-7/+9
* Various annotation fixesMatthias Clasen2011-12-161-2/+2
* [gi] add annotation so buf is seen as an array in pixbuf_loader_writeJohn (J5) Palmieri2011-03-071-1/+1
* Documentation: Migrate from old tmpl files.Jon Nordby2011-03-061-0/+63
* Add introspection annotationsJohan Dahlin2010-09-181-2/+2
* Improve the gdk_pixbuf_loader_close() docsXabier Rodriguez Calvar2010-08-091-0/+3
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-6/+0
* Make it compileMatthias Clasen2010-06-251-1/+0
* 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