summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Mark param spec strings as static.Matthias Clasen2005-03-211-18/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Use canonical form of the name when registering properties.Matthias Clasen2005-03-091-3/+3
* Revert the previous change, since it breaks bin compat.Matthias Clasen2005-03-011-1/+1
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Document current restrictions for property values. (#157409, Matthew H.Matthias Clasen2004-11-051-0/+19
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-111-0/+1
* Mark the version variables for proper import and export from Windows DLLs.Tor Lillqvist2004-07-061-4/+5
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-16/+16
* Link to the documentation section on image data.Federico Mena Quintero2004-01-071-1/+3
* Turn the pixbuf attributes into (construct-only, but always readable)Matthias Clasen2004-01-031-2/+187
* Clarify misleading explanation of rowstride. (#119000)Matthias Clasen2003-08-031-2/+3
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-1/+1
* Add deprecation docs.Matthias Clasen2002-11-291-3/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* add deprecation compile flagsManish Singh2002-09-291-2/+2
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* use sequential writes instead of calling memcpy(). Simpler and potentiallySven Neumann2002-03-121-43/+37
* Bullet-proof against integer overflow.Owen Taylor2002-03-031-3/+14
* Merge 16- and 32-bit ico support from the stable branch. (#61179)Matthias Clasen2002-02-011-11/+14
* Forgotten files.Matthias Clasen2001-12-201-4/+4
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-1/+2
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-051-0/+88
* a comment asked to optimize this function, so that's what I did.Sven Neumann2001-08-071-11/+24
* fix some shell typosHavoc Pennington2001-05-071-2/+2
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-181-0/+58
* Copy data and free data with free().Alexander Larsson2001-02-191-3/+3
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-2/+0
* include glib-object.h instead of gvaluetypes.hHavoc Pennington2001-01-311-1/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-18/+6
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-0/+54
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-0/+11
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-0/+1
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-67/+64
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-8/+55
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-81/+84
* Reverted Mark's change. The refcount is private information, and theFederico Mena Quintero2000-04-021-34/+1
* Added 2 more convience functions.Mark Crichton2000-04-011-0/+35
* Return gboolean instead of int.Federico Mena Quintero2000-03-291-1/+1
* Return the same pixbuf as the input parameter.Federico Mena Quintero2000-01-211-3/+6
* No more libart/gdk-pixbuf as part of gnome-libsElliot Lee2000-01-101-0/+17
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-37/+8
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-26/+0
* thinking about the new loading API.Jonathan Blandford1999-12-111-0/+54
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+1
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+1
* More docs work - FedericoArturo Espinosa1999-11-041-5/+5