index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
res_path.c
Age
Commit message (
Expand
)
Author
2012-08-06
Fix locking bug in path stroking
Sebastian Rasmussen
2012-07-17
Handle glyphs that are too large to render as pixmaps.
Tor Andersson
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-06-27
Fix clipping of stroked text seen in displaylist cases.
Robin Watts
2012-03-28
Whitespace fixes.
Tor Andersson
2012-03-14
Bug 692917: Move to dynamic stroke_states.
Robin Watts
2012-03-14
When bounding paths, only apply miterlimit when mitering.
Robin Watts
2012-03-14
Ignore trailing movetos in path bounding calculations.
Robin Watts
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
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-01-14
Smarter path construction (avoid needless segments).
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-12-19
More Memory squeezing fixes
Robin Watts
2011-12-16
More memsqueezing fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
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-08-09
Fix bug 692253: handle curvetov with no current point set.
Tor Andersson
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-01
xps: Respect PathGeometry.Transform attribute.
Tor Andersson
2011-03-01
Fix subtle path stroking bug where closepath did not update the pen position.
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-07-31
Include all three bezier controlpoints when bounding curves in a path.
Sebastian Rasmussen
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-15
Add missing break in fz_boundpath.
Tor Andersson
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-15
XML-ify output of dev_trace.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-08
Rename the old path and text node files.
Tor Andersson