summaryrefslogtreecommitdiff
path: root/source/fitz/device.c
AgeCommit message (Expand)Author
2015-02-25Avoid fz_begin_tile_id ever returning an undefined value.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-05-28Further fix for Bug 695260: Cope with out of memory in fz_draw_end_maskRobin Watts
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2013-10-16Fix null device clip stack scissor handling.Robin Watts
2013-10-11SVG: Add simple smask support.Robin Watts
2013-10-11SVG: Fix clip stack handling etc.Robin Watts
2013-10-10Add scissor stack functionality to null device.Robin Watts
2013-06-20Rearrange source files.Tor Andersson