summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Add version macro headerChun-wei Fan2016-06-071-0/+1
* Support g_autoptr() for all gdk-pixbuf object typesKalev Lember2015-06-061-0/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* define GDK_PIXBUF_H_INSIDE around including all other headers.Michael Natterer2008-05-281-0/+3
* Add new files.Matthias Clasen2005-05-251-0/+1
* Header file reorganization. (#51999)Matthias Clasen2004-06-201-320/+5
* New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats.Matthias Clasen2004-05-061-0/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-0/+39
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+4
* New function to load an image from a file at a specified size. (#105326,Matthias Clasen2003-07-131-0/+5
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-0/+9
* Move GdkPixbufFrame from the public header to the gif-animation-specificMatthias Clasen2002-09-121-1/+0
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS toOwen Taylor2002-01-091-7/+3
* Fix docs. (#66383)Matthias Clasen2001-12-061-0/+4
* Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.Owen Taylor2001-10-101-8/+2
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-051-2/+8
* add generated files to ignore list.James Henstridge2001-09-161-0/+1
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-7/+11
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-261-11/+7
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-261-7/+11
* Fix prototype to use "(void)" instead of "()".Darin Adler2001-05-291-1/+1
* fix some shell typosHavoc Pennington2001-05-071-19/+15
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-181-0/+3
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-1/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-6/+1
* Doc fixups.Owen Taylor2001-01-091-1/+1
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+4
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-0/+7
* Some updatesHavoc Pennington2000-10-181-12/+19
* contrib subdirHavoc Pennington2000-10-091-0/+7
* s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type().Havoc Pennington2000-10-061-0/+2
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-0/+28
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-1/+15
* Use G_GNUC_CONST.Elliot Lee2000-08-301-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Include files outside of the extern "C" block. Makes some C++ compilerSebastian Wilhelmi2000-07-191-4/+4
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-10/+17
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-43/+1
* Your eyes are bloodshot.Federico Mena Quintero2000-04-131-2/+12
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-88/+86
* Ooops, forgot header file.Ettore Perazzoli2000-04-041-3/+8
* same as belowRadek Doulik2000-04-031-0/+3
* Reverted Mark's change. The refcount is private information, and theFederico Mena Quintero2000-04-021-3/+0
* Added 2 more convience functions.Mark Crichton2000-04-011-0/+3
* Return gboolean instead of int.Federico Mena Quintero2000-03-291-1/+1
* Make passed-in argument 'const'.Elliot Lee2000-02-141-1/+1
* By order of jrb: const patch for various bits, io-gif.c fixup forMichael Meeks2000-02-031-68/+68
* Return the same pixbuf as the input parameter.Federico Mena Quintero2000-01-211-2/+2
* Removed the broken --enable-canvas-pixbuf option. Added the stuffFederico Mena Quintero2000-01-171-9/+8
* new function to let you create a gdk_pixmap from a gdk_pixbuf.Jonathan Blandford2000-01-141-0/+5