summaryrefslogtreecommitdiff
path: root/source/fitz/list-device.c
AgeCommit message (Expand)Author
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-18Bug 699971. Fix bad read of mask type from display list.Robin Watts
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-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-03-12Bug 699106: Correct progress figures when using display_list.Robin Watts
2018-02-13Add fz_begin_layer/fz_end_layer.Robin Watts
2017-07-21Rename shadowing flag variable to reduce potential confusion.Tor Andersson
2017-07-21Allow caching of rendered tiles when using the display list.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2016-10-24Fix cluster timeouts with test file.Robin Watts
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-19fz_store: Reap passes.Robin Watts
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.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-22Remove pointless casts from void*.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-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-03-24Path packing for memory efficiency.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-24Update display list tile skipping.Robin Watts
2015-02-24Fix incorrect object culling in display list.Robin Watts
2015-02-24Squash some warnings from scan build.Robin Watts
2015-02-20Rejig display device to have a more compact memory representation.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
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-06-26Partially revert "Add missing fz_var() and fix potential memory leak."Matt Holgate
2014-06-26Add missing fz_var() and fix potential memory leak.Matt Holgate
2013-09-27don't reset the clipping rectangle for accumulated textSimon Bünzli