summaryrefslogtreecommitdiff
path: root/gdk/gdkdraw.c
Commit message (Expand)AuthorAgeFilesLines
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-8/+8
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-8/+8
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-20/+21
* [docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"Javier Jardón2010-06-241-2/+2
* Remove deprecated GdkDrawable functionsJavier Jardón2010-06-191-178/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-6/+6
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-3/+3
* [gdk/gdkdraw] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-4/+7
* Clean up gdk_draw_drawable() composite handlingAlexander Larsson2009-08-251-14/+3
* Fix clipping of drawn pixbufs in the no-render caseAlexander Larsson2009-08-251-3/+5
* Implement fallback for old draw_drawable vfuncAlexander Larsson2009-08-111-0/+35
* Fix clipping of pixbuf drawing to windowsAlexander Larsson2009-07-231-3/+14
* Make clipmasks work for pixbuf renderingAlexander Larsson2009-07-071-3/+0
* More small documentation fixupsMatthias Clasen2009-07-051-1/+1
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-7/+15
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-2/+3
* Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-271-5/+7
* UpdatesCody Russell2009-04-021-1/+2
* Add _gdk_drawable_get_subwindow_scratch_gc as a way to get cached gcs with G...Alexander Larsson2009-04-021-0/+46
* Create _gdk_drawable_create_cairo_surface to ugly typecheckingAlexander Larsson2009-04-021-0/+10
* The double get_composite_drawable case can happen for pixmap targets too, so ...Alexander Larsson2009-04-021-2/+13
* Initial client-side-windows workAlexander Larsson2009-04-021-3/+25
* gdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace assertions for obj !=Michael Natterer2008-10-211-5/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-62/+67
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-161-2/+55
* Fix wrong cairo path generation. (#437879, Eddie C. Dost)Behdad Esfahbod2007-05-121-1/+1
* Don't call into the backend if the region is empty. (#437081, SvenMatthias Clasen2007-05-101-1/+5
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-29/+6
* Add a gc_changed argument, and avoid setting the clip region if the gc hasMatthias Clasen2006-02-201-2/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-151-3/+3
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-0/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-28/+2
* Small documentation additions.Matthias Clasen2005-05-081-5/+5
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-071-13/+11
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-8/+2
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-300/+101
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+23
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-3/+353
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Use depth - 1 to index the cached gcs, not depth. (#139494)Matthias Clasen2004-04-291-2/+3
* Docs typo fix.Matthias Clasen2004-04-281-1/+1
* Small doc improvement.Matthias Clasen2004-04-231-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Use a scratch GC in the case where the background is a solid color.Soeren Sandmann2004-02-181-4/+5