summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-op-run.c
AgeCommit message (Expand)Author
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-24Clarify scissor argument to clip device functions.Tor Andersson
2016-02-22Rename fz_add_text to fz_show_glyph.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-19Fix 695582: add knockout group for text that is both stroke and fill.Tor Andersson
2015-10-15Fix 696241: fix bracketing of begin_group/end_group for text objects.Tor Andersson
2015-10-14pdf: Flush text if content stream processing is cut short by errors.Tor Andersson
2015-03-25Bug 695885: Avoid too many pop clips.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-24Simplify/Correct logic in pdf_show_charRobin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2015-01-20don't omit patterns with huge xstep/ystep valuesSimon Bünzli
2014-07-18allow to extract text for uncacheable glyphsSimon Bünzli
2014-06-16Fix a fatal compiler warning when building with the latest version of the And...Matt Holgate
2014-06-09Bug 695300: Sanitize draw-device stack handling in error cases.Robin Watts
2014-05-27Bug 695260: Fix error handling in do_xobjectRobin Watts
2014-05-22Flush pending text on a change of CTM.Robin Watts
2014-05-13Fix signedness in cmap interface.Tor Andersson
2014-04-23Fix 693391: simplify warning messageTor Andersson
2014-03-25Bug 695089: inherit resources for softmasks (regression fix)Simon Bünzli
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-03-17Ensure that BDC operators get both params.Robin Watts
2014-03-04Add pdf_process interface.Robin Watts