index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
path.c
Age
Commit message (
Expand
)
Author
2015-12-14
Add fz_clone_path
Robin Watts
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-08-20
Remove duplicate inclusions of headers.
Sebastian Rasmussen
2015-05-05
Fix typo in fz_pack_path that caused us to malloc much more than needed.
Tor Andersson
2015-03-24
Path packing for memory efficiency.
Robin Watts
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-02-20
Add fz_trim_path and call it.
Robin Watts
2015-02-17
Add helper functions to keep/drop reference counts with locking.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Reference count fz_path and fz_text.
Tor Andersson
2013-11-05
Allow stroke states to be kept on the stack.
Tor Andersson
2013-11-05
Improve stroke state function names that take the dash array length.
Tor Andersson
2013-09-08
Separate command and coordinate arrays in fz_path structure.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson