summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.h
Commit message (Expand)AuthorAgeFilesLines
* docs: Port to the gi-docgen syntax and styleEmmanuele Bassi2021-03-211-48/+28
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-2/+2
* core: Add gdk_pixbuf_init_modules() for applicationsBastien Nocera2019-02-281-0/+4
* gdk-pixbuf: add gdk_pixbuf_format_is_save_option_supported() APICosimo Cecchi2016-08-021-3/+7
* gdk-pixbuf: Make set_option() usable in client codeBastien Nocera2016-08-021-7/+0
* Add version macro headerChun-wei Fan2016-06-071-1/+18
* Add an asynchronous version of gdk_pixbuf_get_file_infoDebarshi Ray2014-08-161-0/+8
* Drop the &gdk-pixbuf; entityMatthias Clasen2014-03-141-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Update docs for GDK_PIXBUF_FORMAT_THREADSAFEMatthias Clasen2013-01-101-3/+2
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Documentation: Migrate from old tmpl files.Jon Nordby2011-03-061-0/+170
* Reallow single includesMatthias Clasen2010-06-271-1/+1
* Add a GType for GdkPixbufFormatEmmanuele Bassi2010-06-261-1/+5
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* define GDK_PIXBUF_H_INSIDE around including all other headers.Michael Natterer2008-05-281-0/+4
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-2/+2
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+2
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-4/+10
* Header file reorganization. (#51999)Matthias Clasen2004-06-201-2/+18
* New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats.Matthias Clasen2004-05-061-0/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-2/+9
* Add docs.Matthias Clasen2002-12-081-0/+1
* Documentation updates.Matthias Clasen2002-10-111-1/+0
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-35/+66
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-0/+4
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-1/+6
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS toOwen Taylor2002-01-091-6/+2
* fix some shell typosHavoc Pennington2001-05-071-12/+9
* prepend underscore (gdk_pixbuf_get_named_module): prepend underscoreHavoc Pennington2001-02-201-7/+7
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-7/+9
* Some updatesHavoc Pennington2000-10-181-8/+16
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-2/+11
* Add gdk_pixbuf_loader_new_with_type function, to allow handling imageElliot Lee2000-07-281-0/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-2/+1
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-3/+13
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-9/+12
* thinking about the new loading API.Jonathan Blandford1999-12-111-2/+7
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+1
* Removed #PRAGMA } from headers. Also, make compile if you don't have itJonathan Blandford1999-11-231-1/+0
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+1
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-041-1/+2
* Make the arguments to the write/load_increment operations const-correct.Elliot Lee1999-11-021-1/+1
* Start of the pixbuf canvas item. Drawing affines seem to work. BoundingFederico Mena Quintero1999-11-021-0/+16
* Actually load the image handler when we determine the image type.Michael Fulbright1999-10-291-0/+2
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-3/+3
* Make it build - FedericoArturo Espinosa1999-10-271-1/+1
* Return a GdkPixbufLoader, not a GtkObject.Federico Mena Quintero1999-10-271-1/+3
* Finished initial cut at the object.Jonathan Blandford1999-10-261-2/+1