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
/
test-device.c
Age
Commit message (
Expand
)
Author
2016-10-07
Rename fz_process_mesh to fz_process_shade.
Robin Watts
2016-05-31
Update test device with passthrough option.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
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-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-06-29
Rejig the internals of fz_image slightly.
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-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-09-08
Update test-device to check images piecemeal.
Robin Watts
2014-09-02
Fix memory leaks in test_device.
Robin Watts
2014-09-01
Performance improvement for test-device.
Robin Watts
2014-08-27
Revise test-device; thresholding and exhaustive checking.
Tor Andersson
2014-08-11
Fix commit: Minor optimization in test_device.
Tor Andersson
2014-07-17
Minor optimization in test_device.
Ray Johnston
2014-07-17
Add feature testing device, and call it from mudraw with -T flag.
Tor Andersson