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
/
bbox-device.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-04-27
Add fz_close_device function.
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
Drop const from fz_image.
Tor Andersson
2016-02-22
Drop const from fz_shade.
Tor Andersson
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-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
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-12
correctly bound image mask clippings in bbox device
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson