summaryrefslogtreecommitdiff
path: root/xps
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant entries from pl_interp_characteristics_tChris Liddell2021-08-251-7/+0
* Fix for Coverity ID: 372304Chris Liddell2021-08-131-1/+3
* Fix commit 33b6a34d6e14e3689dbcf0b0c0585033f84a37aarobin_test_refKen Sharp2021-06-211-1/+1
* XPS interpreter - Undo CTM scaling when preserving Tr 2Ken Sharp2021-05-221-2/+6
* Add object type specific device halftones to the graphics state.Ray Johnston2021-05-031-0/+1
* Change names from Graphics and Path to Vector, for consistencyRay Johnston2021-03-311-1/+1
* Update copyright to 2021Chris Liddell2021-03-1532-32/+32
* Bug 703578 : XPS to PDF missing strokeMichael Vrhel2021-02-171-2/+5
* Bug 703404: XPS to pdfwrite patternsMichael Vrhel2021-02-174-0/+17
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-1/+1
* Bug 702192 Map text to blackMichael Vrhel2020-10-121-2/+2
* XPS Interp: Fix missing initialization in XPS page reversalMichael Vrhel2020-09-231-0/+1
* XPS interpreter: Have interpreter handle page range processingMichael Vrhel2020-09-225-3/+314
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-182-2/+2
* Improve client memory handling for colour spaces and patternsKen Sharp2020-08-121-4/+3
* GPDL whitespace fixes.Robin Watts2020-06-251-2/+2
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-251-2/+1
* Revisions to FAPI (error handling etc).Chris Liddell2020-06-171-15/+15
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-154-6/+6
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-3/+3
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-082-0/+10
* Update copyright to 2020Chris Liddell2020-04-1032-32/+32
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-276-13/+11
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-172-3/+5
* Make sure pattern fills use proper alpha settingsMichael Vrhel2020-02-191-0/+12
* Fixed leak in xps_impl_allocate_interp_instance() (found by memento).Julian Smith2020-02-101-0/+1
* Fixed leak on error in xps_impl_allocate_interp_instance() (found by memento).Julian Smith2020-02-101-0/+4
* Fix error handling in xps_impl_allocate_interp_instance() (detected by memento).Julian Smith2020-02-101-9/+23
* Coverity IDs 350163, 350949Ken Sharp2019-11-161-3/+17
* Coverity ID 350163 unchecked return valueKen Sharp2019-11-151-1/+7
* Add a couple of FIXMEs to the xps interpreter.Robin Watts2019-11-082-0/+2
* pdfwrite - Use CA and ca for text with transparencyKen Sharp2019-10-083-0/+8
* Add a way to record the selected cmapChris Liddell2019-08-021-0/+1
* Reference count image colorspaces in XPS.Robin Watts2019-07-0911-41/+101
* XPS: Avoid leaking scanline buffer on jpeg decompression.Robin Watts2019-07-091-6/+19
* Fix memory leaks seen in XPS; pattern cache and start_part.Robin Watts2019-07-051-0/+2
* xps_free_font wasn't freeing font->data causing leaks.Robin Watts2019-07-051-0/+3
* Bug 701284: Fix leak of pdf14device in xps.Robin Watts2019-07-051-1/+1
* Fix up some coverity issues, and other warningsChris Liddell2019-06-181-3/+7
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-294-39/+39
* Ensure return code of gs_bbox_transform_inverse always checked.Robin Watts2019-02-041-3/+4
* XPS interpreter - address a valgrind problemKen Sharp2019-02-021-2/+14
* Update source/header file copyright notice to 2019Chris Liddell2019-01-1632-32/+32
* Squash a warning in XPS interpreter.Robin Watts2019-01-142-2/+2
* Bug 697630: Check ZIP entry sizes for integer overflow.Tor Andersson2019-01-111-0/+3
* Rename xps language implementation points.Robin Watts2019-01-091-36/+36
* gpdl: Add -c operation to gpdl.Robin Watts2019-01-091-0/+1
* Add -I handling to gpdl.Robin Watts2019-01-041-0/+1
* pdfwrite/PDF interpreter/transparency - identify page level groupsKen Sharp2018-12-203-3/+3
* Bug 700383: Add support for scRGBMichael Vrhel2018-12-181-1/+3