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
2017-04-27
Remove debug printing code.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-10-12
Remove superfluous context null checks.
Tor Andersson
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-05-24
Silence "Variable might be used uninitialised" warning.
Robin Watts
2016-03-23
Bug 696630: Avoid needless (and potentially wrong) dereference.
Robin Watts
2016-02-22
Rename fz_path_processor to fz_path_walker.
Tor Andersson
2016-01-18
Add consts to fz_keep/drop_path.
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
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