| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | gdk_pixbuf_get_from_source: only reuse surfaces with matching format | Claudio Saavedra | 2013-09-06 | 1 | -1/+2 |
* | gdk_pixbuf_get_from_surface: Avoid copying if source is image surface | Alexander Larsson | 2013-08-07 | 1 | -5/+12 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | More GDK documentation tweaks | Matthias Clasen | 2011-02-09 | 1 | -45/+49 |
* | gdk: Make _gdk_window_ref_cairo_surface() protected and use it | Benjamin Otte | 2010-12-02 | 1 | -1/+1 |
* | Make gdk_pixbuf_get_from_surface() accept negative src_x,y coordinates | Kristian Rietveld | 2010-10-19 | 1 | -11/+7 |
* | Inclusion cleanups in sources | Matthias Clasen | 2010-10-14 | 1 | -2/+3 |
* | docs: Move documentation to inline comments: pixbufs | Javier Jardón | 2010-10-04 | 1 | -1/+10 |
* | Fix a reference in the gdk_pixbuf_get_from_surface docs2.91.0 | Matthias Clasen | 2010-10-01 | 1 | -1/+1 |
* | gdk: Make gdk_pixbuf_get_from_*() bindable | Benjamin Otte | 2010-10-02 | 1 | -79/+22 |
* | GDK docs: Improve gdk_pixbuf_get_from_window docs | Matthias Clasen | 2010-10-01 | 1 | -53/+41 |
* | API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window() | Benjamin Otte | 2010-09-26 | 1 | -48/+8 |
* | gdk: Remove GdkPixmap | Benjamin Otte | 2010-09-26 | 1 | -28/+2 |
* | API: remove gdk_pixbuf_get_from_image() | Benjamin Otte | 2010-08-10 | 1 | -1202/+0 |
* | Implement gdk_pixbuf_get_from_drawable() with Cairo | Benjamin Otte | 2010-08-10 | 1 | -42/+8 |
* | API: Add gdk_pixbuf_get_from_surface() | Benjamin Otte | 2010-08-10 | 1 | -0/+226 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Make GTK+ use an external gdk-pixbuf | Matthias Clasen | 2010-06-26 | 1 | -14/+17 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | New function to avoid pointless strdups when creating atoms from static | Matthias Clasen | 2005-09-11 | 1 | -4/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -2/+2 |
* | swap G and B. Fixes (#114669) | Soeren Sandmann | 2003-06-08 | 1 | -4/+4 |
* | #71597, reported by Morten Welinder | Owen Taylor | 2003-06-03 | 1 | -402/+119 |
* | fixed my latest change. | Sven Neumann | 2002-09-14 | 1 | -1/+1 |
* | use the most significant bits of the GdkColor components (#89703). | Sven Neumann | 2002-09-13 | 1 | -21/+21 |
* | Check if depth of the source is not equal to the depth of the colormap | Shivram U | 2002-07-26 | 1 | -0/+33 |
* | Fixed the LSB -> MSB case. Fixes #79463. | Federico Mena Quintero | 2002-07-16 | 1 | -7/+8 |
* | Fix the MSB -> MSB case. Fixes #79190. | Federico Mena Quintero | 2002-06-03 | 1 | -6/+6 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -2/+3 |
* | create the target pixbuf AFTER filling in width/height, so that passing in | Havoc Pennington | 2002-04-13 | 1 | -8/+8 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -4/+4 |
* | Merge from gdk-pixbuf stable. | Federico Mena Quintero | 2002-01-25 | 1 | -4/+4 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -18/+18 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -36/+51 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 1 | -47/+175 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -163/+385 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -6/+7 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -9/+14 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 1 | -841/+950 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -7/+10 |
* | Change all conversion from 16-bit formats to 32-bit formats to re-use | Darin Adler | 2000-05-09 | 1 | -67/+118 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -41/+38 |
* | s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsigned | Matt Wilson | 2000-02-29 | 1 | -100/+100 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -4/+4 |