summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* 2.5.2GTK_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
* 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