Commit Graph

3734 Commits

Author SHA1 Message Date
Hugo van Kemenade
3f2d47d661 Update CHANGES.rst [CI skip] 2015-06-17 12:27:42 +03:00
wiredfool
87d984acb5 Merge pull request #2 from radarhere/patch-1
Fixed various typos
2015-06-16 16:21:55 -07:00
Andrew Murray
d35ecbef84 Fixed various typos 2015-06-17 09:02:32 +10:00
wiredfool
2605f27bd3 Find all the function names 2015-06-16 14:08:10 -07:00
wiredfool
6046ef2221 dash [ci skip] 2015-06-16 13:45:45 -07:00
wiredfool
1086ba9e6e Function rename 2015-06-16 13:35:34 -07:00
wiredfool
02ca00d493 Merge branch 'winbuild' of github.com:wiredfool/Pillow into winbuild 2015-06-16 13:31:47 -07:00
wiredfool
f793cb74eb removed obsolete 2015-06-16 13:30:57 -07:00
wiredfool
159b01f54b fix imports 2015-06-16 13:29:41 -07:00
wiredfool
cedb226ef2 Style nits 2015-06-16 13:29:30 -07:00
wiredfool
2ff332e800 Update CHANGES.rst [ci skip] 2015-06-16 11:59:25 -07:00
wiredfool
d8c1add604 Merge pull request #1218 from radarhere/qt-compatibility
Adjusted ImageQt use of unicode() for 2/3 compatibility
2015-06-16 11:58:28 -07:00
wiredfool
9e3e5c1a31 Merge pull request #1266 from hugovk/badges2
Fix badges
2015-06-16 11:55:25 -07:00
wiredfool
9abedaab1d Merge pull request #1248 from radarhere/health
Further health fixes
2015-06-16 11:54:03 -07:00
wiredfool
e567267784 Merge pull request #1230 from hugovk/1229_xbm
Identify XBM file created with filename including underscore
2015-06-16 11:51:35 -07:00
wiredfool
7d9a617517 Merge pull request #1214 from hugovk/setup_classifiers
Add CPython/PyPy classifiers to setup.py
2015-06-16 11:50:17 -07:00
wiredfool
30631902d6 Merge pull request #1231 from radarhere/image_palette
Copy image when saving in GifImagePlugin
2015-06-16 11:49:41 -07:00
wiredfool
0877c9959f Merge pull request #1247 from radarhere/freetype
Removed support for FreeType 2.0
2015-06-16 11:46:04 -07:00
wiredfool
32a322cf3b Merge pull request #1254 from hugovk/skip_pyroma_test_on_pypy
Skip Pyroma test on PyPy
2015-06-16 11:45:25 -07:00
Andriy Sokolovskiy
fe18b039ca Register MIME type for BMP 2015-06-16 20:33:27 +03:00
wiredfool
9e0242226a Updated Readme -- working locally and on appveyor 2015-06-16 09:39:08 -07:00
wiredfool
61312d0a52 race condition in font.png, single thread master tests. Add return code, clarify output 2015-06-16 09:25:36 -07:00
wiredfool
ac50350f3d fix pythonpath for virtualenvs 2015-06-16 09:24:51 -07:00
Hugo van Kemenade
d708fd190b Update CHANGES.rst [CI skip] 2015-06-16 15:03:58 +03:00
Hugo van Kemenade
200ae2adb3 Merge pull request #1273 from radarhere/gif
Added background saving to GifImagePlugin
2015-06-16 15:03:25 +03:00
wiredfool
ccf9eb5628 testing obsolescence 2015-06-15 22:25:48 -07:00
wiredfool
13740da14f added appveyor.yml file instead of using online gui config 2015-06-15 17:56:24 -07:00
wiredfool
1bdb3653d0 delegate to env variable for x64 extension, is -x64 on appveyor, has been x64 elsewhere 2015-06-15 17:49:25 -07:00
wiredfool
87d5c8a506 added explanation 2015-06-12 10:17:04 -07:00
wiredfool
0347bcc91d Tests that faill on appveyor CI, but pass on a real machine 2015-06-12 09:56:12 -07:00
wiredfool
07eea7be52 updated freetype, working ft builds on vc2010 2015-06-11 20:35:21 -07:00
wiredfool
ee71e8a80e sigh 2015-06-11 13:40:46 -07:00
wiredfool
a69a47c042 refactoring for PYTHON environment 2015-06-11 13:11:26 -07:00
wiredfool
680310c7e2 use the PYTHON environment variable to choose the python 2015-06-11 10:55:42 -07:00
Andrew Murray
ecb1cef99b Added background color index saving to GifImagePlugin 2015-06-11 11:10:05 +10:00
wiredfool
49c100515b build libs based on the python environment variable for appveyor 2015-06-10 16:42:12 -07:00
wiredfool
ef1c9d171c removing missing file 2015-06-10 15:51:58 -07:00
wiredfool
2c28d5365a lets not do lcms either right now 2015-06-10 15:30:57 -07:00
wiredfool
8f3540b9f9 need to detect the right compiler 2015-06-10 15:19:21 -07:00
wiredfool
69f49a1b91 in-progress appveyor path 2015-06-10 15:05:29 -07:00
wiredfool
ca52d5630d relative path for cmake 2015-06-10 15:03:32 -07:00
wiredfool
b73a4dc5ff name change 2015-06-10 14:37:25 -07:00
wiredfool
8124851534 platforms for appveyor 2015-06-10 14:37:08 -07:00
wiredfool
2334d278d4 in-progress, 27x64 build, appveyor 2015-06-10 13:16:17 -07:00
wiredfool
fd55099ffc merge a year of master into winbuild 2015-06-10 12:49:07 -07:00
Hugo
67c75061d2 Update CHANGES.rst [CI skip] 2015-06-09 14:23:09 +03:00
Hugo
096e9fc89c Merge pull request #1269 from radarhere/gif
Removed interlace flag from GifImagePlugin getdata
2015-06-09 14:22:23 +03:00
Andrew Murray
42d1aabcc4 Removed interlace flag from GifImagePlugin getdata 2015-06-09 20:21:00 +10:00
hugovk
535ba680f1 Reinstate OS X badge [CI skip] 2015-06-08 16:12:28 +03:00
hugovk
02f84fddf4 Shields.io badges instead of broken pypip.in. PNG->SVG for consistency [CI skip] 2015-06-08 15:02:28 +03:00