| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed 2 C syntax bugs, Daniel | Daniel Veillard | 1999-07-31 | 1 | -1/+1 |
* | For some wierd reason, the commit yesterday didn't get everything. (99% of | Mark Crichton | 1999-07-30 | 1 | -1/+67 |
* | Added some first steps for file saving. Big thing is that a | Mark Crichton | 1999-07-29 | 1 | -0/+4 |
* | Fix a few memory leaks in the, most of them in error cases but one or two | Larry Ewing | 1999-07-19 | 1 | -1/+6 |
* | io-gif.c, io-png.c: Actually put the licencing terms in the code now... | Mark Crichton | 1999-06-30 | 1 | -113/+122 |
* | io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct") | Mark Crichton | 1999-06-29 | 1 | -2/+2 |
* | Ok, now it determines if it has an alpha channel. If it does, load it, if | Mark Crichton | 1999-06-29 | 1 | -15/+20 |
* | Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel | Mark Crichton | 1999-06-29 | 1 | -56/+112 |
* | Stuff I did last night while watching TV | Arturo Espinosa | 1999-01-05 | 1 | -5/+33 |
* | Loading framework done, start of PNG loader | Arturo Espinosa | 1999-01-05 | 1 | -0/+62 |