summaryrefslogtreecommitdiff
path: root/xps/xpscff.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Fix XPS and PCL interpreters : Change to decode_glyph routineKen Sharp1-1/+1
2010-06-22Whitespace and indentation fixes.Tor Andersson1-1/+1
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-2/+2
2010-05-28Add a sanity NULL-check when accessing INDEX tables in the CFF parser.Tor Andersson1-0/+3
2010-05-04As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts1-2/+2
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-3/+0
2010-04-20Update GhostXPS copyright blobs for year 2010.Tor Andersson1-1/+1
2010-04-20Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson1-320/+320
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-4/+3
2009-10-23Correct format string type mismatches in some debugging statements.Ralph Giles1-3/+3
2009-10-20Remove remaining unused variables to silence warnings.Ralph Giles1-4/+1
2009-08-10Fix some issues with CFF fonts and XPS when the device is pdfwrite. A couple ...Ken Sharp1-5/+5
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-0/+15
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-1/+6
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-26/+26
2007-05-14Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson1-14/+0
2007-04-16Matrix voodoo.Tor Andersson1-13/+24
2007-03-07Imported font code from gslite.Tor Andersson1-0/+932