diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-06 13:27:18 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-06 13:27:18 (GMT) |
commit | 007b6e6f8e4b7daa85154046f7ddfb2d706a031e (patch) | |
tree | 7809543d15d8f8d74ce300723b9118ed2431e2bf /ChangeLog | |
parent | 0399ee95b148f9a65e1556e18ffde0bfe8571f75 (diff) | |
download | tk-007b6e6f8e4b7daa85154046f7ddfb2d706a031e.zip tk-007b6e6f8e4b7daa85154046f7ddfb2d706a031e.tar.gz tk-007b6e6f8e4b7daa85154046f7ddfb2d706a031e.tar.bz2 |
Updated the Wish and Tk icons for Windows 7 support.
Vista and Windows 7 like to display larger icon sizes than previous versions although
we do not include the largest suggested size (256x256) as that prevents building with
msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-05-06 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/images/lamp.svg: Added an SVG version of the Tk lamp and + * library/images/lamp.png: a pre-rendered PNG version. + * win/rc/wish.ico: Wish gets a new icon using the SVG lamp and the + * win/rc/tk.ico: tk dll gets the tcl rendered feather. This + provides improved icons for Vista/Windows 7. + 2009-05-05 Donal K. Fellows <dkf@users.sf.net> * doc/MainWin.3 (Tk_GetNumMainWindows): [Bug 487220]: Clarified that |