summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Ooops, forgot header file.Ettore Perazzoli2000-04-041-3/+8
* Added GdkPixbufAnimation accessor functions, so that we don't have toEttore Perazzoli2000-04-042-0/+69
* same as belowRadek Doulik2000-04-035-5/+64
* Reverted Mark's change. The refcount is private information, and theFederico Mena Quintero2000-04-023-37/+6
* Added 2 more convience functions.Mark Crichton2000-04-013-0/+43
* Return gboolean instead of int.Federico Mena Quintero2000-03-293-2/+7
* Fix problem with precendence of >> and & which was keeping composite_colorOwen Taylor2000-03-282-16/+22
* free the context. (gdk_pixbuf__gif_image_load_animation): free theJonathan Blandford2000-03-092-3/+15
* Arjan van de Ven <arjan@fenrus.demon.nl>Arjan van de Ven2000-03-062-30/+85
* Merged in changes.Mark Crichton2000-03-032-6/+14
* s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsignedMatt Wilson2000-02-291-0/+5
* We don't require libgif/ungif nor libXpm.Federico Mena Quintero2000-02-271-0/+6
* Use the correct name for gdk-pixbuf/gdk-pixbuf.h. Thanks to Jacob BerkmanFederico Mena Quintero2000-02-251-0/+6
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-2213-194/+452
* fix case where initial colormap entry is Transparent.Jonathan Blandford2000-02-202-4/+9
* Fix error in scale factors for non-alpha case.Owen Taylor2000-02-192-6/+11
* Iain sent me a xpm that didn't load. It used "g" instead of "c" in it'sMark Crichton2000-02-142-1/+6
* Remove now-unnecessary cast.Darin Adler2000-02-142-0/+6
* Make passed-in argument 'const'.Elliot Lee2000-02-143-4/+7
* By order of jrb: const patch for various bits, io-gif.c fixup forMichael Meeks2000-02-037-159/+183
* Added sanity check for width and height being >= 0. Also, do nothing ifFederico Mena Quintero2000-02-021-0/+9
* Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com>Federico Mena Quintero2000-02-022-1/+10
* gnome_init() does not call gdk_rgb_init(), so don't mention that it doesFederico Mena Quintero2000-02-011-0/+7
* no testpixbuf-foo targetHavoc Pennington2000-01-302-2/+5
* Fix from Peter Wainwright to fix 4a => 4a scaling.Owen Taylor2000-01-303-4/+10
* I dated telsa to break gdk-pixbuf.Mark Crichton2000-01-291-0/+5
* 0.5.0 - FedericoGDK_PIXBUF_0_5_0Arturo Espinosa2000-01-223-2/+12
* Bumped version number to 0.5.0.Federico Mena Quintero2000-01-223-3/+24
* Removed the x_set and y_set arguments. Now they are always on and startFederico Mena Quintero2000-01-222-41/+16
* Return the same pixbuf as the input parameter.Federico Mena Quintero2000-01-214-18/+32
* Don't link against libgnomecanvaspixbuf.laElliot Lee2000-01-171-1/+4
* Shut up Federico.Elliot Lee2000-01-171-0/+1
* and again, with feelingElliot Lee2000-01-171-1/+1
* Don't link libgdk_pixbuf against libgnomecanvaspixbufElliot Lee2000-01-171-4/+0
* Removed the broken --enable-canvas-pixbuf option. Added the stuffFederico Mena Quintero2000-01-174-89/+105
* New file with hacking policies for the gdk-pixbuf module.Federico Mena Quintero2000-01-151-0/+5
* new function to let you create a gdk_pixmap from a gdk_pixbuf.Jonathan Blandford2000-01-142-0/+10
* Added gdk_pixbuf_copy_area() to gdk-pixbuf-utils.c and gdk-pixbuf.h.Cody Russell2000-01-132-1/+67
* add gdk-pixbuf.m4 to EXTRA_DISTJacob Berkman2000-01-121-0/+5
* added toJacob Berkman2000-01-111-1/+1
* Build a libcanvas_pixbuf.Elliot Lee2000-01-102-1/+15
* No more libart/gdk-pixbuf as part of gnome-libsElliot Lee2000-01-105-1/+41
* Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren'sOwen Taylor2000-01-072-2/+7
* comment out debugging printing. remove memory_leakJonathan Blandford2000-01-073-6/+11
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-077-22/+99
* much longer long description added.Jonathan Blandford2000-01-071-0/+5
* Fix computation of end of run indices.Owen Taylor2000-01-072-11/+18
* Fixed bug sent directly to me. Basically, we weren't checking a failureMark Crichton2000-01-062-3/+9
* Link with -lm (to get 'ceil' function)Elliot Lee2000-01-062-1/+4
* Added scaling functions into gtk-doc framework.Owen Taylor2000-01-063-12/+34