summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.c
Commit message (Collapse)AuthorAgeFilesLines
* fix behavior of gtk_preview_put() with srcx/srcy != 0,Tim Janik1998-02-281-18/+39
| | | | | | | | | | | Sat Feb 28 15:18:36 1998 Tim Janik <timj@gimp.org> * gtk/gtkpreview.c: fix behavior of gtk_preview_put() with srcx/srcy != 0, gtk-shige-980127-0.patch.gz by AOSASA Shigeru <aozasa@sakuranet.or.jp>. * gdk: applied gtk-roebling-980121-0.patch.gz, patch for region support in Gdk, by Robert Roebling <roebling@ruf.uni-freiburg.de>.
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-4/+2
| | | | | | | | | | | Sat Feb 7 11:33:08 1998 Owen Taylor <owt1@cornell.edu> * gdk/gdkgc.c (gdk_gc_copy): use a mask of 0xffffffff instead of 0xffff, since there are 22 flags currently defined. (From: Jon Trowbridge <trow@emccta.com>) Changed to something better. ~((~1) << GCLastBit) (From: from Daniel Stephens <daniel@cheeseplant.org>)
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-1/+5
| | | | | | | | Sat Feb 7 11:33:08 1998 Owen Taylor <owt1@cornell.edu> * gdk/gdkgc.c (gdk_gc_copy): use a mask of 0xffffffff instead of 0xffff, since there are 22 flags currently defined. (From: Jon Trowbridge <trow@emccta.com>)
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-6/+27
| | | | | still some gnits left, but keep working on it ;) -timj
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-7/+21
| | | | | | | | | | | | | | | Mon Jan 26 02:15:29 1998 Tim Janik <timj@gimp.org> * gdk/gdkdraw.c: * gdk/gdkgc.c: * gdk/gdkimage.c: * gdk/gdkinput.c: * gdk/gdkpixmap.c: * gdk/gdkproperty.c: * gdk/gdkselection.c: * gdk/gdkwindow.c: added a bunch of checks for window != NULL and private->destroyed. (don't trust this cvs commit message, i didn't modify that many files!)
* 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
| | | | | | | Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx> * gdk/gdkgc.c (gdk_gc_copy): New function, used to copy the values from one gc to another gc.
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-4/+6
| | | | -owt
* gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called withOwen Taylor1997-12-121-7/+12
| | | | | | | | | | rectangle = NULL, remove clip mask, instead of segfaulting. gtk/gtknotebook.c: Set clip mask before redrawing, so that we don't overwrite things outside of exposed areas when drawing the shadows. (Based on a patch from Lars Hamann <hamann@braunschweig.netsurf.de> and Stefan Jeske) -owt
* Ignore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_fontOwen Taylor1997-12-051-5/+8
| | | | | is completely useless now...) -owt
* Initial revisionElliot Lee1997-11-241-0/+636