summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)Author
2013-05-16Add colorspace context.Tor Andersson
2013-05-10Update fz_bound_{text,path} functions.Robin Watts
2013-05-06Fix formatting.Tor Andersson
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-20Silence warnings.Tor Andersson
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-20Bug 693639: allow OpenXPS extension and XML namespaces.Tor Andersson
2013-02-20Bug 693639: plug various memory leaks.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-23Bug 693520: Fix rendering of non-orthogonal gradients.Robin Watts
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-12-13Bug 693290: Avoid potential infinite loop in xps path parsing.Robin Watts
2012-12-13Bug 693290: Potential NULL deref in xpsRobin Watts
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-29Bug 693463: Fix various memory leaks.Robin Watts
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson
2012-11-26xps: Fix potential off-by-one buffer overwrite in XML parser.Tor Andersson
2012-11-26xps: Save text content in XML nodes.Tor Andersson
2012-11-20Obsess about whitespace.Tor Andersson
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-01Move to consistently refer to "Linear" shadings rather than "Axial" ones.Robin Watts
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Check whether font in xps has charmap before using itSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-09Make synthetic font styles match XPS spec more closely.Tor Andersson
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-28Fix access of recently freed memory.Tor Andersson
2012-03-28Whitespace fixes.Tor Andersson
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14Combine Opacity attribute with alpha from #RGBA specified colors.Tor Andersson
2012-03-14Parse path geometry for separate filling and stroking.Tor Andersson
2012-03-14Support alternate content / markup compatibility tags in XPS.Tor Andersson
2012-03-14Implement Repeat and Reflect gradients in XPS.Tor Andersson
2012-03-14Support StyleSimulation for fonts in XPS.Tor Andersson
2012-03-14Add ZIP64 support to XPS parser.Tor Andersson
2012-03-14Miscellaneous fixes for XPS from SumatraPDf.Tor Andersson