summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-04-30 14:46:35 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-04-30 14:46:35 (GMT)
commit8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f (patch)
tree1ad3ffe9bde781eee31e292f8004d61fb80af565 /ChangeLog
parent02c571dcf1eef45ba11f58cc29af6b9c592b4327 (diff)
downloadtk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.zip
tk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.tar.gz
tk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.tar.bz2
[Patch 2504402] Create icon bitmaps as device independent bitmaps.
This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c6758e..de738ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-30 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinWm.c: [Patch 2504402] Create icon bitmaps as device
+ independent bitmaps. This ensures the icon can be drawn properly
+ on various colour depth surfaces - in particular it fixes a
+ problem with remote desktop and looks better in the vista task
+ switching overlay. (cjmcdonald)
+
2009-04-30 Donal K. Fellows <dkf@users.sf.net>
* win/tkWinPixmap.c (Tk_GetPixmap): [Bug 2080533]: Added patch that