summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes.Mark Crichton2000-03-031-6/+6
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-66/+89
* no testpixbuf-foo targetHavoc Pennington2000-01-301-2/+1
* Fix from Peter Wainwright to fix 4a => 4a scaling.Owen Taylor2000-01-301-1/+2
* 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-171-26/+17
* Build a libcanvas_pixbuf.Elliot Lee2000-01-101-1/+13
* No more libart/gdk-pixbuf as part of gnome-libsElliot Lee2000-01-101-0/+1
* Directory full of pixel data scaling code that will eventually migrateOwen Taylor2000-01-051-1/+8
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-7/+2
* add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. ThisPeter Teichman1999-12-271-1/+1
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-1/+10
* make it build when gdk-pixbuf is not already installedElliot Lee1999-12-161-1/+4
* Use a conditional to see whether to link $(GNOME_LIBS) or not.Federico Mena Quintero1999-12-121-1/+7
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-091-4/+3
* Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillionFederico Mena Quintero1999-12-081-7/+3
* Conditionally include $(GNOME_LIBS) here.Martin Baulig1999-12-071-0/+4
* Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If youFederico Mena Quintero1999-12-061-2/+1
* removed GNOME_LIBS from testpixbuf_LDADD.Jaka Mocnik1999-12-051-1/+1
* Source files moved from src/ to gdk-pixbuf/, to be consistent with otherFederico Mena Quintero1999-12-021-1/+1
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-4/+7
* New file with utility and convenience functions for pixbufs.Federico Mena Quintero1999-12-021-0/+1
* Add AM_CONDITIONAL for inside gnome-libsHavoc Pennington1999-11-301-2/+10
* Uncomment the GnomeCanvasPixbuf sources. This should be made conditional,Federico Mena Quintero1999-11-291-6/+6
* Added another loader from Arjan to handle .ico files. Cool.Jonathan Blandford1999-11-291-0/+10
* Removed #PRAGMA } from headers. Also, make compile if you don't have itJonathan Blandford1999-11-231-9/+9
* Try to fix gdk-pixbuf a bit better.Elliot Lee1999-11-231-1/+1
* Patch from Paul Fisher <pnfisher@redhat.com> adds all -lgdk-pixbuf and allHavoc Pennington1999-11-221-7/+9
* more changesJonathan Blandford1999-11-221-7/+9
* added io-bmp from Arjan <arjan@fenrus.demon.nl>Jonathan Blandford1999-11-211-1/+11
* Rework/reorder of the code. Each case has been separated into anotherMichael Zucchi1999-11-201-1/+1
* Added testpixbuf-drawable test programCody Russell1999-11-131-1/+3
* Fixed up testpixbuf.c to simulate downloading at certain speed, setMichael Fulbright1999-11-091-1/+11
* build the gdk-pixbuf-drawable stuff.Havoc Pennington1999-11-091-0/+2
* new file from Arjan van de Ven <arjan@fenrus.demon.nl> to begin the rasJonathan Blandford1999-11-051-0/+10
* Use libart-config correctly; find gnome-config separately. Fix GNOME_LIBSHavoc Pennington1999-11-041-1/+1
* Integrate gtk-doc, part 1; need to finish it at home - FedericoArturo Espinosa1999-11-041-3/+1
* Remove dependency on lib*gif!!!!Jonathan Blandford1999-11-031-1/+1
* Now progressive gif loading works! It's a little slow though. )-:Jonathan Blandford1999-11-021-1/+1
* Start of the pixbuf canvas item. Drawing affines seem to work. BoundingFederico Mena Quintero1999-11-021-3/+5
* New function to threshold a pixbuf's alpha channel into a bitmap.Federico Mena Quintero1999-10-271-2/+3
* more work on the incremental loadingJonathan Blandford1999-10-261-0/+5
* started work on the loaderJonathan Blandford1999-10-261-1/+3
* Bumped version number to 0.3.GDK_PIXBUF_0_3Federico Mena Quintero1999-10-201-0/+2
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-3/+1
* Use AM_PATH_GLIB instead of glib-config directlyHavoc Pennington1999-10-181-3/+3
* Remove "macros"Havoc Pennington1999-10-181-3/+3
* Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as theyFederico Mena Quintero1999-10-181-2/+0
* Added support for loading pixbuf from rgb data in memory. AugmentedMichael Fulbright1999-10-081-1/+2