summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Bug 706460: Add missing include in gdevdocx.cghostpdl-10.01.0gs10.01.0Robin Watts2023-03-221-0/+1
* Bug 706351 (maybe): Fix error seen when testing display dev in api_testRobin Watts2023-03-131-4/+12
* Fix display device test failure with chunky separations.Robin Watts2023-03-131-2/+2
* Bug 706467: Fix null deref in display device.Robin Watts2023-03-131-0/+3
* Bug 706463: Fix buffer overflow seen in bjc600.Robin Watts2023-03-101-2/+12
* pdfwrite: Don't free copied font object when it's in useChris Liddell2023-03-071-1/+2
* txtwrite & friends - don't attempt to use glyph name after an errorKen Sharp2023-03-071-2/+2
* Fix gdevdocxw.c breakage.Robin Watts2023-03-021-2/+2
* Fix docx text position calculations.Robin Watts2023-03-021-37/+29
* Coverity 380514/380530: Hoist initialisation out of loop.Robin Watts2023-03-021-7/+7
* Fix extract build problem on linux.Robin Watts2023-03-011-1/+1
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-281-15/+312
* Update gdevdocx.c for new extract include directory structure.Robin Watts2023-02-282-3/+3
* Update gs for latest extract library.Robin Watts2023-02-281-1/+5
* Bug 706388: Fix a typo writing the gs version to TIFF tagsChris Liddell2023-02-271-2/+2
* Graphics library - drop all copied components of a glyph on errorKen Sharp2023-02-241-7/+92
* Bug 706351: Fix display device with planar separations.Robin Watts2023-02-221-32/+75
* xpswrite: Use correct allocator to free libtiff client dataChris Liddell2023-02-221-2/+2
* ps2write - fix emission of stroke adjust in type 3 fontsKen Sharp2023-02-201-7/+26
* pdfwrite - detect duplicate images with SMask entriesKen Sharp2023-02-182-14/+25
* Add dev->non_strict_bounds flag.Robin Watts2023-02-163-2/+7
* pdfwrite - permit fonts to be converted to linework based on the nameJustin Beaty2023-02-135-8/+72
* Ghostscript - Improve the mswinpr2 device's handling of printer namesBernd Watermann2023-02-131-76/+110
* pdfwrite - preserve both true and false stroke adjustmentKen Sharp2023-02-092-4/+11
* Add "imagematrices_are_untrustworthy" to gs_data_image_tRobin Watts2023-02-081-1/+2
* 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