summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
AgeCommit message (Expand)Author
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-06Split encoded ligatures (as from PDF) properly in text extraction.Tor Andersson
2016-04-05Handle many-to-one and many-to-many clusters in structured text extraction.Tor Andersson
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
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-22Drop const from fz_image.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-20Tidy bidirectional source.Robin Watts
2016-01-13Add lots of consts.Robin Watts
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-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-08-24Move ucdn.h into public headers.Tor Andersson
2015-07-20Fix leak during text extraction.Robin Watts
2015-04-07Fix some warnings.Tor Andersson
2015-04-07Fix structured text extraction in vertical mode.Robin Watts
2015-04-07Structured text extraction; improve glyph bounding box calculations.Robin Watts
2015-04-07Use fz_advance_glyph rather than direct FT calls during PDF layout.Robin Watts
2015-02-25Text device; collect matrix and bbox for images too.Robin Watts
2015-02-20Do not crash on text extraction on pages with no text.Robin Watts
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
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-06-20Rearrange source files.Tor Andersson