summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
...
* quick fix for initializing arrays in benchmark.Owen Taylor2000-01-053-2/+10
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-0511-49/+113
* Added a README with a TODO and some explainations of the algorithms.Owen Taylor2000-01-052-0/+119
* Directory full of pixel data scaling code that will eventually migrateOwen Taylor2000-01-0515-1/+2777
* Documentation changes.Jonathan Blandford2000-01-051-0/+4
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-0210-215/+318
* add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. ThisPeter Teichman1999-12-272-1/+7
* Stuff that should have been set to NULL here (specificallyHavoc Pennington1999-12-242-1/+7
* finished work to make animated gifs load correctly. Progressive loadingJonathan Blandford1999-12-204-10/+73
* shut up, CVSJonathan Blandford1999-12-171-0/+1
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-176-30/+127
* Added notice about initializing GdkRGB before using the GdkPixbufFederico Mena Quintero1999-12-171-0/+6
* make it build when gdk-pixbuf is not already installedElliot Lee1999-12-161-1/+4
* shut up, CVSJonathan Blandford1999-12-131-0/+1
* Use a conditional to see whether to link $(GNOME_LIBS) or not.Federico Mena Quintero1999-12-121-1/+7
* Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels,Federico Mena Quintero1999-12-121-0/+11
* Use a conditional to see whether to link $(GNOME_LIBS) or not.Federico Mena Quintero1999-12-121-0/+5
* thinking about the new loading API.Jonathan Blandford1999-12-114-4/+65
* make a warning go away.Jonathan Blandford1999-12-103-18/+76
* Enable gdk_pixbuf_get_from_drawable() api call.Michael Zucchi1999-12-092-6/+3
* Should now handle all formats, slow routine used where optimisedMichael Zucchi1999-12-091-0/+6
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-092-4/+16
* Fixed the red/green/red bug on two occasions. Changed from the customArjan van de Ven1999-12-082-16/+13
* Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillionFederico Mena Quintero1999-12-084-33/+54
* Added clarification about reference counting for GdkPixbuf structures.Federico Mena Quintero1999-12-081-0/+5
* Conditionally include $(GNOME_LIBS) here.Martin Baulig1999-12-072-0/+9
* Added missing "include <string.h>" to: gdk-pixbuf/io-ras.cArjan van de Ven1999-12-074-0/+10
* Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels,Federico Mena Quintero1999-12-061-36/+36
* Patch from Arjan to fix an initializer.Federico Mena Quintero1999-12-063-3/+11
* Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If youFederico Mena Quintero1999-12-062-2/+9
* removed GNOME_LIBS from testpixbuf_LDADD.Jaka Mocnik1999-12-052-1/+5
* Bug in palet-size calculation fixedArjan van de Ven1999-12-052-1/+7
* Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images,Arjan van de Ven1999-12-045-277/+347
* added a comment to explain this function better.Jonathan Blandford1999-12-032-0/+9
* Start of the new test program - FedericoArturo Espinosa1999-12-021-0/+33
* Source files moved from src/ to gdk-pixbuf/, to be consistent with otherFederico Mena Quintero1999-12-022-1/+16
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-0220-61/+83
* Removed unused transformation prototypes.Federico Mena Quintero1999-12-022-6/+2
* New file with utility and convenience functions for pixbufs.Federico Mena Quintero1999-12-024-0/+116
* Keep the mask around until after we draw ... since the GC changes aren'tOwen Taylor1999-11-301-0/+8
* Add AM_CONDITIONAL for inside gnome-libsHavoc Pennington1999-11-302-2/+16
* more work on the ico loaderJonathan Blandford1999-11-291-9/+7
* Uncomment the GnomeCanvasPixbuf sources. This should be made conditional,Federico Mena Quintero1999-11-292-6/+11
* Added another loader from Arjan to handle .ico files. Cool.Jonathan Blandford1999-11-294-0/+731
* new patch from Arjan to handle compressed bmps.Jonathan Blandford1999-11-242-68/+284
* libart must be built before gdk-pixbuf.James Henstridge1999-11-241-0/+7
* Create the temporary buffer to the size of the interesction of theFederico Mena Quintero1999-11-242-11/+47
* Uniquify the strings to save some memory. Make it build. No imlib! IncludeElliot Lee1999-11-231-2/+2
* Removed #PRAGMA } from headers. Also, make compile if you don't have itJonathan Blandford1999-11-234-11/+14
* Try to fix gdk-pixbuf a bit better.Elliot Lee1999-11-232-2/+2