summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
AgeCommit message (Expand)Author
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2016-10-26Change space detection heuristic.Tor Andersson
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-10-24Use correct coordinates for synthesized space characters in stext device.Tor Andersson
2016-10-24Fix 697236: Don't update pen position inside clusters in stext device.Tor Andersson
2016-10-24Bug 697235: Change default values for stext options.Sebastian Rasmussen
2016-10-24When not preserving stext whitespace, only emit space character.Sebastian Rasmussen
2016-10-24When not preserving stext ligatures, remember actual character added.Sebastian Rasmussen
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-07Ignore duplicate character in structured text extraction.Sebastian Rasmussen
2016-06-14stext: Non-initial glyphs in ligatures must set start/stop.Sebastian Rasmussen
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