diff options
author | ericm <ericm> | 2000-04-13 18:25:44 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-13 18:25:44 (GMT) |
commit | 7233c9b1c8ef6e343cb81fe1791ef276b1173b89 (patch) | |
tree | dd6b63c51174a060ef790649f9e0dfc2a9e74a7a /ChangeLog | |
parent | d84476f76305040174e4b07a20a3012a9ace4b21 (diff) | |
download | tk-7233c9b1c8ef6e343cb81fe1791ef276b1173b89.zip tk-7233c9b1c8ef6e343cb81fe1791ef276b1173b89.tar.gz tk-7233c9b1c8ef6e343cb81fe1791ef276b1173b89.tar.bz2 |
* win/tkWin3d.c:
* unix/tkUnix3d.c: Applied patch from [RFE: 2501]: adds more
sophisticated smarts to TkpGetShadows, so that the highlight of a
very bright color is actually distinguishable from the color, and
the shadow of a very dark color is similarly distinguishable from
the color.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-04-13 Eric Melski <ericm@scriptics.com> + * win/tkWin3d.c: + * unix/tkUnix3d.c: Applied patch from [RFE: 2501]: adds more + sophisticated smarts to TkpGetShadows, so that the highlight of a + very bright color is actually distinguishable from the color, and + the shadow of a very dark color is similarly distinguishable from + the color. + * generic/tkCanvas.c: Applied patch from [Bug: 4202]; adds a check for NULL tkwin in Tk_CanvasEventuallyRedraw. |