summaryrefslogtreecommitdiff
path: root/source/fitz/trace-device.c
AgeCommit message (Expand)Author
2018-11-08Fix 699352: Call begin_layer for all marked content in PDF.Tor Andersson
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-11-08Remove broken bidi reordering code.Tor Andersson
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-04-04Add glyph names to trace device output.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-22Rename fz_path_processor to fz_path_walker.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-28MSVC: Fix trace device outputRobin Watts
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-11Keep spans of multiple fonts and sizes in one fz_text object.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-03-24Path rework for improved memory usage.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
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson