summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-05 19:18:08 (GMT)
committerhobbs <hobbs>2007-12-05 19:18:08 (GMT)
commita05cae50c0a6c2f7e000833763210c1835d9d127 (patch)
treed6987c498f41a1e9e755b3e5031da0856ec5decb /ChangeLog
parent1fc7c9b35eee3280cb516dcd7b12d876948e94fe (diff)
downloadtk-a05cae50c0a6c2f7e000833763210c1835d9d127.zip
tk-a05cae50c0a6c2f7e000833763210c1835d9d127.tar.gz
tk-a05cae50c0a6c2f7e000833763210c1835d9d127.tar.bz2
* win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)
* win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ee7c7a4..8953f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-05 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)
+ * win/tkWinX.c: and simplify WNDCLASS to one style.
+ * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow
+ change only and set WS_EX_LAYERED as sticky (once set on a window,
+ do not remove it) to reduce alpha transition flicker.
+
+ * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.
+
2007-11-26 Kevin Kenny <kennykb@acm.org>
Backport from HEAD of [Bug #1822391]:
@@ -8,7 +18,6 @@
* tests/imgPPM.test (imgPPM-4.1): Added test case that
exercises [Bug #1822391].
-
2007-11-09 Daniel Steffen <das@users.sourceforge.net>
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09: