summaryrefslogtreecommitdiff
path: root/devices/vector/gdevpdf.c
Commit message (Expand)AuthorAgeFilesLines
* pdfwrite - fix error in Linearizing output filesKen Sharp2022-12-021-5/+11
* pdfwrite - fix page offset hints table for Linearized PDFKen Sharp2022-11-151-1/+1
* Bug 706035: pdfwrite pattern gstate stack garbage collectionChris Liddell2022-10-271-0/+9
* pdfwrite - fix Permissions on 64-bit Linux buildKen Sharp2022-10-021-1/+1
* pdfwrite - improve error handlingKen Sharp2022-08-131-4/+8
* Coverity ID 379502Ken Sharp2022-08-021-1/+1
* pdfwrite - don't try to use a NULL pointer as a cos_dictKen Sharp2022-08-011-20/+36
* pdfwrite - fix a typo in an error message.Ken Sharp2022-04-121-1/+1
* pdfwrite - try to resolve double free errorKen Sharp2022-04-121-21/+21
* pdfwrite - use consistent data types when creating PDF/XKen Sharp2022-04-051-1/+1
* pdfwrite - add controls for optional entries with variable contentKen Sharp2022-03-211-10/+24
* Move devices from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-30/+30
* pdfwrite - fix memory leak on error exitKen Sharp2021-12-081-2/+4
* pdfwrite - fix memory leak with non-existent pagesKen Sharp2021-12-061-0/+9
* Coverity ID 374010 - explicitly ignore a return codeKen Sharp2021-11-161-1/+2
* pdfwrite - handle unterminated substreams on exitKen Sharp2021-11-151-0/+9
* Cleanup compiler warningsNancy Durgin2021-06-021-1/+2
* Remove get_bits in favour of get_bits_rectangle.Robin Watts2021-05-031-1/+0
* Split initialize device proc into two.Robin Watts2021-04-261-4/+2
* Rename create_compositor to composite.Robin Watts2021-04-201-1/+1
* Move devices away from static init of procs.Robin Watts2021-04-201-0/+37
* pdfwrite - defer freeing annotations which are named objectsKen Sharp2021-04-191-2/+18
* pdfwrite - alter the way Pattern resources handle graphics stateKen Sharp2021-04-051-0/+12
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Add /Type /Outlines to Outlines entry for pdfwriteNancy Durgin2020-10-291-1/+1
* Fix a compiler warningKen Sharp2020-09-231-1/+1
* pdfwrite - fix memory leak with annotationsKen Sharp2020-09-231-0/+23
* Fix Coverity ID 362083 & 362084Ken Sharp2020-09-201-1/+1
* Fix a compiler warning by initialising a variableKen Sharp2020-09-181-1/+1
* pdfwrite - fix a number of seg faults when opening output file failsKen Sharp2020-09-181-45/+75
* pdfwrite - fix another memory leakKen Sharp2020-08-251-2/+4
* pdfwrite - fix another type 3 memory leak this time with CharProcsKen Sharp2020-08-241-1/+1
* pdfwrite - fix some typos in commentsKen Sharp2020-08-241-6/+6
* Fix memory leak in freeing dash_pattern from pdfwrite device stateNancy Durgin2020-08-201-1/+1
* pdfwrite - review use of sclose().Ken Sharp2020-07-251-0/+6
* Fix pdfwrite memory leak when doing multi-page outputNancy Durgin2020-07-231-17/+18
* Improve eps2writeKen Sharp2020-06-301-0/+5
* pdfwrite - rewrite the PSPageOptions code to use non-GC memoryKen Sharp2020-05-221-0/+8
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* pdfwrite - For PDF input, copy any UserUnit to the outputKen Sharp2019-11-131-0/+4
* ps2write - restore missing %%PageTrailer commentKen Sharp2019-10-101-0/+1
* pdfwrite/ps2write/pdfimage - record args usedKen Sharp2019-08-151-0/+1
* Fix up some coverity issues, and other warningsChris Liddell2019-06-181-1/+1
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-84/+84
* Nobble pdfwrite genrated /ID entries in cluster tests.Robin Watts2019-04-301-0/+7
* Make pdfwrite fileID calculations consistent on cluster.Robin Watts2019-04-301-1/+6
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* pdfwrite - add a check to ensure we don't create an invalid PDF fileKen Sharp2018-11-291-1/+14
* ps2write - move the page level save/restore wrapperKen Sharp2018-11-271-2/+0
* Add gs_font_dir_free.Robin Watts2018-10-291-36/+5