summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkgc-x11.c
Commit message (Expand)AuthorAgeFilesLines
* API: remove GdkGCBenjamin Otte2010-08-101-697/+0
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-2/+2
* Implement GdkRegion in terms of cairo_region_tBenjamin Otte2010-06-291-1/+0
* [GdkGC] Remove deprecated GdkFont from GdkGCValues structureJavier Jardón2010-06-281-7/+0
* Initial client-side-windows workAlexander Larsson2009-04-021-3/+7
* 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-2/+2
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-35/+9
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-228/+19
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-369/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Make sure we always return a value. Return None in the fallthrough case.Manish Singh2004-12-021-0/+2
* A little bit of microoptimization of repeated GDK_GC_XDISPLAY()/XGC().Owen Taylor2004-11-301-4/+6
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-5/+305
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Doc updates.Matthias Clasen2004-06-221-0/+26
* Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.Soeren Sandmann2004-02-171-17/+49
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-5/+0
* Keep track of when we have a clip mask set for the GC, and when we unsetOwen Taylor2003-06-041-7/+33
* Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.)Owen Taylor2003-05-141-2/+0
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-2/+2
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-1/+32
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-11/+32
* Check for RENDER before trying to use it... XRenderFindFormat() printsOwen Taylor2002-01-091-0/+3
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-2/+6
* Fix misplaced HAVE_XFT.Owen Taylor2001-11-061-1/+1
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-051-8/+94
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-2/+25
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-14/+12
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-1/+19
* Properly handle gc->clip_region == NULL>Owen Taylor2000-12-011-1/+4
* had a test backwardHavoc Pennington2000-11-021-0/+26
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Re-enable the "find" dialogHavoc Pennington2000-10-241-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+1
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-0/+28
* When actually returning expose events, make sure to set the count fieldOwen Taylor2000-07-011-20/+6
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-83/+136
* *** empty log message ***Elliot Lee2000-06-201-0/+6
* We need to treat initial creation different from setting with regards toOwen Taylor2000-06-051-8/+15
* Fix screwy indentation.Owen Taylor2000-04-051-2/+2
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-23/+129
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-0/+505