summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for srcdir != builddir.Raja R Harinath1999-11-221-0/+4
* Patch from Paul Fisher <pnfisher@redhat.com> adds all -lgdk-pixbuf and allHavoc Pennington1999-11-222-7/+16
* Call the update_area callback depending on the number of rows loaded inHavoc Pennington1999-11-222-10/+98
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-2217-25/+32
* more changesJonathan Blandford1999-11-221-7/+9
* added io-bmp from Arjan <arjan@fenrus.demon.nl>Jonathan Blandford1999-11-214-23/+411
* Rework/reorder of the code. Each case has been separated into anotherMichael Zucchi1999-11-202-1/+10
* implement the bounds method correctly. (compute_viewport_affine): computeLarry Ewing1999-11-172-23/+47
* patch from arjan to work better with ras files.Jonathan Blandford1999-11-171-293/+291
* Use includes from the current directory, not the system directory.Havoc Pennington1999-11-162-1/+6
* use includes from the current directory rather then from the systemGeorge Lebl1999-11-161-0/+6
* Added testpixbuf-drawable test programCody Russell1999-11-132-1/+12
* Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa...Cody Russell1999-11-131-1/+1
* Populated.Federico Mena Quintero1999-11-103-16/+29
* forgot thisJonathan Blandford1999-11-101-5/+1
* emit the closed signal.Jonathan Blandford1999-11-103-11/+37
* Now can handle indexing correctly. Patch from Arjan to do so.Jonathan Blandford1999-11-102-4/+11
* Fixed loading of ASCII PNM files.Michael Fulbright1999-11-102-1/+8
* removed spurious print statements.Jonathan Blandford1999-11-102-3/+5
* Warning fixes - FedericoArturo Espinosa1999-11-103-4/+13
* Added documentation.Federico Mena Quintero1999-11-102-8/+21
* Fixed up testpixbuf.c to simulate downloading at certain speed, setMichael Fulbright1999-11-092-1/+15
* Possible unsigned int error.Michael Fulbright1999-11-091-1/+1