summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-render.c
Commit message (Expand)AuthorAgeFilesLines
* Added sanity check for width and height being >= 0. Also, do nothing ifFederico Mena Quintero2000-02-021-0/+13
* Removed the broken --enable-canvas-pixbuf option. Added the stuffFederico Mena Quintero2000-01-171-62/+42
* new function to let you create a gdk_pixmap from a gdk_pixbuf.Jonathan Blandford2000-01-141-0/+67
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+1
* Keep the mask around until after we draw ... since the GC changes aren'tOwen Taylor1999-11-301-2/+4
* Create the temporary buffer to the size of the interesction of theFederico Mena Quintero1999-11-241-10/+11
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-1/+1
* More docs work - FedericoArturo Espinosa1999-11-041-10/+13
* In docs, explain what a dither offset is for.Havoc Pennington1999-11-041-0/+13
* New function to render a portion of a pixbuf to a drawable. Ignores alphaFederico Mena Quintero1999-10-281-18/+144
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-3/+3
* Sync to desktop - FedericoArturo Espinosa1999-10-281-1/+11
* Sync to laptop - FedericoArturo Espinosa1999-10-281-1/+19
* New function to threshold a pixbuf's alpha channel into a bitmap.Federico Mena Quintero1999-10-271-0/+149