summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Fix two copy&paste errors.Tor Lillqvist1999-11-251-2/+2
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-211-1/+0
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-625/+98
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-27/+10
* StartedOwen Taylor1999-10-011-1/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-0/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-1/+1
* Applied gtk-pedersen-980727-0; added all logical operations toOwen Taylor1998-08-111-0/+108
* New function to wrap XSetDashes; modified gtkctree.c to use it.Stefan Jeske1998-05-051-0/+16
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Replace GXor by GXxor. Seems to have been a typo.Federico Mena Quintero1998-03-101-1/+1
* fix behavior of gtk_preview_put() with srcx/srcy != 0,Tim Janik1998-02-281-18/+39
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-4/+2
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-1/+5
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-6/+27
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-7/+21
* Small typo fixArturo Espinosa1997-12-301-1/+1
* New function, used to copy the values from one gc to another gc.Miguel de Icaza1997-12-301-0/+10
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-4/+6
* gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called withOwen Taylor1997-12-121-7/+12
* Ignore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_fontOwen Taylor1997-12-051-5/+8
* Initial revisionElliot Lee1997-11-241-0/+636