summaryrefslogtreecommitdiff
path: root/source/fitz/svg-device.c
AgeCommit message (Expand)Author
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-27Add fz_close_device function.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-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-15Rename fz_output_x to fz_write_pixmap_as_x etc.Tor Andersson
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-03-24Path rework for improved memory usage.Robin Watts
2015-02-23Fix double-malloc error.Tor Andersson
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-09-02Clean some whitespace.Tor Andersson
2014-02-04Improve glyph bounding, outlining and SVG output text.Robin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2013-11-11Remove unused variables causing warningsSebastian Rasmussen
2013-10-11SVG: Fix alpha issues.Robin Watts
2013-10-11SVG: Add simple smask support.Robin Watts
2013-10-11SVG: Add dumb group implementation.Robin Watts
2013-10-11SVG: Fix clip stack handling etc.Robin Watts
2013-10-10SVG: Fix fts_01_0106.pdfRobin Watts
2013-10-10SVG: Add image mask clip support.Robin Watts
2013-10-10SVG device: All gradient output (using images).Robin Watts
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-10-09SVG: Support Type3 fonts and stroked fonts.Robin Watts
2013-10-07SVG device: Send text as reusable pathsRobin Watts
2013-10-07Update SVG device to send text as pathsRobin Watts
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-09-02Improve SVG pattern handling.Robin Watts
2013-07-26Narrow definition of whitespace according to XML spec.Robin Watts
2013-07-25Bug 694402: Fix various SVG output problemsRobin Watts
2013-06-20Rearrange source files.Tor Andersson