summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-drawable.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Make _gdk_window_ref_cairo_surface() protected and use itBenjamin Otte2010-12-021-1/+1
* Make gdk_pixbuf_get_from_surface() accept negative src_x,y coordinatesKristian Rietveld2010-10-191-11/+7
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-2/+3
* docs: Move documentation to inline comments: pixbufsJavier Jardón2010-10-041-1/+10
* Fix a reference in the gdk_pixbuf_get_from_surface docs2.91.0Matthias Clasen2010-10-011-1/+1
* gdk: Make gdk_pixbuf_get_from_*() bindableBenjamin Otte2010-10-021-79/+22
* GDK docs: Improve gdk_pixbuf_get_from_window docsMatthias Clasen2010-10-011-53/+41
* API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window()Benjamin Otte2010-09-261-48/+8
* gdk: Remove GdkPixmapBenjamin Otte2010-09-261-28/+2
* API: remove gdk_pixbuf_get_from_image()Benjamin Otte2010-08-101-1202/+0
* Implement gdk_pixbuf_get_from_drawable() with CairoBenjamin Otte2010-08-101-42/+8
* API: Add gdk_pixbuf_get_from_surface()Benjamin Otte2010-08-101-0/+226
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-14/+17
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* New function to avoid pointless strdups when creating atoms from staticMatthias Clasen2005-09-111-4/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-2/+2
* swap G and B. Fixes (#114669)Soeren Sandmann2003-06-081-4/+4
* #71597, reported by Morten WelinderOwen Taylor2003-06-031-402/+119
* fixed my latest change.Sven Neumann2002-09-141-1/+1
* use the most significant bits of the GdkColor components (#89703).Sven Neumann2002-09-131-21/+21
* Check if depth of the source is not equal to the depth of the colormapShivram U2002-07-261-0/+33
* Fixed the LSB -> MSB case. Fixes #79463.Federico Mena Quintero2002-07-161-7/+8
* Fix the MSB -> MSB case. Fixes #79190.Federico Mena Quintero2002-06-031-6/+6
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-2/+3
* create the target pixbuf AFTER filling in width/height, so that passing inHavoc Pennington2002-04-131-8/+8
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-4/+4
* Merge from gdk-pixbuf stable.Federico Mena Quintero2002-01-251-4/+4
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-051-18/+18
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-36/+51
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-47/+175
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-163/+385
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-6/+7
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-9/+14
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Indentation fixups to GTK+ standard.Owen Taylor2000-06-211-841/+950
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-7/+10
* Change all conversion from 16-bit formats to 32-bit formats to re-useDarin Adler2000-05-091-67/+118
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-41/+38
* s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsignedMatt Wilson2000-02-291-100/+100
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-4/+4
* make a warning go away.Jonathan Blandford1999-12-101-1/+1
* Should now handle all formats, slow routine used where optimisedMichael Zucchi1999-12-091-21/+115
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-091-79/+42
* Fixed the red/green/red bug on two occasions. Changed from the customArjan van de Ven1999-12-081-2/+2
* Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillionFederico Mena Quintero1999-12-081-173/+331