summaryrefslogtreecommitdiff
path: root/source/fitz/stext-output.c
AgeCommit message (Expand)Author
2018-10-23Add fz_write_pixmap_as_data_uri helper function.Tor Andersson
2018-10-23Don't rely on CSS classes in HTML5 text output.Tor Andersson
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Use font name in HTML output.Tor Andersson
2017-08-17Detect superscript style in stext html/xhtml output.Tor Andersson
2017-08-17Add direction of writing vector to fz_stext_line struct.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-09Put XHTML images inside a <p> tag (make them block level).Tor Andersson
2017-08-09Add common fz_write_image_as_data_uri function for HTML and SVG output.Tor Andersson
2017-07-27Add text format document writer.Tor Andersson
2017-07-27Add fz_write_base64 function.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-02-20Add fz_font_is_bold and italic functions. Use them for svg output.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.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-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Partial image decode.Robin Watts
2015-12-15Rename fz_output_x to fz_write_pixmap_as_x etc.Tor Andersson
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-06-20Rearrange source files.Tor Andersson