summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code from GdkGcJavier Jardón2010-05-031-53/+0
* Plug a pixmap leakMatthias Clasen2010-01-111-0/+1
* [gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-1/+3
* Ensure gc clip region valid in _gdk_gc_update_contextAlexander Larsson2009-09-041-0/+2
* Fix order of cairo clip setting when drawing textAlexander Larsson2009-08-311-3/+4
* Fix clipping issue with clip masksAlexander Larsson2009-08-251-4/+18
* Optimize clip-to-window with clipmask case when fully visible or obscuredAlexander Larsson2009-07-071-17/+42
* Add _gdk_gc_get_clip_maskAlexander Larsson2009-07-071-0/+18
* Remove old obsolete commentAlexander Larsson2009-06-241-1/+0
* Add _gdk_gc_get_exposuresAlexander Larsson2009-05-271-6/+22
* Track clip_mask in GdkGC. Fix gdk_gc_add_drawable_clip to handle clip masksAlexander Larsson2009-04-021-13/+82
* Move _gdk_gc_remove_drawable_clip from after each time its set to before each...Alexander Larsson2009-04-021-1/+12
* Move drawable clip tracking into GdkGCAlexander Larsson2009-04-021-24/+67
* Move clip offsetting into _gdk_gc_intersect_clip_regionAlexander Larsson2009-04-021-1/+9
* Initial client-side-windows workAlexander Larsson2009-04-021-7/+62
* 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/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-12/+16
* CleanupsMatthias Clasen2006-10-081-1/+0
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Obtain the background color from the gc when it is needed. (#331820)Matthias Clasen2006-02-201-6/+2
* Add a gc_changed argument, and avoid setting the clip region if the gc hasMatthias Clasen2006-02-201-1/+8
* Correct a warning. (#326341, Benoît Carpentier)Matthias Clasen2006-01-101-1/+1
* Unref tile and stipple when finalizing a gc. (#320789, Nickolay V.Matthias Clasen2005-11-081-0/+4
* Fix cairo_content_t <-> cairo_format_t confusion. (#310086, CarlosMatthias Clasen2005-07-121-1/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-12/+4
* Get the foreground color, not the background color.Owen Taylor2005-05-071-1/+1
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-071-4/+3
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-49/+573
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Doc updates.Matthias Clasen2004-06-221-2/+178
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+8
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-6/+6
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-1/+2
* Only set gc->colormap if it isn't already set. (Alex Larsson, #90632)Owen Taylor2002-09-061-3/+9
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-2/+0
* Deprecate.Matthias Clasen2001-11-301-0/+16
* gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,Matthias Clasen2001-08-091-1/+1
* Add a function gdk_window_get_internal_paint_info(), so that using XOwen Taylor2001-07-181-0/+33
* add --deprecated-guardsHavoc Pennington2001-02-201-0/+13
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-1/+1
* Ignore calls with <= width or height.Owen Taylor2000-07-031-2/+2
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-1/+154
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-70/+58
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-5/+38