summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Populated.Federico Mena Quintero1999-11-041-2/+72
* turned convenience macros into convenienceJonathan Blandford1999-10-281-0/+75
* New function to threshold a pixbuf's alpha channel into a bitmap.Federico Mena Quintero1999-10-271-49/+36
* New function to create a blank pixbuf.Havoc Pennington1999-10-271-0/+61
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-125/+37
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-112/+129
* Add pixbuf_duplicate,Michael Meeks1999-09-221-8/+40
* Be more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrectFederico Mena Quintero1999-09-171-2/+4
* Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), andFederico Mena Quintero1999-08-091-14/+15
* More fixes to the rotation code. It really works well now. Now we need toMark Crichton1999-07-201-1/+8
* Added translation to the rotateMark Crichton1999-07-201-16/+27
* Ok minor changes.Mark Crichton1999-07-191-16/+47
* reverted the expose everything changes, I'm not sure why these went in.Larry Ewing1999-07-171-31/+27
* Fixed up the scaling routine.Mark Crichton1999-07-171-5/+6
* Added scaling of pixmaps. Currently doesn't work, however, since I'mMark Crichton1999-07-161-16/+54
* configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: MoreMark Crichton1999-07-131-0/+12
* Doh. Forgot the libgif check. Also, slowly adding the scaling support ThatMark Crichton1999-07-131-0/+4
* Massive update...Mark Crichton1999-07-081-0/+1
* Initial revisionArturo Espinosa1999-01-041-0/+36