summaryrefslogtreecommitdiff
path: root/pdf/pdf_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* GhostPDF - permit the Page dictionary to actually be a streamKen Sharp2022-12-021-0/+16
* GhostPDF - Sanitize Doc info strings for linearisationKen Sharp2022-11-151-78/+37
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-1/+1
* Copy existing font objects for substitutionsChris Liddell2022-07-291-10/+47
* Coverity ID 379413Ken Sharp2022-07-261-2/+2
* GhostPDF - escape CR/LF in UTF16BE pdfmark strings for AcrobatKen Sharp2022-07-251-0/+12
* OSS_fuzz #48564Ken Sharp2022-07-011-3/+3
* Fix pdf_string, pdf_name and pdf_keyword object allocation sizesChris Liddell2022-05-061-2/+2
* GhostPDF - Coverity fixesKen Sharp2022-05-061-1/+7
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-10/+36
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-1/+1
* Rename pdfmark related functionsChris Liddell2022-02-171-2/+2
* Coverity fix: Increase declared size for pdf_name etc.Robin Watts2022-02-111-2/+2
* Move pdf_dict over to using a single list for key/values.Robin Watts2022-02-101-10/+5
* Move pdf_string/pdf_name/pdf_keyword over to only using a single alloc.Robin Watts2022-02-101-18/+3
* Coverity ID 375068 - fix uninitialised variable usageKen Sharp2022-02-031-1/+1
* Add error checking missing from previous commitKen Sharp2022-02-011-3/+10
* OSS-fuzz #44232 - sort loop detection in pdfmark generationKen Sharp2022-02-011-1/+15
* OSS Fuzz 42916: Fix leak found when memory squeezing.Robin Watts2022-01-251-1/+3
* GhostPDF - fix reference count debuggingKen Sharp2021-11-231-1/+1
* GhostPDF - fix some warnings on WindowsKen Sharp2021-10-191-2/+2
* GhostPDF - Write *Box page entries to pdfwriteKen Sharp2021-08-231-0/+26
* Coverity ID 372282Ken Sharp2021-08-141-0/+2
* Commit pdfi to master.Robin Watts2021-08-121-0/+927