Commit graph

8 commits

Author SHA1 Message Date
Fabian Greffrath
a28f58da05 Merge branch 'master' into sdl2-branch 2017-04-24 14:46:31 +02:00
Fabian Greffrath
429fa571c4 data/convert-icon: Support Pillow in addition to PIL 2017-04-24 10:27:26 +02:00
Simon Howard
076c8400e6 Fix alpha channel for icons.
Tweak the convert-icon script to include the alpha channel value
as well as RGB. Fix i_video and the setup code to set the icon
including the alpha channel.

While we're at it, replace the current PNG icons with 128x128 high
quality versions so that they look nice on retina display Macs.
2014-12-06 01:54:36 -05:00
Simon Howard
7684ddcfd8 Clean up file headers.
This change rewrites and simplifies the copyright headers at the top
of all source files:

 * Remove "Emacs style mode select" line; this line was included in
   the headers for the originally released source files and appears
   to be to set the file type for old versions of Emacs. I'm not sure
   entirely why it was required but I don't think it is any more.
 * Remove "You should have received a copy of..." text from copyright
   header. This refers to the old 59 Temple Place address where the
   FSF headquarters used to be located and is no longer correct.
   Rather than change to the new address, just remove the paragraph
   as it is superfluous anyway. This fixes #311.
 * Remove ---- separator lines so that the file headers are barer
   and more simplified.
2014-05-05 00:20:54 -04:00
Simon Howard
167d4df40b Update Python scripts to work in Python 3.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2162
2010-11-09 16:10:52 +00:00
Simon Howard
05ad516a0c "Python Image Library" -> "Python Imaging Library" (thanks exp(x)).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1130
2008-04-26 16:31:47 +00:00
Simon Howard
092e2c4f3c Rename some files to be package name independent.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1024
2008-01-25 17:37:48 +00:00
Simon Howard
2aa16d0ff3 Add icon for setup tool.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 777
2006-12-16 00:58:12 +00:00
Renamed from src/convert-icon (Browse further)