summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Fix magic number used in pam device.Robin Watts2021-03-291-1/+1
* pdfwrite - fix FastWebView with multiple put_params() callsKen Sharp2021-03-241-1/+1
* Fix crash in display device (seen with apitest.c).Robin Watts2021-03-191-1/+1
* Update copyright to 2021Chris Liddell2021-03-15192-193/+193
* Extract clist setup code from prn and display device.Robin Watts2021-03-111-71/+8
* Slightly tidy the tessocr.h interface.Robin Watts2021-03-092-11/+31
* Fix compositor operation with subclassing.Robin Watts2021-03-041-5/+1
* Do not allow psd devices to change color modelMichael Vrhel2021-03-041-72/+1
* NupControl improvements to prevent save/restore problems.Ray Johnston2021-03-031-1/+1
* Extract build: Ensure zlib is used as an include path for extract.Robin Watts2021-03-021-1/+1
* Remove Luratech integration code/makefilesChris Liddell2021-02-226-512/+3
* devices/vector/gdevdocxw.c: default to spacing=0 when calling extract_process().Julian Smith2021-02-181-1/+1
* devices/vector/gdevdocxw.c: fixed creation of .docx when not using file-per-p...Julian Smith2021-02-181-0/+4
* Squash warnings in gdevwpr2.cRobin Watts2021-02-161-4/+4
* Added docxwrite device; uses extract library to write docx output.Julian Smith2021-02-156-549/+2043
* pdfwrite - don't try to linearize when the output file is not seekabkleKen Sharp2021-02-071-0/+5
* pdfwrite - further checks on Title for PDF/AKen Sharp2021-02-071-4/+20
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-053-6/+8
* Fix Coverity ID C366347Ken Sharp2021-02-041-1/+0
* txtwrite - fix a load of memory leaksKen Sharp2021-02-031-13/+96
* txtwrite - fully initialise a structureKen Sharp2021-01-301-2/+3
* txtwrite - Address some memory handling problemsKen Sharp2021-01-301-4/+2
* Implement Nup subclass device to support nesting images on a page.Ray Johnston2021-01-261-0/+2
* Initialize the current_glyph entry in pdfwrite text enumeratorChris Liddell2021-01-231-1/+2
* Bug 703301: Fix logic error in display device structure checks.Robin Watts2021-01-151-3/+0
* Add CMYK equivalent colorants for Separation Spot colors to tiffsep device.Ray Johnston2021-01-071-1/+7
* 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 - Limit XUID to 16 values and don't emit it for subset fontsKen Sharp2020-12-074-10/+31
* pdfwrite - fix memory leak when converting names into referencesKen Sharp2020-12-072-9/+51
* pdfwrite - fix memory leak with high level formsKen Sharp2020-12-011-9/+11
* Bug 703197 : Seg fault in close of x windowsMichael Vrhel2020-11-301-3/+3
* 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