summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-121-1/+2
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-1/+1
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-6/+6
* Markup fixes.Matthias Clasen2001-12-121-10/+10
* Remove include of gobject/signal.h.Owen Taylor2001-11-181-2/+0
* gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_refSebastian Wilhelmi2001-11-031-2/+2
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): PropagateMatthias Clasen2001-08-301-3/+12
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-25/+25
* remove bogus g_return_if_failHavoc Pennington2001-06-081-1/+0
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-2/+2
* fix some shell typosHavoc Pennington2001-05-071-131/+26
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-5/+5
* prepend underscore (gdk_pixbuf_get_named_module): prepend underscoreHavoc Pennington2001-02-201-7/+7
* docsHavoc Pennington2001-02-181-1/+8
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-2/+0
* rename "private" field in struct to "priv" for C++Havoc Pennington2001-02-021-12/+12
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-15/+33
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-4/+3
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-87/+79
* doh, this was broken beyond believe.Tim Janik2000-12-131-5/+3
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-25/+5
* Some updatesHavoc Pennington2000-10-181-24/+90
* contrib subdirHavoc Pennington2000-10-091-8/+24
* Part 2 of previous commit (aka "it compiles now, ma")Elliot Lee2000-07-281-2/+2
* Add gdk_pixbuf_loader_new_with_type function, to allow handling imageElliot Lee2000-07-281-17/+40
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* include <string.h>.Owen Taylor2000-07-141-0/+2
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+1
* make the current version number 1.3.1 (binary age 0, interface age 0).Tim Janik2000-06-241-348/+358
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-2/+2
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-12/+14
* take frame offest into account when trying to calculate the animationLarry Ewing2000-06-061-5/+31
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-2/+3
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-0/+1
* same as belowRadek Doulik2000-04-031-0/+17
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-13/+65
* Fixed bug sent directly to me. Basically, we weren't checking a failureMark Crichton2000-01-061-3/+4
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-2/+2
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-3/+3
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-0/+25
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+2
* Uniquify the strings to save some memory. Make it build. No imlib! IncludeElliot Lee1999-11-231-2/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* Populated.Federico Mena Quintero1999-11-101-15/+19
* forgot thisJonathan Blandford1999-11-101-5/+1
* emit the closed signal.Jonathan Blandford1999-11-101-0/+7