summaryrefslogtreecommitdiff
path: root/devices/vector/gdevpdfm.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* pdfwrite - silence a compiler warningKen Sharp2022-11-151-6/+6
* pdfwrite - fix string resizing in pdfmarks.Ken Sharp2022-11-151-2/+4
* Move devices from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-5/+5
* Fix const vs non-const warning.Robin Watts2021-12-161-1/+1
* pdfwrite - support DP and MP pdfmarksKen Sharp2021-10-301-2/+98
* pdfwrite - PDF/A - permit non-XMP entries in Docinfo to contain escapesKen Sharp2021-08-181-1/+26
* pdfwrite - strip trailing NULL from 'special' pdfmark namesKen Sharp2021-08-181-0/+2
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* pdfwrite - further checks on Title for PDF/AKen Sharp2021-02-071-4/+20
* pdfwrite - fix another memory leak on an error pathKen Sharp2020-12-101-4/+12
* pdfwrite - fix memory leak on error pathKen Sharp2020-12-081-2/+6
* pdfwrite - fix memory leak when converting names into referencesKen Sharp2020-12-071-7/+44
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* pdfwrite - don't honour /Producer key in DOCINFO pdfmarkKen Sharp2019-09-301-53/+7
* Bug 701563: pdfwrite annotation pdfmark /Border keyChris Liddell2019-09-161-42/+4
* Bug #700984 "BMC pdfmark: BMC keyword missing from content stream (patch incl...Alexander Grahn2019-04-181-1/+1
* Initialise another variabel to silence valgrindKen Sharp2019-03-181-1/+1
* pdfwrite - don't write an incomplete Outline entryKen Sharp2019-03-181-0/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* pdfwrite - permit Mod and CreDate pdfmarks in PDF 2.0Ken Sharp2018-09-231-3/+5
* pdfwrite - drop UTF16-BE DOCINFO strings when creating PDF/A-1Ken Sharp2018-06-011-0/+29
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* pdfwrite - Fix typo in on=-page checks for annotations with PDF/XKen Sharp2017-11-201-1/+1
* pdfwrite - properly process Octal 134 '\' in pdfmark UTF16 stringKen Sharp2017-09-171-0/+6
* pdfwrite - begin support for PDF 2.0Ken Sharp2017-08-051-3/+8
* pdfwrite - Don't assume param list strings are NULL-terminatedKen Sharp2017-05-301-1/+6
* pdfwrite - make sure an EP pdfmark is not an orphanKen Sharp2017-05-131-0/+7
* pdfwrite - don't coerce Dests from strings to names unless requiredKen Sharp2016-08-011-3/+11
* pdfwrite - fix an off-by-1 error copying extension metadataKen Sharp2016-07-041-3/+3
* pdfwrite - test a return code to silence a scan-build warning.Ken Sharp2016-06-181-1/+6
* pdfwrite - don't compress data from Metadata pdfmark when output is PDF/AKen Sharp2016-06-171-5/+58
* pdfwrite - fix octal escapes in Ext_Matadata pdfmark processingKen Sharp2016-06-141-1/+1
* Coverity ID 94530 (again) - Check and action a return codeKen Sharp2016-05-021-1/+3
* Coverity ID 94530 check and action a return codeKen Sharp2016-04-251-1/+3
* Update devices to return errors using return_error.Robin Watts2016-02-181-3/+3
* pdfwrite - disallow Launch Actions in annotations when creating PDF/AKen Sharp2016-02-121-1/+71
* pdfwrite - remove some debugging code causing a compiler warningKen Sharp2015-12-271-2/+0
* pdfwrite - implement Metadata pdfmark and a non-standard extension metadata p...Ken Sharp2015-12-241-2/+112
* pdfwrite - permit creation of PDF/A-3 files, disable file embedding if PDFA < 2Ken Sharp2015-12-221-0/+23
* Coverity ID #94682 check and action a return value.Ken Sharp2015-09-151-1/+3
* pdfwrite - fix an 'unescape' for \bKen Sharp2015-08-191-1/+1
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+2656