summaryrefslogtreecommitdiff
path: root/source/xps/xps-glyphs.c
AgeCommit message (Expand)Author
2018-10-24Purge TRYLATER stuff from XPS interpreter.Sebastian Rasmussen
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-09-19Fix 698558: Handle non-tags in tag name comparisons.Tor Andersson
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2016-10-19Move headers to make xps_document an internal type.Sebastian Rasmussen
2016-10-12Remove unused function.Tor Andersson
2016-10-12Bug 697012: Avoid overflow in xps_parse_real_num.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-08-30Use U+FFFD instead of '?' for bad encodings in text extraction.Tor Andersson
2016-08-24Bug 696983 - Fix bidirectional XPS spacing.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-05Clean up bidi enum names.Tor Andersson
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-02-24Add fz_show_string function and move wmode argument to end.Tor Andersson
2016-02-24Add optional scissor hint argument to text clipping functions.Tor Andersson
2016-02-22Rename fz_add_text to fz_show_glyph.Tor Andersson
2016-02-10Add bold/italic/monospaced/serif flags to fz_font.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-10-06xps: Add separate link parsing step.Tor Andersson
2015-10-06xps: Make guts of path and text parsing publically visible.Tor Andersson
2015-10-06xps: Simplify transform attribute/tag parsing.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
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-08-19prevent buffer overflow and memory leak in xps-glyphs.cSimon Bünzli
2014-05-12prevent indeterminacy by uninitialized variablesSimon Bünzli
2014-01-16Bug 694957: fix stack buffer overflow in xps_parse_colorSimon Bünzli
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-08-20Use unscaled metrics in xps_measure_font_glyph.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-20Rearrange source files.Tor Andersson