summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-19 01:45:41 (GMT)
committerhobbs <hobbs>2003-07-19 01:45:41 (GMT)
commitdecaef6f53952951464aa852d46a0ecadf00ca0d (patch)
treecf9585312faa5c99ca3a79026357440990ba4826 /ChangeLog
parent0a8e7328a8ae8606660f497e79afacab3b3456da (diff)
downloadtk-decaef6f53952951464aa852d46a0ecadf00ca0d.zip
tk-decaef6f53952951464aa852d46a0ecadf00ca0d.tar.gz
tk-decaef6f53952951464aa852d46a0ecadf00ca0d.tar.bz2
* unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call
that prevents overwidth lines as it requires a roundtrip call to the X server for every string drawn. Hard-code max width to 32768 until a beter solution to get max width is made.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 705f211..0155ac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call
+ that prevents overwidth lines as it requires a roundtrip call to
+ the X server for every string drawn. Hard-code max width to 32768
+ until a beter solution to get max width is made.
+
* library/panedwindow.tcl: use widget-specific Priv slots for
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.