summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-render.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Erwann Chenede2001-05-171-8/+27
* Clip the rectangle to be rendered to the drawable, sinceHavoc Pennington2000-11-011-1/+31
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-20/+71
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-1/+1
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-53/+20
* Indentation fixups to GTK+ standard.Owen Taylor2000-06-211-221/+240
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-0/+1
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-56/+49
* 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