summaryrefslogtreecommitdiff
path: root/xps/xpsglyphs.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Bug 705552 : XPS interpreterEthan Vrhel2022-07-111-1/+8
* Fix commit 33b6a34d6e14e3689dbcf0b0c0585033f84a37aarobin_test_refKen Sharp2021-06-211-1/+1
* XPS interpreter - Undo CTM scaling when preserving Tr 2Ken Sharp2021-05-221-2/+6
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703578 : XPS to PDF missing strokeMichael Vrhel2021-02-171-2/+5
* Bug 703404: XPS to pdfwrite patternsMichael Vrhel2021-02-171-0/+6
* Bug 702192 Map text to blackMichael Vrhel2020-10-121-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Reference count image colorspaces in XPS.Robin Watts2019-07-091-0/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* XPS interpreter - remove special case for artificial bold with pdfwriteKen Sharp2018-12-181-28/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 698050: xps: bounds check offset for requested cmap tableChris Liddell2017-06-141-2/+2
* Bug 697012: Fix buffer overflow in gxps.Robin Watts2016-10-171-17/+8
* Bug 696983 - Fix bidirectional XPS spacing.Henry Stiles2016-08-031-8/+40
* XPS interpreter - fix 'synthetic bold' text styleKen Sharp2016-07-141-3/+131
* Squash warnings: XPS MSVCRobin Watts2016-01-041-2/+2
* Squash Warnings: Unused Var/Var set but not used.Robin Watts2016-01-041-2/+2
* xps: Multiply alpha from opacity attribute with alpha from color attribute.Tor Andersson2015-11-241-2/+1
* xps: Avoid ctype.hTor Andersson2015-11-241-7/+7
* xps: Fix buffer overflow in xps_parse_color.Tor Andersson2015-11-121-1/+1
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-15/+15
* Fix in XPS interpreter to ensures we only push the smallest transparency grou...Michael Vrhel2012-07-051-1/+1
* Implement XPS style simulations using shearing and fill+stroke.Tor Andersson2012-07-041-3/+48
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* xps: Fix bug when parsing cluster mappings.Tor Andersson2011-03-301-26/+15
* Fix crash reported in bug #691717, gs_text_release() should not beHenry Stiles2010-10-251-1/+2
* Use gx_effective_clip_path to get the current visible area instead of manuall...Tor Andersson2010-06-301-9/+1
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-0/+16
* revert back to 11450.Henry Stiles2010-06-291-16/+0
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-0/+16
* Whitespace and indentation fixes.Tor Andersson2010-06-221-5/+4
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-50/+37
* Simplify ZIP parsing.Tor Andersson2010-04-261-16/+15
* Fix bug where a glyph could be dropped whenTor Andersson2010-04-221-14/+10
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Use safe length checked string functions instead of strcpy and strcat.Tor Andersson2010-04-201-1/+1
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-217/+217
* Use a tighter bounding box when creating transparencyTor Andersson2010-02-161-1/+1
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-22/+5
* Work around an uninitialized variable warning.Ralph Giles2009-10-231-1/+1
* Thread base_uri argument to fixed page parsing functions so that resources sp...Tor Andersson2009-10-011-20/+22
* Fix a reference counting problem by moving the text enumerator release ahead ...Ken Sharp2009-08-111-1/+2
* Fix an potentially uninitialized variable.Tor Andersson2009-01-281-0/+2
* Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson2009-01-191-1/+3
* Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson2008-11-271-2/+0
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-15/+30
* Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson2008-04-021-3/+1