| Commit message (Expand) | Author | Age | Files | Lines |
* | Another doc update | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Documentation updates | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Small formatting fixes in doc comments. | Matthias Clasen | 2005-07-18 | 1 | -4/+4 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -99/+0 |
* | Change prototype to match cairo_set_source_surface(). | Owen Taylor | 2005-05-07 | 1 | -16/+7 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -1/+1 |
* | Simplify matrix manipulation now that cairo exposes the cairo_matrix_t | Carl Worth | 2005-04-08 | 1 | -2/+3 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -0/+108 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Use a scratch GC in the case where the background is a solid color. | Soeren Sandmann | 2004-02-18 | 1 | -4/+1 |
* | Fix bug reported by Nam SungHyun. | Soeren Sandmann | 2004-02-18 | 1 | -1/+2 |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 1 | -4/+3 |
* | Deprecate. (#60582) | Matthias Clasen | 2003-01-31 | 1 | -11/+9 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -26/+10 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -3/+3 |
* | Mention in the docs that @pixmap_return and @mask_return can be %NULL. | Owen Taylor | 2002-08-11 | 1 | -4/+8 |
* | Fix problem with wrong depth being used. (#89941, Jacob Berkman.) Remove | Owen Taylor | 2002-08-05 | 1 | -3/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -5/+11 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -6/+9 |
* | Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs | Owen Taylor | 2002-01-29 | 1 | -31/+3 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -0/+1 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -180/+11 |
* | Allow -1 for width/height to mean "width/height of pixbuf" (Patch from | Owen Taylor | 2001-09-19 | 1 | -9/+25 |
* | Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove | Owen Taylor | 2001-09-07 | 1 | -7/+52 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -28/+59 |
* | Clip the rectangle to be rendered to the drawable, since | Havoc Pennington | 2000-11-01 | 1 | -1/+31 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -20/+71 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | use FALSE for size_only most of the time when calling | Owen Taylor | 2000-07-14 | 1 | -1/+1 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -53/+20 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 1 | -221/+240 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -0/+1 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -56/+49 |
* | Added sanity check for width and height being >= 0. Also, do nothing if | Federico Mena Quintero | 2000-02-02 | 1 | -0/+13 |
* | Removed the broken --enable-canvas-pixbuf option. Added the stuff | Federico Mena Quintero | 2000-01-17 | 1 | -62/+42 |
* | new function to let you create a gdk_pixmap from a gdk_pixbuf. | Jonathan Blandford | 2000-01-14 | 1 | -0/+67 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -1/+1 |
* | Keep the mask around until after we draw ... since the GC changes aren't | Owen Taylor | 1999-11-30 | 1 | -2/+4 |
* | Create the temporary buffer to the size of the interesction of the | Federico Mena Quintero | 1999-11-24 | 1 | -10/+11 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -1/+1 |
* | More docs work - Federico | Arturo Espinosa | 1999-11-04 | 1 | -10/+13 |
* | In docs, explain what a dither offset is for. | Havoc Pennington | 1999-11-04 | 1 | -0/+13 |
* | New function to render a portion of a pixbuf to a drawable. Ignores alpha | Federico Mena Quintero | 1999-10-28 | 1 | -18/+144 |
* | don't send a 0 length buffer. | Jonathan Blandford | 1999-10-28 | 1 | -3/+3 |
* | Sync to desktop - Federico | Arturo Espinosa | 1999-10-28 | 1 | -1/+11 |
* | Sync to laptop - Federico | Arturo Espinosa | 1999-10-28 | 1 | -1/+19 |
* | New function to threshold a pixbuf's alpha channel into a bitmap. | Federico Mena Quintero | 1999-10-27 | 1 | -0/+149 |