summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-217-106/+952
* It was cold and rainy this Saturday morning, so I needed something to warmFederico Mena Quintero2000-06-111-0/+12
* setjmp for the png error handler. It seems setting the error handlingLarry Ewing2000-06-092-2/+31
* slight changelog fixups.Larry Ewing2000-06-061-3/+3
* take frame offest into account when trying to calculate the animationLarry Ewing2000-06-062-5/+40
* one more patch for strange prefixes around... getting tiring...Mathieu Lacage2000-06-061-0/+6
* Initialise the error handler exit routine to our own. Note this means thatnautilus_ms_may_31Not Zed2000-05-312-3/+26
* Include all the loader libraries. Patch from Frank de LangeFederico Mena Quintero2000-05-301-0/+5
* Oops.Darin Adler2000-05-281-0/+2
* Fixed includes to get rid of accidental GNOME dependency.Darin Adler2000-05-282-3/+5
* Makefile.am - Added gdk-pixbuf.spec to EXTRA_DISTCody Russell2000-05-271-0/+3
* 0.8 - FedericoGDK_PIXBUF_0_8_0Federico Mena Quintero2000-05-222-0/+12
* Change all conversion from 16-bit formats to 32-bit formats to re-useDarin Adler2000-05-091-0/+8
* Add beginnings of file with detailed information about the structure andOwen Taylor2000-05-052-0/+361
* Now that Owen explained the algorithm, I think I implemented it right forDarin Adler2000-05-053-15/+63
* Added some tests of composite to highlight problems in the oldDarin Adler2000-05-045-63/+255
* Properly offset y coordinate accordining to render_y0.05:27:43 2000 Owen Taylor2000-04-243-4/+15
* moved %{prefix}/bin/* from the main package to the devel package. The onlyJames Henstridge2000-04-221-0/+7
* Add .Karl Eichwalder2000-04-172-1/+6
* $(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compilesTomasz Kłopczko2000-04-142-1/+6
* when performing the configure check to see if gmodule works, set CFLAGS toJames Henstridge2000-04-131-0/+7
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-139-73/+196
* shut up cvs.Paolo Molaro2000-04-121-0/+4
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-1127-613/+963
* add more info to the testanimation frames.Jonathan Blandford2000-04-061-0/+5
* 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