summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-09-11 19:03:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-09-11 19:03:26 (GMT)
commit2a4e805e5ff66ad774106894fb21e014a8124794 (patch)
treef110106ee285d4e6c08e38174d09e2aeabd0610a /ChangeLog
parent54bef7534cc3a3321a7a8087ceb7073bf4ce096f (diff)
parent799666382d309825a9bd5d7205fd05662a742391 (diff)
downloadtk-2a4e805e5ff66ad774106894fb21e014a8124794.zip
tk-2a4e805e5ff66ad774106894fb21e014a8124794.tar.gz
tk-2a4e805e5ff66ad774106894fb21e014a8124794.tar.bz2
[Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in
reused GCs.
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