| Commit message (Expand) | Author | Age | Files | Lines |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_object_new instead of gtk_widget_new | Johan Dahlin | 2008-06-19 | 1 | -1/+1 |
* | include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files. | Michael Natterer | 2008-05-28 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -1/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | Remove a C++ comment. (#168531, Paul Cornett) | Matthias Clasen | 2005-02-25 | 1 | -1/+1 |
* | Remove the size_prepared callback, to test incremental display. | Matthias Clasen | 2005-01-04 | 1 | -3/+5 |
* | Fix for #108788 - GError set to FALSE rather than NULL. | Richard Kinder | 2003-03-24 | 1 | -3/+3 |
* | demos/pixbuf-demo.c demos/testpixbuf.c remove deprecated gtk_timeout_* | Manish Singh | 2003-02-01 | 1 | -1/+1 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -4/+4 |
* | add deprecation compile flags | Manish Singh | 2002-09-29 | 1 | -1/+1 |
* | Quit on destroy. | Matthias Clasen | 2002-09-03 | 1 | -16/+32 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-20 | 1 | -38/+35 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -2/+2 |
* | gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time. | Matthias Clasen | 2001-08-28 | 1 | -10/+6 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -3/+1 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -1/+1 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -12/+8 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -6/+14 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 1 | -14/+6 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -6/+14 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -1/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -12/+15 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -14/+23 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -7/+24 |
* | Fix copyrights | Havoc Pennington | 2000-10-04 | 1 | -1/+10 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -1/+0 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -1/+1 |
* | Work with srcdir != builddir. | Raja R Harinath | 2000-06-22 | 1 | -2/+1 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -0/+4 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -22/+15 |
* | Remove now-unnecessary cast. | Darin Adler | 2000-02-14 | 1 | -1/+1 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -4/+4 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -3/+3 |
* | Make default loading speed 40kB/s. | Michael Fulbright | 1999-11-10 | 1 | -1/+1 |
* | Fixed loading of ASCII PNM files. | Michael Fulbright | 1999-11-10 | 1 | -0/+4 |
* | cleanup to remove warnings. | Michael Fulbright | 1999-11-10 | 1 | -1/+1 |
* | Warning fixes - Federico | Arturo Espinosa | 1999-11-10 | 1 | -1/+1 |
* | Fixed up testpixbuf.c to simulate downloading at certain speed, set | Michael Fulbright | 1999-11-09 | 1 | -37/+62 |
* | added the update_func ability | Jonathan Blandford | 1999-11-04 | 1 | -2/+0 |
* | fix .tiff loader. | Jonathan Blandford | 1999-11-04 | 1 | -0/+13 |
* | minor packing change | Jonathan Blandford | 1999-11-03 | 1 | -1/+5 |
* | s/lwz/lzw/g | Jonathan Blandford | 1999-11-03 | 1 | -1/+1 |
* | A GtkFunction needs to return a value for deterministic behaviour. Also | Elliot Lee | 1999-11-03 | 1 | -2/+4 |
* | Now progressive gif loading works! It's a little slow though. )-: | Jonathan Blandford | 1999-11-02 | 1 | -2/+2 |
* | Allow using $TBF_READLEN to specify the size of the chunks that are read | Elliot Lee | 1999-11-02 | 1 | -12/+17 |
* | Added title to windows so you can identify progressive and file windows. | Michael Fulbright | 1999-10-29 | 1 | -11/+22 |
* | blank space cleanups | Havoc Pennington | 1999-10-27 | 1 | -1/+1 |