| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new files. | Matthias Clasen | 2005-05-25 | 1 | -0/+1 |
* | Header file reorganization. (#51999) | Matthias Clasen | 2004-06-20 | 1 | -320/+5 |
* | New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats. | Matthias Clasen | 2004-05-06 | 1 | -0/+1 |
* | New public API to save pixbufs to non-file locations. (#82203, Tim Evans) | Matthias Clasen | 2004-01-07 | 1 | -0/+39 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -0/+4 |
* | New function to load an image from a file at a specified size. (#105326, | Matthias Clasen | 2003-07-13 | 1 | -0/+5 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -0/+9 |
* | Move GdkPixbufFrame from the public header to the gif-animation-specific | Matthias Clasen | 2002-09-12 | 1 | -1/+0 |
* | Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to | Owen Taylor | 2002-01-09 | 1 | -7/+3 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -0/+4 |
* | Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE. | Owen Taylor | 2001-10-10 | 1 | -8/+2 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 1 | -2/+8 |
* | add generated files to ignore list. | James Henstridge | 2001-09-16 | 1 | -0/+1 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 1 | -7/+11 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 1 | -11/+7 |
* | hm, second attempt. it's fight CVS time again. | Tim Janik | 2001-06-26 | 1 | -7/+11 |
* | Fix prototype to use "(void)" instead of "()". | Darin Adler | 2001-05-29 | 1 | -1/+1 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -19/+15 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 1 | -0/+3 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -6/+1 |
* | Doc fixups. | Owen Taylor | 2001-01-09 | 1 | -1/+1 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 1 | -0/+4 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -0/+7 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -12/+19 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -0/+7 |
* | s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type(). | Havoc Pennington | 2000-10-06 | 1 | -0/+2 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+28 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 1 | -1/+15 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -2/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Include files outside of the extern "C" block. Makes some C++ compiler | Sebastian Wilhelmi | 2000-07-19 | 1 | -4/+4 |
* | Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not | Havoc Pennington | 2000-06-22 | 1 | -10/+17 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -43/+1 |
* | Your eyes are bloodshot.GDK_PIXBUF_0_7_0 | Federico Mena Quintero | 2000-04-13 | 1 | -2/+12 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -88/+86 |
* | Ooops, forgot header file. | Ettore Perazzoli | 2000-04-04 | 1 | -3/+8 |
* | same as below | Radek Doulik | 2000-04-03 | 1 | -0/+3 |
* | Reverted Mark's change. The refcount is private information, and the | Federico Mena Quintero | 2000-04-02 | 1 | -3/+0 |
* | Added 2 more convience functions. | Mark Crichton | 2000-04-01 | 1 | -0/+3 |
* | Return gboolean instead of int. | Federico Mena Quintero | 2000-03-29 | 1 | -1/+1 |
* | Make passed-in argument 'const'. | Elliot Lee | 2000-02-14 | 1 | -1/+1 |
* | By order of jrb: const patch for various bits, io-gif.c fixup for | Michael Meeks | 2000-02-03 | 1 | -68/+68 |
* | Return the same pixbuf as the input parameter. | Federico Mena Quintero | 2000-01-21 | 1 | -2/+2 |
* | Removed the broken --enable-canvas-pixbuf option. Added the stuff | Federico Mena Quintero | 2000-01-17 | 1 | -9/+8 |
* | new function to let you create a gdk_pixmap from a gdk_pixbuf. | Jonathan Blandford | 2000-01-14 | 1 | -0/+5 |
* | Added gdk_pixbuf_copy_area() to gdk-pixbuf-utils.c and gdk-pixbuf.h. | Cody Russell | 2000-01-13 | 1 | -0/+7 |
* | No more libart/gdk-pixbuf as part of gnome-libs | Elliot Lee | 2000-01-10 | 1 | -1/+5 |
* | Directory full of pixel data scaling code that will eventually migrate | Owen Taylor | 2000-01-05 | 1 | -0/+57 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -36/+39 |