summaryrefslogtreecommitdiff
path: root/xps/xps_gradient.c
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-23Bug 693520: Fix rendering of non-orthogonal gradients.Robin Watts
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson
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-07-05Move to static inline functions from macros.Robin Watts
2012-03-14Implement Repeat and Reflect gradients in XPS.Tor Andersson
2012-03-14Miscellaneous fixes for XPS from SumatraPDf.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-01-26Pull in XPS commits from GhostXPS to MuXPSRobin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-05-31Use fz_atof in XPS interpreter.Tor Andersson
2011-04-05Add wrapper functions around device calls.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04xps: Always use floats for floating point math.Tor Andersson
2011-04-03Merge branch 'xps'Tor Andersson
2011-04-03xps: Propagate bounding box through canvas and tiles.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson