diff options
author | vincentdarley <vincentdarley> | 2003-12-05 17:19:05 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-05 17:19:05 (GMT) |
commit | 95095f33c96ee93d276125f68a368155248c82f3 (patch) | |
tree | ac9a2a3935c2cc5f36e24d0fef108c0e5bb6addc /ChangeLog | |
parent | 2c4c5f606e4132d559e71e467cd803df38080b32 (diff) | |
download | tk-95095f33c96ee93d276125f68a368155248c82f3.zip tk-95095f33c96ee93d276125f68a368155248c82f3.tar.gz tk-95095f33c96ee93d276125f68a368155248c82f3.tar.bz2 |
performance of lines containing 10000+ characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-12-05 Vince Darley <vincentdarley@users.sourceforge.net> + + * tests/text.test: + * generic/tkText.c: after debate on sf, allow decreasing tab-stops, + hence removing any potential backwards incompatibility, even for + buggy code. Added new test. [Bug 852949] + + * generic/tkText.h: + * generic/tkTextDisp.c: + * generic/tkTextTag.c: fix to performance problems in the text + widget when inserting lines which wrap thousands of times + [Bug 853003]. Note that the text widget must now perform additional + calculations (pixel heights) compared to Tk <= 8.4, and so some + actions will be slower, be necessity. + 2003-12-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> * win/tkWinFont.c (Tk_MeasureChars): Fix indentation. Fix memory |