summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-04-13 18:25:44 (GMT)
committerericm <ericm>2000-04-13 18:25:44 (GMT)
commit7233c9b1c8ef6e343cb81fe1791ef276b1173b89 (patch)
treedd6b63c51174a060ef790649f9e0dfc2a9e74a7a /ChangeLog
parentd84476f76305040174e4b07a20a3012a9ace4b21 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1108f4e..771c150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.