summaryrefslogtreecommitdiff
path: root/xps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* XPS interpreter - remove special case for artificial bold with pdfwriteKen Sharp2018-12-181-28/+2
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-46/+55
* Update language recognition mechanism.Robin Watts2018-11-161-1/+9
* Remove unnecessary gs_opendevice() callsHenry Stiles2018-10-181-4/+0
* xps: Remove needless NULL terminator when parsing abbreviated geometry.Tor Andersson2018-03-291-3/+2
* Make ICC profile management thread safe.Ray Johnston2018-03-283-5/+5
* Fix memory leak in xps_imp_set_device.Shailesh Mistry2018-02-121-5/+5
* Update copyright notice with new head office address.Ken Sharp2018-01-3032-96/+96
* Feature - JPEG Pass throughKen Sharp2018-01-223-1/+7
* XPS interpreter - when discarding an ICC profile for an image, NULL hte pointerKen Sharp2017-12-281-0/+1
* Bug 698794 detect alpha data in PNG imageMichael Vrhel2017-12-091-1/+6
* Fix debug -dNOCACHE command line option.Henry Stiles2017-08-221-10/+5
* XPS Interpreter - fix a formatting mistakeKen Sharp2017-08-211-2/+2
* Coverity IDs 158378, 158393Ken Sharp2017-08-211-2/+9
* Coverity IDs 158372 - 4, 158384Ken Sharp2017-08-191-0/+3
* Coverity ID 158375Ken Sharp2017-08-191-0/+10
* Bug 698151: XPS: bounds check selecting cmap table.Chris Liddell2017-06-301-9/+11
* Bug 698150: XPS: bounds check in format 6 and 10 cmap tablesChris Liddell2017-06-301-3/+11
* Bug 698081: more bounds checking in xps_load_sfnt_nameChris Liddell2017-06-201-0/+5
* Bug 698065: xps: fix reading of idRangeOffset in cmap tableChris Liddell2017-06-161-2/+2
* Bug 698064: bounds check xps_encode/decode_font_char_impChris Liddell2017-06-161-5/+19
* Bug 698050: xps: bounds check offset for requested cmap tableChris Liddell2017-06-143-5/+10
* Bug 698044: restrict font name length to the buffer size.Chris Liddell2017-06-143-3/+5
* Bug 698042: xps: fix glyph index and index bounds check.Chris Liddell2017-06-141-3/+7