summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-render.c
Commit message (Expand)AuthorAgeFilesLines
* Use a scratch GC in the case where the background is a solid color.Soeren Sandmann2004-02-181-4/+1
* Fix bug reported by Nam SungHyun.Soeren Sandmann2004-02-181-1/+2
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-4/+3
* Deprecate. (#60582)Matthias Clasen2003-01-311-11/+9
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-26/+10
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-3/+3
* Mention in the docs that @pixmap_return and @mask_return can be %NULL.Owen Taylor2002-08-111-4/+8
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-051-3/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-5/+11
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-6/+9
* Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufsOwen Taylor2002-01-291-31/+3
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-051-0/+1
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-180/+11
* Allow -1 for width/height to mean "width/height of pixbuf" (Patch fromOwen Taylor2001-09-191-9/+25
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-7/+52
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-28/+59
* 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