summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-drawable.c
Commit message (Expand)AuthorAgeFilesLines
* Forgotten fileMatthias Clasen2014-05-221-1/+0
* gdk: add many missing (nullable) return value annotationsEvan Nemerson2014-05-111-4/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* gdk_pixbuf_get_from_source: only reuse surfaces with matching formatClaudio Saavedra2013-09-061-1/+2
* gdk_pixbuf_get_from_surface: Avoid copying if source is image surfaceAlexander Larsson2013-08-071-5/+12
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* More GDK documentation tweaksMatthias Clasen2011-02-091-45/+49
* 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