Commit Graph

5 Commits

Author SHA1 Message Date
dmdmdm 949c20abdf Compress PNGs (second attempt) 2020-05-21 21:45:04 +01:00
John Maguire 5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
David Sansome 40881065d4 Use Carlos' icon 2010-06-02 17:50:53 +00:00
John Maguire 7c4beddbe6 Make the large icons square. 2010-04-23 13:30:18 +00:00
John Maguire ff06207732 OS X dock icon updates to show current status.
Somewhat less (but still quite) hacky system tray code.
2010-04-19 20:59:05 +00:00