summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-09-11 19:03:26 (GMT)
committerdkf <dkf@noemail.net>2012-09-11 19:03:26 (GMT)
commit6118e6e55c05d391aa338c59c6bfcb4d4822bbfc (patch)
treef110106ee285d4e6c08e38174d09e2aeabd0610a /ChangeLog
parent150ae9414739522377aeae9adc55d0c661576986 (diff)
parentcbd752bac99c77684412fae9adbbd1412636f549 (diff)
downloadtk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.zip
tk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.tar.gz
tk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.tar.bz2
[Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in
reused GCs. FossilOrigin-Name: dda82bdcc182f221322b5e5ba21dd54fc4158e5d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84ceccb..6f25d61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/ttk/ttkEntry.c (EntryDisplay): [Bug 3566594]: Must manually
+ * generic/ttk/ttkLabel.c (TextDraw): reset the clip region of GCs
+ when not using the Xft font renderer (well, especially on classic X11)
+ because the GC sharing code doesn't take into account clip handling.
+ Thanks to Christian Nassau for identifying the problem.
+
2012-09-07 Donal K. Fellows <dkf@users.sf.net>
* generic/tkCanvPs.c (TkCanvPostscriptCmd): [Bug 3565533]: Purge use