summaryrefslogtreecommitdiff
path: root/gdk/gdkdrawable.h
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove GdkDrawableBenjamin Otte2010-12-021-77/+0
* gdk: Move ref_cairo_surface from GdkDrawable to GdkWindowImplBenjamin Otte2010-12-021-2/+0
* gdk: Remove GdkDrawable->create_cairo_surface vfuncBenjamin Otte2010-12-021-4/+0
* API: Remove gdkdrawable.h from public headersBenjamin Otte2010-12-021-4/+1
* API: gdk_drawable_get_visible_region => gdk_window_get_visible_regionBenjamin Otte2010-12-021-4/+0
* API: gdk_drawable_get_clip_region() => gdk_window_get_clip_region()Benjamin Otte2010-12-021-2/+0
* API: Make gdk_cairo_create() take a GdkWindowBenjamin Otte2010-12-021-3/+0
* docs: Move documentation to inline comments: drawingJavier Jardón2010-11-151-0/+6
* API: remove gdk_drawable_get_size()Benjamin Otte2010-09-261-10/+0
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-261-3/+0
* API: Remove gdk_drawable_get_display()Benjamin Otte2010-09-261-1/+0
* API: Remove drawable getters for visual, screen and depthBenjamin Otte2010-09-261-6/+0
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-261-5/+0
* gdk: Remove _gdk_drawable_get_source_drawable()Benjamin Otte2010-09-261-2/+0
* API: remove GdkGCBenjamin Otte2010-08-101-5/+0
* gdk: remove get_composite_drawable vfuncBenjamin Otte2010-08-101-8/+0
* API: remove gdk_draw_drawable()Benjamin Otte2010-08-101-32/+0
* API: remove gdk_draw_layout_*()Benjamin Otte2010-08-101-26/+0
* API: remove gdk_draw_rectangle()Benjamin Otte2010-08-101-14/+0
* API: remove gdk_draw_point(s)Benjamin Otte2010-08-101-12/+0
* API: remove gdk_draw_{line,lines,segments}Benjamin Otte2010-08-101-22/+0
* API: remove gdk_draw_polygon()Benjamin Otte2010-08-101-10/+0
* API: remove gdk_draw_glyphs() and gdk_draw_glyphs_transformed()Benjamin Otte2010-08-101-29/+0
* API: remove gdk_draw_trapezoids() and GdkTrapezoid structBenjamin Otte2010-08-101-15/+0
* API: remove gdk_draw_arc()Benjamin Otte2010-08-101-18/+0
* API: remove gdk_drawable_copy_to_image()Benjamin Otte2010-08-101-18/+0
* API: remove gdk_drawable_get_image()Benjamin Otte2010-08-101-11/+0
* API: remove gdk_draw_image()Benjamin Otte2010-08-101-19/+0
* gdk: Remove unused gdkrgb.h includesBenjamin Otte2010-08-101-1/+0
* API: Remove gdk_draw_pixbuf()Benjamin Otte2010-08-101-24/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-4/+4
* Remove gdk_draw_bitmap() and gdk_draw_pixmap() functionsJavier Jardón2010-06-251-4/+0
* Remove deprecated GdkDrawable functionsJavier Jardón2010-06-191-56/+0
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-3/+12
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-2/+2
* Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-271-0/+1
* Create _gdk_drawable_create_cairo_surface to ugly typecheckingAlexander Larsson2009-04-021-1/+5
* Initial client-side-windows workAlexander Larsson2009-04-021-2/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* define __GDK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-1/+6
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-21/+21
* Add Copyright/License information.Matthias Clasen2005-07-121-0/+25
* Cleanup. (#169648, Fabricio Barros Cabral)Matthias Clasen2005-06-121-6/+2
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-2/+0
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-12/+2
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-1/+8
* Mark as const.Matthias Clasen2004-11-281-1/+1
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-3/+30