index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
svg-device.c
Age
Commit message (
Expand
)
Author
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-19
SVG output: Fix dropped group alpha.
Robin Watts
2016-11-14
More API tweaks.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Workaround 0 line-width strokes in svg output.
Robin Watts
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-09-16
Bug 695988: Avoid sending image data multiple times.
Robin Watts
2016-09-06
Devices now handle colorspace being NULL as alpha-only.
Sebastian Rasmussen
2016-09-01
Use fz_convert_color().
Sebastian Rasmussen
2016-07-20
Add char encoding to produced SVG files.
Robin Watts
2016-07-13
Fix memory leaks in SVG device.
Robin Watts
2016-07-13
Bug 696846: Fix badly formed SVG output.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-20
Bug 696847: Fix SEGV in svg device.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-04-27
Add fz_close_device function.
Tor Andersson
2016-02-24
Add optional scissor hint argument to text clipping functions.
Tor Andersson
2016-02-24
Clarify scissor argument to clip device functions.
Tor Andersson
2016-02-22
Rename fz_path_processor to fz_path_walker.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-02-22
Drop const from fz_shade.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-12-15
Rename fz_output_x to fz_write_pixmap_as_x etc.
Tor Andersson
2015-12-11
Remove text clip accumulation.
Tor Andersson
2015-12-11
Keep spans of multiple fonts and sizes in one fz_text object.
Tor Andersson
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-02-23
Fix double-malloc error.
Tor Andersson
2015-02-17
Use embedded superclass struct instead of user pointer in devices.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-09-02
Clean some whitespace.
Tor Andersson
2014-02-04
Improve glyph bounding, outlining and SVG output text.
Robin Watts
2014-01-06
fix various MSVC warnings
Simon Bünzli
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2013-11-11
Remove unused variables causing warnings
Sebastian Rasmussen
2013-10-11
SVG: Fix alpha issues.
Robin Watts
2013-10-11
SVG: Add simple smask support.
Robin Watts
2013-10-11
SVG: Add dumb group implementation.
Robin Watts
2013-10-11
SVG: Fix clip stack handling etc.
Robin Watts
2013-10-10
SVG: Fix fts_01_0106.pdf
Robin Watts
2013-10-10
SVG: Add image mask clip support.
Robin Watts
2013-10-10
SVG device: All gradient output (using images).
Robin Watts
2013-10-10
Add fz_new_png_from_pixmap
Robin Watts
2013-10-09
SVG: Support Type3 fonts and stroked fonts.
Robin Watts
2013-10-07
SVG device: Send text as reusable paths
Robin Watts
[next]