summaryrefslogtreecommitdiff
path: root/source/fitz/svg-device.c
AgeCommit message (Expand)Author
2016-11-14More API tweaks.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Workaround 0 line-width strokes in svg output.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-16Bug 695988: Avoid sending image data multiple times.Robin Watts
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-09-01Use fz_convert_color().Sebastian Rasmussen
2016-07-20Add char encoding to produced SVG files.Robin Watts
2016-07-13Fix memory leaks in SVG device.Robin Watts
2016-07-13Bug 696846: Fix badly formed SVG output.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-20Bug 696847: Fix SEGV in svg device.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
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