| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk: Remove data consructors for GdkPixmap | Benjamin Otte | 2010-08-10 | 1 | -247/+0 |
* | API: remove GdkGC | Benjamin Otte | 2010-08-10 | 1 | -15/+0 |
* | API: remove gdk_draw_drawable() | Benjamin Otte | 2010-08-10 | 1 | -35/+0 |
* | API: remove gdk_draw_rectangle() | Benjamin Otte | 2010-08-10 | 1 | -24/+0 |
* | API: remove gdk_draw_point(s) | Benjamin Otte | 2010-08-10 | 1 | -17/+0 |
* | API: remove gdk_draw_{line,lines,segments} | Benjamin Otte | 2010-08-10 | 1 | -34/+0 |
* | API: remove gdk_draw_polygon() | Benjamin Otte | 2010-08-10 | 1 | -19/+0 |
* | API: remove gdk_draw_glyphs() and gdk_draw_glyphs_transformed() | Benjamin Otte | 2010-08-10 | 1 | -45/+0 |
* | API: remove gdk_draw_trapezoids() and GdkTrapezoid struct | Benjamin Otte | 2010-08-10 | 1 | -18/+0 |
* | API: remove gdk_draw_arc() | Benjamin Otte | 2010-08-10 | 1 | -29/+0 |
* | API: remove gdk_drawable_copy_to_image() | Benjamin Otte | 2010-08-10 | 1 | -28/+0 |
* | API: remove gdk_draw_image() | Benjamin Otte | 2010-08-10 | 1 | -28/+0 |
* | API: Remove gdk_draw_pixbuf() | Benjamin Otte | 2010-08-10 | 1 | -42/+5 |
* | gdk: Create solid mask with Cairo | Benjamin Otte | 2010-07-26 | 1 | -8/+4 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Remove deprecated GdkDrawable functions | Javier Jardón | 2010-06-19 | 1 | -48/+0 |
* | Another small doc cleanup | Matthias Clasen | 2010-03-22 | 1 | -16/+18 |
* | Merge in Gdk-custom.c introspection annotations | Colin Walters | 2009-12-16 | 1 | -0/+67 |
* | Clean up gdk_draw_drawable() composite handling | Alexander Larsson | 2009-08-25 | 1 | -4/+8 |
* | Make GdkDrawable draw_drawable backwards compat | Alexander Larsson | 2009-07-01 | 1 | -1/+1 |
* | Move new draw_drawable argument to end to make it more backwards compat | Alexander Larsson | 2009-07-01 | 1 | -4/+4 |
* | Add support for client side graphics exposures in gdk_draw_drawable | Alexander Larsson | 2009-05-27 | 1 | -0/+2 |
* | Remove_gdk_pixmap_set_as_backing etc, as this is not used anymore | Alexander Larsson | 2009-04-02 | 1 | -27/+0 |
* | Create _gdk_drawable_create_cairo_surface to ugly typechecking | Alexander Larsson | 2009-04-02 | 1 | -0/+15 |
* | Add _gdk_pixmap_set_as_backing which is a way to get GraphicsExposures on pix... | Alexander Larsson | 2009-04-02 | 1 | -0/+27 |
* | gdk_bitmap_create_from_data - drawable may be NULL | Alexander Larsson | 2009-04-02 | 1 | -1/+4 |
* | gdk_pixmap_new - drawable may be NULL | Alexander Larsson | 2009-04-02 | 1 | -1/+4 |
* | gdk_pixmap_draw_pixbuf - gc may be NULL | Alexander Larsson | 2009-04-02 | 1 | -1/+2 |
* | Move _gdk_gc_remove_drawable_clip from after each time its set to before each... | Alexander Larsson | 2009-04-02 | 1 | -0/+14 |
* | Initial client-side-windows work | Alexander Larsson | 2009-04-02 | 1 | -0/+42 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Don't use G_DEFINE_TYPE, since the instance struct name does not match the | Matthias Clasen | 2006-05-31 | 1 | -2/+23 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 1 | -34/+2 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -8/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 1 | -0/+12 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -7/+46 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 1 | -2/+1 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -22/+22 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -4/+4 |
* | update to allow a GdkDrawable instead of a GdkWindow. | Kristian Rietveld | 2002-12-09 | 1 | -17/+17 |
* | Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay) | Owen Taylor | 2002-12-06 | 1 | -1/+3 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 1 | -6/+6 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -8/+8 |