summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
AgeCommit message (Expand)Author
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