| Commit message (Expand) | Author | Age | Files | Lines |
* | Use priv->image_module->module_name instead of image_type which may be | Matthias Clasen | 2002-04-09 | 1 | -1/+1 |
* | Fix a doc typo. | Matthias Clasen | 2002-04-03 | 1 | -1/+1 |
* | Don't leak pixbuf on error. | Matthias Clasen | 2002-03-25 | 1 | -2/+4 |
* | remove C++-commented debug spew, reported by David L. Cooper | Havoc Pennington | 2002-02-22 | 1 | -1/+0 |
* | Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory(). | Matthias Clasen | 2002-02-12 | 1 | -1/+2 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -1/+1 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -6/+6 |
* | Markup fixes. | Matthias Clasen | 2001-12-12 | 1 | -10/+10 |
* | Remove include of gobject/signal.h. | Owen Taylor | 2001-11-18 | 1 | -2/+0 |
* | gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_ref | Sebastian Wilhelmi | 2001-11-03 | 1 | -2/+2 |
* | gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Propagate | Matthias Clasen | 2001-08-30 | 1 | -3/+12 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -25/+25 |
* | remove bogus g_return_if_fail | Havoc Pennington | 2001-06-08 | 1 | -1/+0 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -2/+2 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -131/+26 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -5/+5 |
* | prepend underscore (gdk_pixbuf_get_named_module): prepend underscore | Havoc Pennington | 2001-02-20 | 1 | -7/+7 |
* | docs | Havoc Pennington | 2001-02-18 | 1 | -1/+8 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -2/+0 |
* | rename "private" field in struct to "priv" for C++ | Havoc Pennington | 2001-02-02 | 1 | -12/+12 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -15/+33 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -4/+3 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 1 | -87/+79 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -5/+3 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -25/+5 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -24/+90 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -8/+24 |
* | Part 2 of previous commit (aka "it compiles now, ma") | Elliot Lee | 2000-07-28 | 1 | -2/+2 |
* | Add gdk_pixbuf_loader_new_with_type function, to allow handling image | Elliot Lee | 2000-07-28 | 1 | -17/+40 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | include <string.h>. | Owen Taylor | 2000-07-14 | 1 | -0/+2 |
* | add xthickness and ythickness to GtkRcStyle and add the necessary tokens. | Tim Janik | 2000-07-11 | 1 | -1/+1 |
* | make the current version number 1.3.1 (binary age 0, interface age 0). | Tim Janik | 2000-06-24 | 1 | -348/+358 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -2/+2 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -12/+14 |
* | take frame offest into account when trying to calculate the animation | Larry Ewing | 2000-06-06 | 1 | -5/+31 |
* | Your eyes are bloodshot.GDK_PIXBUF_0_7_0 | Federico Mena Quintero | 2000-04-13 | 1 | -2/+3 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -0/+1 |
* | same as below | Radek Doulik | 2000-04-03 | 1 | -0/+17 |
* | Added progressive animation loading. Added progressive animation loading. | Jonathan Blandford | 2000-01-07 | 1 | -13/+65 |
* | Fixed bug sent directly to me. Basically, we weren't checking a failure | Mark Crichton | 2000-01-06 | 1 | -3/+4 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -2/+2 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -3/+3 |
* | moved the file here. It seems natural to put this function here, as that's | Jonathan Blandford | 1999-12-17 | 1 | -0/+25 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -1/+2 |
* | Uniquify the strings to save some memory. Make it build. No imlib! Include | Elliot Lee | 1999-11-23 | 1 | -2/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | Populated. | Federico Mena Quintero | 1999-11-10 | 1 | -15/+19 |
* | forgot this | Jonathan Blandford | 1999-11-10 | 1 | -5/+1 |
* | emit the closed signal. | Jonathan Blandford | 1999-11-10 | 1 | -0/+7 |