summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in devices/Chris Liddell2023-01-0410-32/+32
* GhostPDF - control emission of Boxes from the pdfwrite deviceKen Sharp2022-12-223-2/+8
* ENABLE_COLOR_REPLACE demo should be only for CMYK psd devicesMichael Vrhel2022-12-121-2/+2
* GhostPDF + pdfwrite - Fix gstate inheritance for Type 3 font CharProcsKen Sharp2022-12-071-4/+9
* pdfwrite - fix error in Linearizing output filesKen Sharp2022-12-021-5/+11
* oss-fuzz 53847: ps2write: cleanup incomplete copied font...Chris Liddell2022-11-291-1/+3
* pdfwrite - move current_font assignment after error checkKen Sharp2022-11-221-1/+1
* Move gp_wutf8 functions to be gp_utf8.Robin Watts2022-11-211-4/+4
* xpswrite - limit the memory used by images to avoid memory exhaustionKen Sharp2022-11-161-0/+29
* pdfwrite - silence a compiler warningKen Sharp2022-11-151-6/+6
* oss-fuzz 53176: pdfwrite - avoid double free of glyph usage/widthsChris Liddell2022-11-151-0/+3
* pdfwrite - fix page offset hints table for Linearized PDFKen Sharp2022-11-151-1/+1
* pdfwrite - fix string resizing in pdfmarks.Ken Sharp2022-11-151-2/+4
* oss-fuzz 52986: pdfwrite - free copied font on errorChris Liddell2022-11-151-0/+2
* pdfwrite: Cope with cos_dict_alloc() failing in pdf_page_id()Chris Liddell2022-11-091-2/+4
* OSS-fuzz 52879 "Global-buffer-overflow in get_unpack_proc"Ken Sharp2022-10-311-0/+4
* Bug 706035: pdfwrite pattern gstate stack garbage collectionChris Liddell2022-10-272-9/+21
* Color replacement updateMichael Vrhel2022-10-261-3/+37
* Tweak ps2writes image capturing devices.Robin Watts2022-10-262-13/+97
* Fix ommission of copy_mono in "lcvd" device.Robin Watts2022-10-262-0/+18
* xpswrite - free XPS image enumerator on errorKen Sharp2022-10-181-22/+45
* Bug 705863: Fix color info juggling with x11 devicesChris Liddell2022-10-052-5/+5
* pdfwrite - fix Permissions on 64-bit Linux buildKen Sharp2022-10-022-2/+2
* PCL interpreter - fix decode_glyph for UnicodeKen Sharp2022-09-271-0/+8
* pdfwrite - clean up proerly after errors writing TrueType fontsKen Sharp2022-09-261-2/+2
* oss-fuzz 51473: pdfwrite - capture and act on error codeChris Liddell2022-09-261-1/+5
* psdcmyk device spot color orderMichael Vrhel2022-09-161-33/+43
* Bug 705703 psdcmyktags deviceMichael Vrhel2022-09-151-3/+3
* For PNG output, don't embed sRGB ICC profileMichael Vrhel2022-09-142-16/+27
* Color replacement exampleMichael Vrhel2022-09-141-0/+73
* oss-fuzz 50893: xpswrite: Fix order of operations freeing TIFF objectChris Liddell2022-09-021-13/+10
* Bug 705831: pdfwrite drop not required TTF tables.Chris Liddell2022-08-311-4/+6
* Coverity ID #380568Ken Sharp2022-08-311-5/+6
* Graphics library and xpswrite - clean up properly on errorKen Sharp2022-08-301-0/+7
* Update docxw device for extract API change.Robin Watts2022-08-241-43/+55
* ps2write - fix PSPageOptions with multi-page inputKen Sharp2022-08-201-8/+12
* pdfwrite - check allocated memoryKen Sharp2022-08-171-0/+2
* oss-fuzz 50307: free temporary forwarding device on errorChris Liddell2022-08-171-1/+3
* pdfwrite - improve error handling in pdf_begin_aside()Ken Sharp2022-08-131-1/+6
* pdfwrite - improve error handling in pdf_write_imageKen Sharp2022-08-131-2/+4
* pdfwrite - better error handling with CharProcsKen Sharp2022-08-131-19/+34
* pdfwrite - improve error handlingKen Sharp2022-08-131-4/+8
* Fonts - fix cleanup of copied fonts on errorKen Sharp2022-08-101-11/+12
* Coverity: 379420/379422/379423/379424 Remove unnecessary NULL ptr checkChris Liddell2022-08-091-16/+12
* oss-fuzz 49852: Improve closure of tiffsep devices under error conditions.Chris Liddell2022-08-081-39/+43
* Bug 705696 psdcmyktags (and psdcmyktags16) crashMichael Vrhel2022-08-021-2/+2
* Bug 705696: Issues with -sICCOutputColors and TransparencyMichael Vrhel2022-08-021-2/+10
* Coverity ID 379502Ken Sharp2022-08-021-1/+1
* pdfwrite - don't try to use a NULL pointer as a cos_dictKen Sharp2022-08-012-20/+38
* Fix an "initialization discards 'const'" warningChris Liddell2022-07-281-1/+1