From 007b6e6f8e4b7daa85154046f7ddfb2d706a031e Mon Sep 17 00:00:00 2001 From: patthoyts Date: Wed, 6 May 2009 13:27:18 +0000 Subject: 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. --- ChangeLog | 8 ++++ library/images/lamp.png | Bin 0 -> 8203 bytes library/images/lamp.svg | 114 ++++++++++++++++++++++++++++++++++++++++++++++++ win/rc/tk.ico | Bin 1398 -> 45934 bytes win/rc/wish.ico | Bin 3630 -> 46878 bytes 5 files changed, 122 insertions(+) create mode 100644 library/images/lamp.png create mode 100644 library/images/lamp.svg diff --git a/ChangeLog b/ChangeLog index bdb9016..ab378c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-05-06 Pat Thoyts + + * 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 * doc/MainWin.3 (Tk_GetNumMainWindows): [Bug 487220]: Clarified that diff --git a/library/images/lamp.png b/library/images/lamp.png new file mode 100644 index 0000000..5445746 Binary files /dev/null and b/library/images/lamp.png differ diff --git a/library/images/lamp.svg b/library/images/lamp.svg new file mode 100644 index 0000000..aa34765 --- /dev/null +++ b/library/images/lamp.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + image/svg+xml + + Wish + + + + + + + + + + + + + + + + + + + + diff --git a/win/rc/tk.ico b/win/rc/tk.ico index 5fdb9a7..6800dc2 100644 Binary files a/win/rc/tk.ico and b/win/rc/tk.ico differ diff --git a/win/rc/wish.ico b/win/rc/wish.ico index 1825751..05cad66 100644 Binary files a/win/rc/wish.ico and b/win/rc/wish.ico differ -- cgit v0.12