Commit Graph

4382 Commits

Author SHA1 Message Date
shamsa
62b473c584 Fix failure in test_imagefont.py 2016-02-16 12:06:37 +04:00
shamsa
2801c19510 Add complex text support.
This pull request adds support for languages that require complex text layout.

We are using the Raqm library, that wraps FriBidi (for bidirectional
text support) and HarfBuzz (for text shaping), and does proper BiDi and script
itemization:
https://github.com/HOST-Oman/libraqm

This should fix #1089.
2016-02-16 12:06:37 +04:00
Hugo
86c548a2b9 Merge pull request #1726 from radarhere/redirect
Updated redirected URLs
2016-02-11 10:42:57 +02:00
Andrew Murray
a7c7aa171d Updated redirected URLs 2016-02-11 18:51:36 +11:00
Hugo
70f95d0c80 Update CHANGES.rst [CI skip] 2016-02-10 16:22:27 +02:00
Hugo
367013f615 Merge pull request #1725 from radarhere/freetype
Updated freetype to 2.6.3
2016-02-10 16:20:48 +02:00
Andrew Murray
349c1654c3 Updated freetype to 2.6.3 2016-02-10 22:40:16 +11:00
Hugo
cfc195f15c Merge pull request #1723 from radarhere/show
Removed unused Tests files
2016-02-09 14:49:14 +02:00
Andrew Murray
779f7e129e Removed unused Tests files 2016-02-09 22:06:44 +11:00
Andrew Murray
ce3e59414c Fixed typo [ci skip] 2016-02-09 22:02:43 +11:00
wiredfool
fb2724e635 Merge pull request #1720 from radarhere/releasenotes
Release notes
2016-02-08 02:41:37 -08:00
wiredfool
6db407058e Changes & release notes 2016-02-06 22:48:33 +11:00
Hugo
207d80093c Merge pull request #1719 from python-pillow/radarhere-patch-1
Rearranged FtexImagePlugin in plugin list
2016-02-05 14:55:16 +02:00
Andrew Murray
0ed1e3d63c Rearranged FtexImagePlugin in plugin list 2016-02-05 22:10:48 +11:00
Eric Soroos
07a42363c4 change ifd entry to use uint following libtiff interface 2016-02-04 08:13:17 -08:00
Eric Soroos
717720b051 Fix for buffer overflow in TiffDecode.c CVE-2016-0740 2016-02-04 08:13:11 -08:00
wiredfool
893a40850c FLI overflow error fix and testcase CVE-2016-0775 2016-02-04 08:13:02 -08:00
wiredfool
c3cb690fed Updated CHANGES.rst [ci skip] 2016-02-04 08:09:14 -08:00
wiredfool
1723dc2d07 Merge pull request #1714 from wiredfool/resample-overflow
Overflow in resample.c, with tests
2016-02-04 07:52:59 -08:00
wiredfool
5ec7fd0ecb Merge pull request #1706 from wiredfool/pcd-segfault
PCD decoder overruns the shuffle buffer, Fixes #568
2016-02-04 07:52:11 -08:00
wiredfool
95a25a0d82 input parameter filtering 2016-02-04 07:19:54 -08:00
wiredfool
ff7962c3be test for #1711 2016-02-04 07:19:54 -08:00
Ned Williamson
4e0d9b0b97 fix integer overflow in Resample.c 2016-02-04 07:19:54 -08:00
Alex Clark
bdd86b72ae Merge pull request #1712 from python-pillow/reporting_security_vulnerabilities
How to report security vulnerabilites
2016-02-04 07:25:22 -05:00
wiredfool
c581d8abfb added __main__ clause 2016-02-04 04:24:47 -08:00
Hugo
e5202ead4f How to report security vulnerabilites
See https://github.com/python-pillow/Pillow/issues/1658

[CI skip]
2016-02-04 14:19:59 +02:00
wiredfool
c729a8adc6 Merge pull request #1709 from wiredfool/test-matrix
Updated test matrix
2016-02-02 08:04:42 -08:00
wiredfool
57991a5220 updated for recent tests re: #1640 2016-02-02 07:06:08 -08:00
wiredfool
291540fd1e Merge pull request #1705 from radarhere/testing
Updated El Capitan tested Pillow version
2016-02-02 06:06:10 -08:00
wiredfool
7b367dd037 Merge pull request #1704 from radarhere/formats
Added FTEX documentation to Image File Formats list
2016-02-02 06:05:35 -08:00
wiredfool
48e906db0d Merge pull request #1703 from radarhere/about
Added AppVeyor to the continuous integration description
2016-02-02 06:05:15 -08:00
wiredfool
ae453aa18b PCD decoder overruns the shuffle buffer, Fixes #568 2016-02-02 05:46:26 -08:00
Andrew Murray
eb134dff0c Updated El Capitan tested Pillow version [ci skip] 2016-02-03 00:08:09 +11:00
Andrew Murray
f9f2c20505 Added FTEX documentation to Image File Formats list [ci skip] 2016-02-03 00:02:46 +11:00
Andrew Murray
69b1d86146 Added AppVeyor to the continuous integration description [ci skip] 2016-02-02 23:46:23 +11:00
Andrew Murray
879edf75a1 Merge pull request #1702 from radarhere/readme
Corrected AppVeyor testing status documentation
2016-02-02 21:35:02 +11:00
Andrew Murray
a4384c9567 Corrected AppVeyor testing status documentation [ci skip] 2016-02-02 21:24:23 +11:00
Andrew Murray
0fc8d5d9ab Fixed typo [ci skip] 2016-02-02 20:49:03 +11:00
Andrew Murray
1203d1f98e Fixed typos [ci skip] 2016-02-02 20:47:02 +11:00
wiredfool
10677e17c5 Merge pull request #1696 from wiredfool/release-notes
In Progress release notes for api changes in 3.2
2016-02-02 01:43:37 -08:00
Hugo
abf264c546 Merge pull request #1701 from python-pillow/radarhere-patch-1
Updated redirected URL
2016-02-02 09:15:29 +02:00
Andrew Murray
06dba3486e Updated redirected URL 2016-02-02 11:29:32 +11:00
wiredfool
ba165e6603 Added FtexImagePlugin 2016-02-01 05:50:05 -08:00
wiredfool
756d8a606e Updated Changes.rst [ci skip] 2016-02-01 13:46:51 +00:00
wiredfool
fd4ed4ace2 Merge pull request #1699 from wiredfool/ftex
Rebased #1688
2016-02-01 05:45:39 -08:00
wiredfool
850f6dca06 added tests for ftex 2016-02-01 05:23:37 -08:00
Jerome Leclanche
58c59bbad0 Add a loader for the FTEX format from Independence War 2: Edge of Chaos 2016-02-01 05:23:37 -08:00
Hugo
83ac121f1c Merge pull request #1656 from wiredfool/manifest
Pruning manifest to those items we need
2016-02-01 14:00:48 +02:00
Hugo
976e731aa0 Merge pull request #1697 from wiredfool/depends
Additional dependency scripts
2016-02-01 13:59:35 +02:00
wiredfool
b431bbc272 Updated Changes.rst [ci skip] 2016-02-01 10:16:48 +00:00