| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in changes. | Mark Crichton | 2000-03-03 | 1 | -6/+6 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -66/+89 |
* | no testpixbuf-foo target | Havoc Pennington | 2000-01-30 | 1 | -2/+1 |
* | Fix from Peter Wainwright to fix 4a => 4a scaling. | Owen Taylor | 2000-01-30 | 1 | -1/+2 |
* | and again, with feeling | Elliot Lee | 2000-01-17 | 1 | -1/+1 |
* | Don't link libgdk_pixbuf against libgnomecanvaspixbuf | Elliot Lee | 2000-01-17 | 1 | -4/+0 |
* | Removed the broken --enable-canvas-pixbuf option. Added the stuff | Federico Mena Quintero | 2000-01-17 | 1 | -26/+17 |
* | Build a libcanvas_pixbuf. | Elliot Lee | 2000-01-10 | 1 | -1/+13 |
* | No more libart/gdk-pixbuf as part of gnome-libs | Elliot Lee | 2000-01-10 | 1 | -0/+1 |
* | Directory full of pixel data scaling code that will eventually migrate | Owen Taylor | 2000-01-05 | 1 | -1/+8 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -7/+2 |
* | add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. This | Peter Teichman | 1999-12-27 | 1 | -1/+1 |
* | moved the file here. It seems natural to put this function here, as that's | Jonathan Blandford | 1999-12-17 | 1 | -1/+10 |
* | make it build when gdk-pixbuf is not already installed | Elliot Lee | 1999-12-16 | 1 | -1/+4 |
* | Use a conditional to see whether to link $(GNOME_LIBS) or not. | Federico Mena Quintero | 1999-12-12 | 1 | -1/+7 |
* | Filled in body of function. (rgbconvert): Added GdkColormap parameter, and | Michael Zucchi | 1999-12-09 | 1 | -4/+3 |
* | Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion | Federico Mena Quintero | 1999-12-08 | 1 | -7/+3 |
* | Conditionally include $(GNOME_LIBS) here. | Martin Baulig | 1999-12-07 | 1 | -0/+4 |
* | Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If you | Federico Mena Quintero | 1999-12-06 | 1 | -2/+1 |
* | removed GNOME_LIBS from testpixbuf_LDADD. | Jaka Mocnik | 1999-12-05 | 1 | -1/+1 |
* | Source files moved from src/ to gdk-pixbuf/, to be consistent with other | Federico Mena Quintero | 1999-12-02 | 1 | -1/+1 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -4/+7 |
* | New file with utility and convenience functions for pixbufs. | Federico Mena Quintero | 1999-12-02 | 1 | -0/+1 |
* | Add AM_CONDITIONAL for inside gnome-libs | Havoc Pennington | 1999-11-30 | 1 | -2/+10 |
* | Uncomment the GnomeCanvasPixbuf sources. This should be made conditional, | Federico Mena Quintero | 1999-11-29 | 1 | -6/+6 |
* | Added another loader from Arjan to handle .ico files. Cool. | Jonathan Blandford | 1999-11-29 | 1 | -0/+10 |
* | Removed #PRAGMA } from headers. Also, make compile if you don't have it | Jonathan Blandford | 1999-11-23 | 1 | -9/+9 |
* | Try to fix gdk-pixbuf a bit better. | Elliot Lee | 1999-11-23 | 1 | -1/+1 |
* | Patch from Paul Fisher <pnfisher@redhat.com> adds all -lgdk-pixbuf and all | Havoc Pennington | 1999-11-22 | 1 | -7/+9 |
* | more changes | Jonathan Blandford | 1999-11-22 | 1 | -7/+9 |
* | added io-bmp from Arjan <arjan@fenrus.demon.nl> | Jonathan Blandford | 1999-11-21 | 1 | -1/+11 |
* | Rework/reorder of the code. Each case has been separated into another | Michael Zucchi | 1999-11-20 | 1 | -1/+1 |
* | Added testpixbuf-drawable test program | Cody Russell | 1999-11-13 | 1 | -1/+3 |
* | Fixed up testpixbuf.c to simulate downloading at certain speed, set | Michael Fulbright | 1999-11-09 | 1 | -1/+11 |
* | build the gdk-pixbuf-drawable stuff. | Havoc Pennington | 1999-11-09 | 1 | -0/+2 |
* | new file from Arjan van de Ven <arjan@fenrus.demon.nl> to begin the ras | Jonathan Blandford | 1999-11-05 | 1 | -0/+10 |
* | Use libart-config correctly; find gnome-config separately. Fix GNOME_LIBS | Havoc Pennington | 1999-11-04 | 1 | -1/+1 |
* | Integrate gtk-doc, part 1; need to finish it at home - Federico | Arturo Espinosa | 1999-11-04 | 1 | -3/+1 |
* | Remove dependency on lib*gif!!!! | Jonathan Blandford | 1999-11-03 | 1 | -1/+1 |
* | Now progressive gif loading works! It's a little slow though. )-: | Jonathan Blandford | 1999-11-02 | 1 | -1/+1 |
* | Start of the pixbuf canvas item. Drawing affines seem to work. Bounding | Federico Mena Quintero | 1999-11-02 | 1 | -3/+5 |
* | New function to threshold a pixbuf's alpha channel into a bitmap. | Federico Mena Quintero | 1999-10-27 | 1 | -2/+3 |
* | more work on the incremental loading | Jonathan Blandford | 1999-10-26 | 1 | -0/+5 |
* | started work on the loader | Jonathan Blandford | 1999-10-26 | 1 | -1/+3 |
* | Bumped version number to 0.3.GDK_PIXBUF_0_3 | Federico Mena Quintero | 1999-10-20 | 1 | -0/+2 |
* | Removed the unref_fn field. Now all memory management of the buffer is | Federico Mena Quintero | 1999-10-20 | 1 | -3/+1 |
* | Use AM_PATH_GLIB instead of glib-config directly | Havoc Pennington | 1999-10-18 | 1 | -3/+3 |
* | Remove "macros" | Havoc Pennington | 1999-10-18 | 1 | -3/+3 |
* | Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they | Federico Mena Quintero | 1999-10-18 | 1 | -2/+0 |
* | Added support for loading pixbuf from rgb data in memory. Augmented | Michael Fulbright | 1999-10-08 | 1 | -1/+2 |