| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -1/+1 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -11/+35 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 1 | -2/+2 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 1 | -2/+2 |
* | Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot". | Matthias Clasen | 2002-09-06 | 1 | -2/+11 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -1/+2 |
* | Ahem, take the rowstride into account!!! Fixes #82515. | Federico Mena Quintero | 2002-05-22 | 1 | -3/+3 |
* | More fixes for #77807: | Matthias Clasen | 2002-04-11 | 1 | -17/+6 |
* | Use g_ascii_strcasecmp() instead of g_strcasecmp(). | Sebastian Wilhelmi | 2001-12-14 | 1 | -1/+2 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -2/+2 |
* | Fill in color fields to black for transparent colors since we'll later | Owen Taylor | 2001-12-04 | 1 | -0/+3 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-18 | 1 | -1/+1 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 1 | -25/+3 |
* | io-xpm.c (xpm_extract_color): Rewritten to handle | Matthias Clasen | 2001-09-21 | 1 | -62/+66 |
* | Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga | Matthias Clasen | 2001-09-14 | 1 | -14/+32 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+3 |
* | Use g_free, since the buffer is allocated with g_try_alloc(). | Alexander Larsson | 2001-02-07 | 1 | -1/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -25/+71 |
* | portability fixes and corrected prototypes for self-contained build | Hans Breuer | 2000-11-12 | 1 | -1/+3 |
* | Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (or | Tor Lillqvist | 2000-11-11 | 1 | -3/+2 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -1/+3 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -1/+97 |
* | Fix comments to not claim that all three of these files are the JPEG image | Dan Winship | 2000-10-05 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -9/+918 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -5/+6 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -2/+2 |
* | Iain sent me a xpm that didn't load. It used "g" instead of "c" in it's | Mark Crichton | 2000-02-14 | 1 | -1/+1 |
* | 0.5.0 - FedericoGDK_PIXBUF_0_5_0 | Arturo Espinosa | 2000-01-22 | 1 | -0/+2 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -1/+1 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -1/+1 |
* | Clean up stupid increment-inside-array-dereference thing | Havoc Pennington | 1999-10-22 | 1 | -12/+21 |
* | Export this symbol for loading an XPM from memory. | Havoc Pennington | 1999-10-22 | 1 | -1/+16 |
* | Removed the unref_fn field. Now all memory management of the buffer is | Federico Mena Quintero | 1999-10-20 | 1 | -118/+124 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -307/+302 |
* | Add pixbuf_duplicate, | Michael Meeks | 1999-09-22 | 1 | -12/+6 |
* | Set the initial ref_count to 1. | Federico Mena Quintero | 1999-09-17 | 1 | -1/+1 |
* | Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), and | Federico Mena Quintero | 1999-08-09 | 1 | -1/+1 |
* | Fix a few memory leaks in the, most of them in error cases but one or two | Larry Ewing | 1999-07-19 | 1 | -6/+10 |
* | Ok, we'll try this again. | Mark Crichton | 1999-07-13 | 1 | -11/+16 |
* | Massive update... | Mark Crichton | 1999-07-08 | 1 | -5/+4 |
* | io-gif.c, io-png.c: Actually put the licencing terms in the code now... | Mark Crichton | 1999-06-30 | 1 | -0/+436 |