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_gradient.c
Age
Commit message (
Expand
)
Author
2012-10-01
Move to consistently refer to "Linear" shadings rather than "Axial" ones.
Robin Watts
2012-10-01
Bug 693330: Change shadings to decompose to meshes at render time.
Robin Watts
2012-07-05
Move to static inline functions from macros.
Robin Watts
2012-03-14
Implement Repeat and Reflect gradients in XPS.
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-12
Change order of params in fz_convert_color to C standard.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-01-26
Pull in XPS commits from GhostXPS to MuXPS
Robin Watts
2012-01-06
Various fixes to avoid arithmetic problems.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
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-05-31
Use fz_atof in XPS interpreter.
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
Merge branch 'xps'
Tor Andersson
2011-04-03
xps: Propagate bounding box through canvas and tiles.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson