summaryrefslogtreecommitdiff
path: root/xps
Commit message (Expand)AuthorAgeFilesLines
* Squash Warnings: Simple unused variable warnings.Robin Watts2016-01-041-1/+1
* xps: Fix warnings.Tor Andersson2015-11-241-1/+0
* xps: Multiply alpha from opacity attribute with alpha from color attribute.Tor Andersson2015-11-242-4/+3
* xps: Support AlternateContent compatibility markup.Tor Andersson2015-11-244-13/+53
* xps: Fix potential memory leak.Tor Andersson2015-11-241-1/+10
* xps: Add more warning messages.Tor Andersson2015-11-242-4/+9
* xps: Avoid generating unnecessary linetos for arcs.Tor Andersson2015-11-241-10/+5
* xps: Avoid ctype.hTor Andersson2015-11-241-7/+7
* xps: Use xps_strlcpy instead of strcpy when parsing colors.Tor Andersson2015-11-241-1/+1
* xps: Check that we have the last piece of multi-part zip entries.Tor Andersson2015-11-241-1/+8
* xps: Add special case handling of zero-length dash patterns.Tor Andersson2015-11-242-0/+12
* xps: Bail on zip errors instead of returning a part full of garbage.Tor Andersson2015-11-242-3/+16
* xps: Fix uninitialized value.Tor Andersson2015-11-241-1/+1
* xps: Various arithmetic and uninitialized value fixes.Tor Andersson2015-11-243-8/+16
* Bug 696316: Enforce memory alignment for libpngChris Liddell2015-11-191-2/+18
* xps: Return with error on encrypted zip files.Tor Andersson2015-11-122-0/+4
* xps: Fix buffer overflow in xps_parse_color.Tor Andersson2015-11-125-6/+14
* xps: Fix indeterminism with broken zip files.Tor Andersson2015-11-121-0/+7
* xps: Fix gradient ordering edge case.Tor Andersson2015-11-121-1/+3
* Add name space definitions for Open XPSMichael Vrhel2015-10-213-2/+15
* Bug 696271: Fix a load of makefile dependencies.Chris Liddell2015-10-143-399/+36
* Split fonts files out from romfs argsChris Liddell2015-08-181-0/+1
* Commit of build_consolidation branchChris Liddell2015-07-2011-6/+465
* graphics library and interpreter changes to allow us to subclass theKen Sharp2015-07-111-4/+20
* Replace trio for sprintfChris Liddell2015-07-021-8/+0
* XPS Interpreter - allow for empty remote resource dictionariesKen Sharp2015-06-301-1/+4
* Add in some error checking during ICC profile creation.Michael Vrhel2015-05-192-0/+4
* Fix problem in xps_zip_alloc_items caused by previous commit: 188c7b0Ray Johnston2015-01-071-0/+1
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-0313-20/+107
* Fix 695618: Keep a tail pointer to speed up parsing long XML documents.Tor Andersson2014-10-221-3/+4
* Implement NOCACHE parameter. We only support the simple case ofHenry Stiles2014-10-191-0/+11
* Error handling was wrong, objects were dereferenced before checking ifHenry Stiles2014-10-191-2/+3
* Bug 695491: parallel make fail due to pconfig.hChris Liddell2014-09-171-2/+1
* xps: Remove trailing whitespace.Tor Andersson2014-07-227-28/+27
* xps: Allow colormapped 1-bit TIFF files.Tor Andersson2014-07-221-1/+9
* xps: Improve transparency analysis for resource dictionaries.Tor Andersson2014-07-221-2/+10
* Bug 695211: (addendum) set SHARE_TRIO for Windows buildsChris Liddell2014-05-071-0/+4
* Bug 693380: raise file path/name size limit to 4kChris Liddell2014-03-131-6/+21
* xps: Fix memory leaks in xpszip.c when handling errors.Tor Andersson2014-02-141-10/+48
* Replace the "floatp" with "double"Chris Liddell2013-12-181-1/+1
* Make sure to set the soft mask opacity to one so that we do not apply theMichael Vrhel2013-10-143-0/+5
* xps interpreter - correct high level pattern handlingKen Sharp2013-10-111-4/+6
* Bug 694519: improve PCL performance with FAPIChris Liddell2013-10-101-0/+1
* xps: Look harder for a font name in the 'name' table.Tor Andersson2013-10-081-7/+44
* Removal of default initialization of ICC profile in languages. The default ...Michael Vrhel2013-09-041-4/+0
* xps: Check sfnt name table length before accessing array.Tor Andersson2013-08-291-0/+6
* xps: Check for number of arguments when parsing abbreviated paths.Tor Andersson2013-08-291-106/+157
* xps: Avoid infinite loop on syntax errors in abbreviated path geometry.Tor Andersson2013-08-291-0/+2
* xps: Skip all but the first resource dictionary if there are many.Tor Andersson2013-08-292-2/+8
* xps: Ignore empty resource dictionaries.Tor Andersson2013-08-292-2/+9