summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-10-24 23:51:32 (GMT)
committerericm <ericm>2000-10-24 23:51:32 (GMT)
commitcbe4193da475122d9dca8bfa030decadea66242c (patch)
treea1351ab32999ccdd7a0d7b478e6997177154c15f /ChangeLog
parent4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05 (diff)
downloadtk-cbe4193da475122d9dca8bfa030decadea66242c.zip
tk-cbe4193da475122d9dca8bfa030decadea66242c.tar.gz
tk-cbe4193da475122d9dca8bfa030decadea66242c.tar.bz2
* win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],
which corrects rendering of 1-pixel wide stippled lines on Windows. * generic/tkCanvLine.c (DisplayLine): Applied patch from [Bug: 6368], corrects bugs relating to use of active- and disabledwidth values for displaying lines (disabledwidth was never used, and activewidth/disablewidths would only possibly be used when greater than default width, rather than when simply not equal to default width).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 407cb93..211396a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2000-10-18 Eric Melski <ericm@ajubasolutions.com>
+ * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],
+ which corrects rendering of 1-pixel wide stippled lines on Windows.
+
+ * generic/tkCanvLine.c (DisplayLine): Applied patch from
+ [Bug: 6368], corrects bugs relating to use of active- and
+ disabledwidth values for displaying lines (disabledwidth was never
+ used, and activewidth/disablewidths would only possibly be used
+ when greater than default width, rather than when simply not equal
+ to default width).
+
* library/tkfbox.tcl (OkCmd): Applied patch from [Bug: 6365],
which adds safety for directory names containing spaces or which
are non-lists.