diff options
author | hobbs <hobbs> | 2003-07-19 01:45:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-19 01:45:41 (GMT) |
commit | decaef6f53952951464aa852d46a0ecadf00ca0d (patch) | |
tree | cf9585312faa5c99ca3a79026357440990ba4826 /ChangeLog | |
parent | 0a8e7328a8ae8606660f497e79afacab3b3456da (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |