summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move transfer functions to 16 bits.dev-robinRobin Watts2019-04-275-122/+177
* Fix named color blendingMichael Vrhel2019-04-261-14/+10
* Bug 700973: CIDFont substitution: avoid multiply applying metricsChris Liddell2019-04-261-5/+19
* pdfwrite - handle user-defined PCL fonts with character codes > 256Ken Sharp2019-04-252-27/+3
* Fix two issues in replace color management.Michael Vrhel2019-04-241-14/+3
* Avoid double free in replace color management codeMichael Vrhel2019-04-241-1/+3
* Use space in calls to gs_strtokMichael Vrhel2019-04-241-7/+7
* Fix several warnings and issues from last commit.Michael Vrhel2019-04-243-11/+5
* Fix typo in 16bit code in gxblend.cRobin Watts2019-04-241-1/+1
* Add support for named color when going to separation devicen_icc_cmykMichael Vrhel2019-04-236-90/+257
* Deep color transparencyRobin Watts2019-04-2315-706/+4568
* Hack bmpcmp to accept 16bpc PSD files.Robin Watts2019-04-221-44/+114
* Fix some structure element name confusion in base/sjbig2_luratech.cChris Liddell2019-04-191-4/+6
* Bug 700624: Fix "full" pattern fills with gaps between cells.Robin Watts2019-04-181-2/+21
* Bug 700986: Remove the crazy md5 file copying nonsenseChris Liddell2019-04-186-154/+5
* Bug #700984 "BMC pdfmark: BMC keyword missing from content stream (patch incl...Alexander Grahn2019-04-181-1/+1
* Fix commit d89bae568d5015144e5d68fea8221543111e119eKen Sharp2019-04-181-1/+2
* PDF interpreter - change detection of CFF CIDFont typesKen Sharp2019-04-171-8/+29
* Documentation - describe the ink_cov deviceKen Sharp2019-04-161-9/+28
* PDF interpreter - synthesise appearance for text Widget comb fieldsKen Sharp2019-04-151-1/+40
* Bug 700968: Fix TTF Format 4 (segmented) cmap parsingChris Liddell2019-04-121-8/+11
* Change s_jbig2decode_release() to free the global context in some casesNancy Durgin2019-04-112-4/+32
* Change s_jbig2decode_set_global_data to take a separate pointer for global_ctxNancy Durgin2019-04-115-10/+10
* Bug 700952: re-introduce over/underflow workaroundChris Liddell2019-04-111-6/+27
* Update the copyright string.Chris Liddell2019-04-111-1/+1
* Detect system jbig2dec library using pkg-config if available.Sebastian Rasmussen2019-04-101-3/+22
* jbig2dec: Improve jbig2dec-specific gitignore.Sebastian Rasmussen2019-04-101-3/+37
* jbig2dec: Add pkg-config file and allow for it to be installed.Sebastian Rasmussen2019-04-103-1/+15
* jbig2dec: Check that header version matches library version.Sebastian Rasmussen2019-04-102-3/+18
* jbig2dec: Expose version number in header.Sebastian Rasmussen2019-04-105-13/+10
* jbig2dec: Add empty m4 directory to silence libtool warning.Sebastian Rasmussen2019-04-101-0/+2
* jbig2dec: Silence automake warning about setting CFLAGS directly.Sebastian Rasmussen2019-04-101-1/+1
* jbig2dec: Silence automake warning about ar use.Sebastian Rasmussen2019-04-101-0/+1
* jbig2dec: Fix bug where realloc returns NULL.Sebastian Rasmussen2019-04-101-2/+5
* jbig2: Avoid integer overflow in custom allocator.Sebastian Rasmussen2019-04-101-0/+5
* jbig2: Print messages from jbig2dec, do not just count them.Sebastian Rasmussen2019-04-101-0/+5
* Fix crash reported by customer #531 with multi-threaded rendering.Ray Johnston2019-04-052-3/+8
* Bring master up to date with 9.27 release branchChris Liddell2019-04-0443-73/+11339
* Update jbig2dec stuff for 0.16 releaseChris Liddell2019-04-044-4/+4
* Fix problems with "typedef struct foo_s foo;" redefinitions.Robin Watts2019-04-0312-32/+10
* Fix PDFX_def.psKen Sharp2019-04-031-5/+0
* pdfwrite - change the example PDF/A and PDF/X scriptsKen Sharp2019-04-022-29/+129
* Fix another typo.Ken Sharp2019-04-021-1/+1
* PS interpreter - prevent user code overriding some commad line switchesKen Sharp2019-04-011-13/+13
* tiffsep devices - add TIFFDateTime to get_paramsKen Sharp2019-04-011-0/+2
* Tiff devices - Honour the TIFFDateTime parameterKen Sharp2019-04-012-0/+8
* pdfwrite - completely remove the old colour managementKen Sharp2019-04-015-63/+42
* Documentation changesKen Sharp2019-04-012-3/+3
* Fix Downscaler ETS brokenness.Robin Watts2019-03-291-1/+1
* Revise gs.c to use the gsapi API.Chris Liddell2019-03-281-14/+14