| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder) | Matthias Clasen | 2004-07-15 | 1 | -1/+1 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -7/+69 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -1/+14 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -12/+34 |
* | 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 |
* | gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thus | Matthias Clasen | 2002-08-22 | 1 | -1/+1 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -1/+2 |
* | Remove the ISO8859-1 restriction from the description of png tEXt | Matthias Clasen | 2002-04-24 | 1 | -10/+27 |
* | Restructured to use gdk_pixbuf_new instead of manually allocating image | Matthias Clasen | 2002-04-06 | 1 | -52/+17 |
* | libpng error handlers must not return to their callers, thus longjmp out. | Matthias Clasen | 2002-03-29 | 1 | -0/+2 |
* | Don't leak info_ptr. | Matthias Clasen | 2002-03-27 | 1 | -12/+7 |
* | Make libpng use g_malloc instead of system malloc. | Matthias Clasen | 2002-03-26 | 1 | -2/+32 |
* | Changed signature to return success and set a GError parameter, adjusted | Matthias Clasen | 2002-03-25 | 1 | -26/+42 |
* | Made sure all the error cases involving jpeg or png load/saves clean | Manish Singh | 2002-01-20 | 1 | -7/+16 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | gdk_pixbuf__png_image_save: removed wrong endian conversion stuff; don't | Michael Natterer | 2001-12-11 | 1 | -36/+3 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -20/+140 |
* | io-png.c (png_row_callback): Check that row_num is valid. | Matthias Clasen | 2001-08-30 | 1 | -0/+11 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 1 | -0/+2 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -2/+8 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+1 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -4/+4 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -9/+26 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 1 | -1/+1 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -19/+116 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+107 |
* | 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 |
* | setjmp for the png error handler. It seems setting the error handling | Larry Ewing | 2000-06-09 | 1 | -2/+19 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -13/+13 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -8/+8 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -8/+14 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -2/+2 |
* | Call the update_area callback depending on the number of rows loaded in | Havoc Pennington | 1999-11-22 | 1 | -10/+87 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | handle the actual update. add a update_func callback. add a update_func | Jonathan Blandford | 1999-11-04 | 1 | -2/+4 |
* | New function to threshold a pixbuf's alpha channel into a bitmap. | Federico Mena Quintero | 1999-10-27 | 1 | -2/+2 |
* | Display the progressive load | Havoc Pennington | 1999-10-27 | 1 | -123/+128 |
* | Check properly whether the XPM module has already been loaded | Havoc Pennington | 1999-10-27 | 1 | -2/+294 |
* | more work on the incremental loading | Jonathan Blandford | 1999-10-26 | 1 | -2/+2 |
* | New Class. Beginning of progrssive loading. | Jonathan Blandford | 1999-10-26 | 1 | -0/+6 |
* | Comment fixes - Federico | Arturo Espinosa | 1999-10-22 | 1 | -3/+0 |
* | Patch from Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> to avoid | Federico Mena Quintero | 1999-10-22 | 1 | -45/+7 |
* | Removed the unref_fn field. Now all memory management of the buffer is | Federico Mena Quintero | 1999-10-20 | 1 | -115/+51 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -192/+194 |
* | Add pixbuf_duplicate, | Michael Meeks | 1999-09-22 | 1 | -53/+51 |
* | 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 | -9/+15 |