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
/
device.c
Age
Commit message (
Expand
)
Author
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
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-07-20
Improve Grid fitting of images for .gproof files.
Robin Watts
2015-02-25
Avoid fz_begin_tile_id ever returning an undefined value.
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
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-28
Further fix for Bug 695260: Cope with out of memory in fz_draw_end_mask
Robin Watts
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2013-10-16
Fix null device clip stack scissor handling.
Robin Watts
2013-10-11
SVG: Add simple smask support.
Robin Watts
2013-10-11
SVG: Fix clip stack handling etc.
Robin Watts
2013-10-10
Add scissor stack functionality to null device.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson