summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* put back the #define, but call it GDK_PIXBUF_C_COMPILATION.Michael Natterer2008-05-271-0/+1
* Fix and simplify definition of GDK_PIXBUF_VAR:Michael Natterer2008-05-271-5/+4
* Document the "orientation" option.Matthias Clasen2007-07-021-1/+9
* Remove redundant size checks, and document that width, height must be > 0.Matthias Clasen2006-12-211-8/+5
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-6/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPEMatthias Clasen2006-04-041-28/+4
* Small savingsMatthias Clasen2006-04-041-5/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* 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