From: Stephen Boyd <hidden> Date: 2016-06-15 22:46:25
These two patches set the git logo, three red minus signs and three green plus
signs below on a white background, as the window icon for gitk.
I found this first patch by Giuseppe posted to the mailing list a couple months
ago. I've simply added a 32x32 icon in the second patch so that window managers
can provide a slightly better looking icon when they need a bigger icon
(ALT-TAB for example).
This logo is different than the logo used by git-gui. Do we want to use that
logo instead?
Giuseppe Bilotta (1):
gitk: try to provide a window icon
Stephen Boyd (1):
gitk: provide a 32x32 window icon based on the git logo
gitk | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
From: Stephen Boyd <hidden> Date: 2016-06-15 22:46:25
From: Giuseppe Bilotta <redacted>
Try to set up a 16x16 Tk photo image (based on the git logo) and use it
as window icon. Wrap the code in a catch because it may fail in earlier
Tcl/Tk 8.4 releases that don't provide 'wm iconphoto'.
Signed-off-by: Giuseppe Bilotta <redacted>
Signed-off-by: Stephen Boyd <redacted>
---
gitk | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)