Commit Graph

3754 Commits

Author SHA1 Message Date
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
Andrew Murray
1111e9fb35 Fixed frame position when seeking past the end of file 2015-06-19 00:49:18 +10:00
Andrew Murray
b7335ec9d9 Added multiline tests 2015-06-18 17:51:33 +10:00
Andrew Murray
9546fac7ec Added multiline documentation 2015-06-18 13:22:04 +10:00
Andrew Murray
77169b2fdb Moved multiline split character to common functions 2015-06-18 13:21:39 +10:00
Alexander Schier
d626679c23 added support for multiline text drawing 2015-06-18 13:07:00 +10:00
Andrew Murray
fa1c4bffaf Do not attempt to subclass QImage if Qt is not installed 2015-06-18 11:21:14 +10:00
Andrew Murray
b318595666 Re-added ImageQt class 2015-06-18 11:21:14 +10:00
Roman Inflianskas
854d343aa5 add functions to convert: Image <-> QImage; Image <-> QPixmap (see #897); fix typo that breaks tests 2015-06-18 11:21:14 +10:00
Roman Inflianskas
2d706d74dc add functions to convert: Image <-> QImage; Image <-> QPixmap (see #897) 2015-06-18 11:21:14 +10: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
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