summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* pdfwrite - drop UTF16-BE DOCINFO strings when creating PDF/A-1Ken Sharp2018-06-011-0/+29
* txtwrite - Increment character index in text enumeratorKen Sharp2018-05-301-0/+1
* Fix conversion from PDF time to XMP time for pdfwriteKen Sharp2018-05-221-4/+4
* Prevent use of CID 0 in a PDF/A output file.Ken Sharp2018-05-221-0/+23
* Bug 699214 (related): make text and show enums the sameChris Liddell2018-04-192-2/+0
* pdfwrite - Guard against trying to output an infinite numberKen Sharp2018-04-181-1/+6
* Fix warning on exit with ref_count > 0 due to pclxl image handling.Ray Johnston2018-04-151-0/+2
* Address some compiler warnings adding castsChris Liddell2018-03-261-9/+12
* Fix a couple of unused variable warningsChris Liddell2018-03-261-2/+0
* Coverity ID 26487 - remove duplicate branchKen Sharp2018-03-201-7/+2
* pdfwrite - ensure correct ICC profile version being written outKen Sharp2018-03-192-5/+32
* pdfwrite - remove special case for GS_UNDEFINED ICC profile colour spaceKen Sharp2018-03-191-5/+1
* pdfimage devices - fix up some minor problemsKen Sharp2018-03-151-23/+5
* pdfwrite - correct a function nameKen Sharp2018-03-131-2/+2
* Squash a benign compiler warningKen Sharp2018-03-131-1/+1
* pdfwrite - don't write device spaces for masks representing glyphsKen Sharp2018-03-131-3/+5
* pdfwrite - reject inappropriate ICC profilesKen Sharp2018-03-131-2/+32
* pdfwrite - avoid use of /.notdef when converting PCL fonts to type 3Ken Sharp2018-03-121-1/+6
* txtwrite - guard against infinite loopKen Sharp2018-02-281-1/+1
* txtwrite - better dynamic resizingKen Sharp2018-02-281-2/+11
* txtwrite - slacken a restriction on minimum width selectionKen Sharp2018-02-281-1/+1
* pdfwrite - gracefully handle inappropriate PDFA command lineKen Sharp2018-02-231-127/+10
* Squash a couple of build warningsKen Sharp2018-02-182-3/+5
* pdfwrite - remove dead codeKen Sharp2018-02-151-43/+21
* Yet more scanbuild warningsKen Sharp2018-02-071-1/+1
* Tweak scale parameters in structure.Robin Watts2018-02-061-1/+1
* Coverity ID #261211 - unchecked return valueKen Sharp2018-02-051-1/+4
* txtwrite - honour error conditionsKen Sharp2018-02-051-0/+4
* Clean up another scanbuild warningKen Sharp2018-02-051-1/+0
* Fix another scanbuild warningKen Sharp2018-02-051-0/+2
* Remove an unused function, clear a scanbuild warningKen Sharp2018-02-051-10/+1
* Prevent potential garbage pointer dereferenceKen Sharp2018-02-051-1/+1
* Remove faulty code picked up by scanbuildKen Sharp2018-02-051-6/+1
* remove a scanbuild warningKen Sharp2018-02-051-1/+1
* Address warning in gdevbit.cChris Liddell2018-02-021-39/+48
* Remove the Mitsubishi CP50 colour dot matrix printer deviceKen Sharp2018-02-022-236/+0
* Squash some more warningsKen Sharp2018-01-317-5/+24
* squash GCC warningsKen Sharp2018-01-313-3/+3
* Update copyright notice with new head office address.Ken Sharp2018-01-30190-571/+571
* pdfwrite - remove a global from gdevpdtt.cKen Sharp2018-01-293-10/+5
* pdfwrite - ensure we have a substream Resource dictionary before using itKen Sharp2018-01-241-0/+5
* pdfwrite - take advantage of GSUB table glyph substitution enhancementKen Sharp2018-01-234-5/+46
* Feature - JPEG Pass throughKen Sharp2018-01-227-3/+101
* Fix (some) missing dependenciesRay Johnston2018-01-171-5/+5
* pdfwrite - Fix the detection of type 3 descendants in composite fontsKen Sharp2018-01-151-2/+5
* Switch to lcms2 Artifex version for CMMMichael Vrhel2018-01-123-21/+21
* pdfwrite - drop unusable Matte from SMask when doing colour conversionKen Sharp2017-12-191-7/+42
* pdfimage - eliminate a compiler warningKen Sharp2017-12-191-1/+1
* pdfimage - support the '%d' output format specifierKen Sharp2017-12-181-216/+206
* pdfimage - change the way files are closedKen Sharp2017-12-181-8/+4