Commit Graph

7086 Commits

Author SHA1 Message Date
wiredfool
659824773b
Merge pull request #2996 from timgraham/invalid-escape
Fix "invalid escape sequence" warning on Python 3.6+
2018-03-21 07:50:34 +00:00
Hugo
1328c537ad
Update CHANGES.rst 2018-03-19 11:28:32 +02:00
Hugo
f5968fdba3
Merge pull request #3005 from radarhere/icns_append
Allow append_images to set .icns scaled images
2018-03-19 11:26:30 +02:00
Andrew Murray
4a781d0013 Replaced MacOS with macOS 2018-03-19 19:38:17 +11:00
Andrew Murray
2123dd70fb Allow append_images to set .icns scaled images 2018-03-19 19:38:07 +11:00
Hugo
4247de3604
Merge pull request #3046 from radarhere/winbuild
Fix msys64/mingw32 build
2018-03-18 11:09:54 +02:00
Andrew Murray
c192c47b02 Fixed msys64 build 2018-03-17 19:04:14 +11:00
Hugo
6e1b658e2d
Merge pull request #2988 from hugovk/appveyor-deploy
Fix AppVeyor master builds for forks
2018-03-16 08:39:12 +02:00
Hugo
e901a5a3e1
Update CHANGES.rst 2018-03-13 11:31:20 +02:00
Hugo
ddc9e73b47
Merge pull request #2965 from vashek/master
Support appending to existing PDFs
2018-03-13 11:30:25 +02:00
Hugo
265a8b7d3e
Update CHANGES.rst 2018-03-12 22:10:29 +02:00
Hugo
caf3ec5b04
Merge pull request #3004 from radarhere/icns
Fix and improve efficient saving of ICNS on macOS
2018-03-12 22:09:42 +02:00
Andrew Murray
6af53a7303 Improved efficient saving by copying the saved image, instead of saving the same image twice 2018-03-11 22:14:49 +11:00
Andrew Murray
de80b8f36b Fixed efficient saving 2018-03-11 22:01:06 +11:00
Hugo
aef98ef102
Update CHANGES.rst 2018-03-10 19:22:29 +02:00
Hugo
c214ab1fe7
Merge pull request #3036 from radarhere/libimagequant
Update libimagequant to 2.11.10
2018-03-10 19:19:57 +02:00
Andrew Murray
968a6a7ac0 Updated libimagequant to 2.11.10 2018-03-11 00:05:46 +11:00
Hugo
b9f688301a
Merge pull request #3026 from radarhere/health
Health fixes
2018-03-10 08:56:53 +02:00
Hugo
b25e8f7769
Merge pull request #3035 from radarhere/typos
Fix typos
2018-03-10 08:52:36 +02:00
Andrew Murray
c7427ae7f6 Fixed typos [ci skip] 2018-03-10 14:48:01 +11:00
Andrew Murray
c13ccf13a1 Added missing whitespace 2018-03-06 19:53:07 +11:00
Andrew Murray
8116ee3738 Inline comment should start with '# ' 2018-03-04 21:36:34 +11:00
Andrew Murray
f22f1628eb At least two spaces before inline comment 2018-03-04 21:36:33 +11:00
Andrew Murray
2202196162 Flake8 blank line fixes 2018-03-04 21:36:33 +11:00
Andrew Murray
45352662bb Removed unused variable 2018-03-04 21:36:33 +11:00
Andrew Murray
6930d871eb Removed unused import 2018-03-04 21:36:33 +11:00
Hugo
262b6d15cc
Merge pull request #3027 from radarhere/url
Fixed URL
2018-03-04 12:34:29 +02:00
Andrew Murray
eef06b2124 Fixed URL [ci skip] 2018-03-04 21:23:07 +11:00
Dvořák Václav
928bea3002 issue #2959: enhance test, mainly to trigger Appveyor re-build 2018-03-04 00:01:14 +01:00
Dvořák Václav
24ecfe315a issue #2959: fix wrong Parent of pre-existing Page objects when appending 2018-03-03 23:32:47 +01:00
Dvořák Václav
113d67214c issue #2959: change asserts into raises 2018-03-03 21:08:20 +01:00
Hugo
9f71c1ec70
Merge pull request #3025 from radarhere/installation
Improved readability of Other Platforms table
2018-03-02 21:49:58 +02:00
Andrew Murray
d01a6c55aa Improved readability of Continuous Integration Targets table [ci skip] 2018-03-03 05:21:54 +11:00
Andrew Murray
a9dd5a9422 Improved readability of Other Platforms table [ci skip] 2018-03-03 04:30:24 +11:00
Hugo
497b8fd0f7 Only attempt deploy for python-pillow/Pillow 2018-02-27 13:27:26 +02:00
Hugo
4125947d09 No changes, except save with LF instead of CRLF 2018-02-27 13:26:32 +02:00
Hugo
1591c530bd
Update CHANGES.rst 2018-02-27 12:25:19 +02:00
Hugo
034617ffae
Merge pull request #3009 from thijstriemstra/patch-1
Enable pip cache in AppVeyor build
2018-02-27 12:08:06 +02:00
Hugo
4936b447f0
Merge pull request #2985 from Metallicow/trim-trailing-space
Trim trailing whitespace
2018-02-27 12:00:15 +02:00
Hugo
3e49f27865
Update CHANGES.rst 2018-02-27 11:56:34 +02:00
Hugo
5ba51eb7e0
Merge pull request #3000 from radarhere/imagedraw
Correct reference to Image.new method
2018-02-27 11:55:18 +02:00
Hugo
185f71313c
Merge pull request #3017 from radarhere/raqm
Update raqm to 0.5.0
2018-02-27 11:50:31 +02:00
Hugo
2a2c0fefec
Merge pull request #2997 from radarhere/libimagequant
Update libimagequant to 2.11.9
2018-02-27 11:38:50 +02:00
Hugo
d91f26486b
Merge pull request #2990 from radarhere/imagefilter
Rearrange ImageFilter classes into alphabetical order
2018-02-27 11:38:24 +02:00
Hugo
af4f501c8e
Merge pull request #2983 from radarhere/duplicate
Remove duplicate line
2018-02-27 11:37:12 +02:00
Hugo
d146f776e8
Merge pull request #3003 from radarhere/appveyor_pypy
Updated AppVeyor pypy version
2018-02-27 11:36:30 +02:00
Andrew Murray
2ffb41f8a2 Updated raqm to 0.5.0 2018-02-27 20:27:34 +11:00
Andrew Murray
4690652456 Updated pypy version 2018-02-27 20:01:22 +11:00
Andrew Murray
bc916e5e53 Fixed typos [ci skip] 2018-02-26 19:58:30 +11:00
Thijs Triemstra
fc7fdced74
enable pip cache in appveyor build 2018-02-20 04:13:29 +01:00