summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.c
Commit message (Expand)AuthorAgeFilesLines
* 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