summaryrefslogtreecommitdiff
path: root/devices
Commit message (Expand)AuthorAgeFilesLines
* Add png16malpha device.Robin Watts2022-01-202-3/+44
* devices/vector/gdevdocxw.c: Fixes for working with pdfi.Julian Smith2022-01-171-3/+32
* Update copyrights for files changed since 2022 started.Chris Liddell2022-01-121-1/+1
* Add psdcmyktags and psdcmyktags16 devicesMichael Vhrel2022-01-112-44/+222
* Add device ICC profile into psd file resourcesMichael Vrhel2022-01-051-11/+41
* Fix const vs non-const warning.Robin Watts2021-12-161-1/+1
* Squash gx_device/gx_display_device warning.Robin Watts2021-12-161-1/+1
* pdfwrite - Use correct memory allocator (hopefully)Ken Sharp2021-12-141-1/+1
* pdfwrite - fix memory leak with patterns and dashed linesKen Sharp2021-12-131-0/+2
* pdfwrite - fix memory leak on error exitKen Sharp2021-12-081-2/+4
* pdfwrite - eliminate another gs_const_string caseKen Sharp2021-12-074-40/+61
* pdfwrite - copy a gs_const_string to avoid a seg fault when freeing it.Ken Sharp2021-12-061-1/+12
* pdfwrite - fix memory leak with EncodingsKen Sharp2021-12-061-2/+2
* pdfwrite - fix memory leak with CharProc and 0 length nameKen Sharp2021-12-061-3/+4
* pdfwrite - free allocated memory on errorKen Sharp2021-12-061-1/+4
* pdfwrite - fix memory leak with non-existent pagesKen Sharp2021-12-061-0/+9
* pdfwrite - fix memory leak with manufactured glyph namesKen Sharp2021-12-036-30/+57
* Bug 704709(redux): Fix the logic for freeing X pixmapChris Liddell2021-11-291-1/+1
* Type 2 font writing- fix memory leaksKen Sharp2021-11-261-27/+57
* Font copying - fix more memory leaks with CIDFontsKen Sharp2021-11-261-0/+13
* Font copying - fix memory leak on CIDFont type 0Ken Sharp2021-11-261-0/+4
* Fix memory leaks with copied fontsKen Sharp2021-11-251-1/+12
* Fix ordering of separations when SeparationOrder not givenKen Sharp2021-11-231-2/+5
* pdfwrite - free XUID when invalidatingKen Sharp2021-11-221-1/+6
* Display device - fix page numberingKen Sharp2021-11-221-1/+1
* Coverity ID 374010 - explicitly ignore a return codeKen Sharp2021-11-161-1/+2
* pdfwrite - handle unterminated substreams on exitKen Sharp2021-11-151-0/+9
* Bug 704709: Don't free the background pixmap created by gvFlorian Lindemann2021-11-101-1/+2
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-052-0/+5
* pdfwrite - support DP and MP pdfmarksKen Sharp2021-10-301-2/+98
* pdfwrite - correct the 2-byte Unicode testKen Sharp2021-10-291-1/+1
* Squash a 'no previous prototype' warning.Robin Watts2021-10-271-1/+1
* pdfwrite - regenerate gs_c_pdf_glyph_type array after Encoding changesKen Sharp2021-10-252-114/+166
* Ensure psdcmyk device only uses rendered colorantsMichael Vrhel2021-10-151-7/+18
* display device - fix SeparationsKen Sharp2021-10-131-4/+5
* tiffsep - add sep number to filename if sep name matches a process inkKen Sharp2021-10-111-4/+24
* mswinpr2 device - use non-ASCII characters in printer nameKen Sharp2021-10-111-8/+8
* GhostPDF - scale type 3 fonts when capturing CharProcKen Sharp2021-10-043-5/+14
* Bug 704463: Fix pngalpha/clist/pdf14 interaction.Robin Watts2021-10-011-0/+1
* pdfwrite - fix patterns in coloured type 3 fontsKen Sharp2021-10-011-1/+9
* pdfwrite - Improve type 3 font capture with GhostPDFKen Sharp2021-10-011-1/+2
* pdfwrite - add parentheses to silence a compiler warningKen Sharp2021-09-301-1/+1
* pdfwrite - Don't write HTP or HTO ExtGState entries in PDF/A filesKen Sharp2021-09-301-1/+32
* Add the MAKEDIRS dependency to all the extract targetsChris Liddell2021-09-271-17/+32
* Ensure the MAKEDIRS dependency is always lastChris Liddell2021-09-231-5/+5
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-212-4/+4
* devices/extract.mak: updates for latest Extract.Julian Smith2021-09-201-1/+9
* pdfwrite - Error out on degenerate pattern matrixKen Sharp2021-09-161-0/+3
* pdfwrite - reset an error return before passing back.Ken Sharp2021-09-141-1/+3
* Fix param copying routines to respect different gs_memory_t.Robin Watts2021-09-142-20/+5