summaryrefslogtreecommitdiff
path: root/source/fitz/list-device.c
AgeCommit message (Expand)Author
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
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson