Commit Graph

3569 Commits

Author SHA1 Message Date
Andrew Murray
8dc8a1235e Added Python 3 support to gifmaker script 2015-06-20 23:52:39 +10:00
Andrew Murray
6d7eb53b52 Changed gifmaker script to use ImageSequence Iterator 2015-06-20 23:52:02 +10:00
Hugo van Kemenade
40ae907342 Merge pull request #1290 from wiredfool/winbuild3
Winbuild updates
2015-06-20 07:36:22 +03:00
wiredfool
4aa925d749 tcl support 2015-06-19 16:27:42 -07:00
wiredfool
5f143a73a3 lcms2 for everything but VC2008/64 2015-06-19 15:36:59 -07:00
wiredfool
354eea0935 Update CHANGES.rst [ci skip] 2015-06-19 09:59:06 -07:00
wiredfool
f0ac7f6584 Merge pull request #1288 from radarhere/tk
Removed support for Tk versions earlier than 8.4
2015-06-19 09:57:06 -07:00
Hugo van Kemenade
081839f0f9 Merge pull request #1289 from wiredfool/winbuild2
Windows build tweaks
2015-06-19 12:47:40 +03:00
Andrew Murray
68ca91f32c Removed support for Tk versions earlier than 8.4 2015-06-19 19:24:21 +10:00
wiredfool
a789c58bf3 working webp build for both x86 and x64 2015-06-18 22:44:33 -07:00
wiredfool
54d159bd42 multiprocess build creates race conditions in temp build directories 2015-06-18 22:44:18 -07:00
wiredfool
495d89b22a Merge pull request #1284 from hugovk/winbadge
Add Windows build badge and clarify others
2015-06-18 22:42:16 -07:00
Hugo van Kemenade
aa35b3623d Update Windows badge [CI skip]
Point to `pillow-b17vj` (https://ci.appveyor.com/project/wiredfool/pillow-b17vj/history), since that's org's python-pillow/pillow repo, not the wiredfool/pillow personal repo. 

Also, master is available now.
2015-06-19 07:40:23 +03:00
wiredfool
f1f6835170 Merge pull request #1287 from radarhere/winbuild_python
Updated windbuild to python 3.4.3
2015-06-18 21:03:11 -07:00
wiredfool
2156fdc419 Merge pull request #1286 from radarhere/config
Updated winbuild config
2015-06-18 21:00:46 -07:00
wiredfool
9e4708089a Merge pull request #1285 from radarhere/patch-1
Fixed typo
2015-06-18 20:56:09 -07:00
Andrew Murray
c634b47577 Updated winbuild Python version to 3.4.3 2015-06-19 13:23:23 +10:00
Andrew Murray
4a82429708 Updated libwebp and lcms2 versions 2015-06-19 11:26:34 +10:00
Andrew Murray
c870ee3d62 Removed alternate mirror 2015-06-19 11:25:52 +10:00
Andrew Murray
b502645350 Removed unnecessary comments 2015-06-19 11:13:26 +10:00
Andrew Murray
be5c97e501 Fixed typo 2015-06-19 10:47:47 +10:00
wiredfool
13f828c47e Merge pull request #1283 from hugovk/win_build_all_branches
Windows: build all branches
2015-06-18 15:40:57 -07:00
Hugo van Kemenade
bb30dac4ee Clarify build badges [Ci skip]
Three "build: passing" badges in a row looks a bit odd.

AppVeyor allows you to customise the right-hand side text (http://www.appveyor.com/docs/status-badges), but Travis CI doesn't.

But Shields.io allows you to override the default left-hand-side text (which makes more sense) and supports both Travis CI and AppVeyor.

TODO: update Windows branch to master when available.
2015-06-18 22:23:55 +03:00
Hugo van Kemenade
64830c8d0a Fix alt text [CI skip] 2015-06-18 22:05:15 +03:00
Hugo van Kemenade
731363d76a Add AppVeyor badge [CI skip]
Docs: http://www.appveyor.com/docs/status-badges

TODO Change to master branch when available.
2015-06-18 22:02:22 +03:00
Hugo van Kemenade
d861269a62 Build all branches
> All branches are built by default. 
http://www.appveyor.com/docs/branches
2015-06-18 21:38:26 +03:00
wiredfool
a92d737177 Merge pull request #1278 from wiredfool/winbuild
Windows Build/CI
2015-06-18 09:03:38 -07:00
wiredfool
a09da242fd Updated Changes.rst [ci skip] 2015-06-17 18:19:30 -07:00
wiredfool
d2e54d7973 Merge pull request #1255 from radarhere/polygon
Fixed polygon edge drawing
2015-06-17 18:18:36 -07:00
wiredfool
93a6f0ebcb Update CHANGES.rst 2015-06-17 17:58:07 -07:00
wiredfool
82e180fc15 Merge pull request #1267 from radarhere/accept
Check prefix length in _accept methods
2015-06-17 17:57:01 -07:00
Andrew Murray
1ee1860b52 Added test for invalid image 2015-06-18 10:12:20 +10:00
Andrew Murray
4c02ae4061 Fixed _binary handling in _accept methods 2015-06-18 10:12:12 +10:00
wiredfool
1f9f9cc206 Merge pull request #1170 from homm/fix-docs
Fix JPEG image format docs
2015-06-17 12:29:43 -07:00
Hugo van Kemenade
c52616464a Merge pull request #1277 from coldmind/bmp_mime
Register MIME type for BMP
2015-06-17 12:46:30 +03:00
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