summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/device.h
AgeCommit message (Expand)Author
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-02-13Add fz_begin_layer/fz_end_layer.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-09Render shadings to images in stext-device.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2016-11-14More API tweaks.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Add separate X and Y resolution to draw device options.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-05-31Update test device with passthrough option.Robin Watts
2016-05-13Reference count fz_device.Tor Andersson
2016-04-27Add fz_close_device function.Tor Andersson
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-02-24Add optional scissor hint argument to text clipping functions.Tor Andersson
2016-02-24Clarify scissor argument to clip device functions.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-11Remove text clip accumulation.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-08-27Revise test-device; thresholding and exhaustive checking.Tor Andersson
2014-07-17Add feature testing device, and call it from mudraw with -T flag.Tor Andersson
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2013-10-11SVG: Add simple smask support.Robin Watts
2013-10-10Add scissor stack functionality to null device.Robin Watts
2013-09-30Disable image interpolation with a hint.Robin Watts
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson