summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
AgeCommit message (Expand)Author
2018-11-13Use first character's bbox even if it is empty.Tor Andersson
2018-11-13Bug 700143: Ignore duplicate text objects in text extraction.Tor Andersson
2018-11-07Fix 700030: Tweak text extraction space adding heuristics.Tor Andersson
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
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-01-24Fix github issue #5: wrong return type from vec_dot in stext-device.cTor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08Remove broken bidi reordering code.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Make sure shades use proper "default" color space.Michael Vrhel
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
2017-10-05Avoid double literals and double math functions.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-21Fix 698374: Compute line and block bounding boxes when device closes.Tor Andersson
2017-08-21Make fz_stext_block and fz_stext_line double linked lists.Tor Andersson
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-08-17Add direction of writing vector to fz_stext_line struct.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-09Render shadings to images in stext-device.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-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