summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak with copied type 1 fonts.Ken Sharp2020-11-271-0/+8
* pdfwrite - fix a compiler warningKen Sharp2020-11-251-2/+0
* pdfwrite - fix 2 memory leaks with metadataKen Sharp2020-11-241-27/+1
* Bug 703164: Endian issues with CMMMichael Vrhel2020-11-201-1/+3
* Change init values of PreserveEPSInfo and ParseDSCCommentsForDocInfoNancy Durgin2020-11-191-2/+2
* pdfwrite - fix OCR processingKen Sharp2020-11-122-3/+6
* Squashed commit of pdfwrite_ocr branch.Ken Sharp2020-11-127-22/+580
* ps2write - fix use of /.HWMargins with ps2write outputKen Sharp2020-11-091-2/+2
* pdfwrite - Fix potential seg faults with ColorConversionStrategyKen Sharp2020-11-041-12/+0
* Fix another SEGV with BGPrint due to device_unsubclassRay Johnston2020-11-021-1/+1
* Bug 702671: Make sure X11 device cleans up with closureMichael Vrhel2020-10-313-12/+37
* Add /Type /Outlines to Outlines entry for pdfwriteNancy Durgin2020-10-291-1/+1
* pdfwrite - fix Type 4 Chroma-keyed images with Colour ConversionKen Sharp2020-10-281-1/+65
* Revise font dir global_glyph_code callback APIChris Liddell2020-10-231-1/+1
* devices/vector/gdevtxtw.c: updated extract output to match mupdf.Julian Smith2020-10-191-18/+86
* pdfwrite - reorder code to change evaluation order of image parametersKen Sharp2020-10-131-48/+44
* Bug 702192 Map text to blackMichael Vrhel2020-10-126-7/+15
* pdfwrite - Terminate pass-through images when we have read enough dataKen Sharp2020-10-121-1/+1
* Fix Tesseract build glitches.Robin Watts2020-10-071-0/+1
* "Address" subscript -1 is outside array bounds warningChris Liddell2020-10-062-10/+8
* Initialise a variable to silence a compiler warningKen Sharp2020-10-011-1/+1
* pdfimage devices - fix %Invocation and add /Info dictionaryKen Sharp2020-10-013-41/+45
* Work around for (I think) a VS2019 optimiser bugChris Liddell2020-09-281-4/+14
* Fix error in token parsing in pdfwriteNancy Durgin2020-09-241-2/+10
* Fix a compiler warningKen Sharp2020-09-231-1/+1
* pdfwrite - fix memory leak with annotationsKen Sharp2020-09-231-0/+23
* pdfwrite - remove erroneous free from cos_dict_put_copyKen Sharp2020-09-221-3/+0
* Fix Coverity ID 362083 & 362084Ken Sharp2020-09-201-1/+1
* XPSWrite: Fix memory leaks and page resource relationsMichael Vrhel2020-09-191-22/+135
* 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-184-51/+92
* pdfwrite - fix image downsampling when the input is a 16-bit imageKen Sharp2020-09-101-0/+2
* Strip trailing whitespace from makefiles.Robin Watts2020-09-091-1/+1
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-0913-65/+65
* pdfwrite - fix error handling with broken type 3 fontsKen Sharp2020-09-081-1/+4
* Fix type slipup in OCR params handling.Robin Watts2020-09-071-1/+1
* Font copying - fix memory leakKen Sharp2020-09-031-0/+3
* pdfwrite - add a new method to detect pdfmark-capable devicesKen Sharp2020-09-023-0/+3
* Fix crash with copied TrueType fonts and pdfwriteKen Sharp2020-08-311-10/+16
* Bug 702806: Performance decreases throughout file, PS to PDFRay Johnston2020-08-271-2/+13
* pdfwrite - fix memory leak in copied fontKen Sharp2020-08-271-13/+11
* pdfwrite - fix several memory leaks with colour spacesKen Sharp2020-08-273-18/+37
* pdfwrite - fix memory leak when allocation of a base font failsKen Sharp2020-08-273-9/+20
* pdfwrite - fix memory leak when gs_copy_font failsKen Sharp2020-08-271-1/+5
* Add OCREngine parameter.Robin Watts2020-08-273-3/+35
* Fix memory leak in pdfwrite images with errors in them.Nancy Durgin2020-08-253-0/+21
* pdfwrite - fix another memory leakKen Sharp2020-08-251-2/+4
* pdfwrite - more memory leak fixes with fontsKen Sharp2020-08-251-1/+15
* pdfwrite - fix another type 3 memory leak this time with CharProcsKen Sharp2020-08-241-1/+1
* pdfwrite - fix memory leak with type 3 fontsKen Sharp2020-08-241-0/+9