index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xps
/
xps_path.c
Age
Commit message (
Expand
)
Author
2012-07-17
Handle glyphs that are too large to render as pixmaps.
Tor Andersson
2012-03-28
Whitespace fixes.
Tor Andersson
2012-03-14
Bug 692917: Move to dynamic stroke_states.
Robin Watts
2012-03-14
Combine Opacity attribute with alpha from #RGBA specified colors.
Tor Andersson
2012-03-14
Parse path geometry for separate filling and stroking.
Tor Andersson
2012-03-14
Miscellaneous fixes for XPS from SumatraPDf.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-02-02
Work on supporting links in xps documents.
Robin Watts
2012-01-27
Whitespace fixes.
Tor Andersson
2012-01-26
Pull in XPS commits from GhostXPS to MuXPS
Robin Watts
2012-01-12
Support proper XPS mitering. (And stroke fixes).
Robin Watts
2012-01-06
Various fixes to avoid arithmetic problems.
Robin Watts
2011-09-21
Rename xps_context to xps_document.
Tor Andersson
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-05-31
Use fz_atof in XPS interpreter.
Tor Andersson
2011-04-11
Add triangle caps; separate start, dash and end cap styles for XPS.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-05
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
xps: Always use floats for floating point math.
Tor Andersson
2011-04-03
xps: Fix bugs uncovered by QualityLogicMinBar tests.
Tor Andersson
2011-04-03
xps: Rearrange files, part three.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson