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
/
trace-device.c
Age
Commit message (
Expand
)
Author
2016-04-04
Add glyph names to trace device output.
Tor Andersson
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-02-24
Add optional scissor hint argument to text clipping functions.
Tor Andersson
2016-02-24
Clarify scissor argument to clip device functions.
Tor Andersson
2016-02-22
Rename fz_path_processor to fz_path_walker.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-02-22
Drop const from fz_shade.
Tor Andersson
2016-01-28
MSVC: Fix trace device output
Robin Watts
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-12-11
Remove text clip accumulation.
Tor Andersson
2015-12-11
Keep spans of multiple fonts and sizes in one fz_text object.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-04-07
Fix whitespace.
Tor Andersson
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-02-17
Use embedded superclass struct instead of user pointer in devices.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2013-09-08
Separate command and coordinate arrays in fz_path structure.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson