summaryrefslogtreecommitdiff
path: root/source/fitz/svg-device.c
AgeCommit message (Expand)Author
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