index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
stext-device.c
Age
Commit message (
Expand
)
Author
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-25
Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Include "mupdf/ucdn.h" explicitly.
Tor Andersson
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2016-10-26
Change space detection heuristic.
Tor Andersson
2016-10-26
Introduce options for structured text.
Sebastian Rasmussen
2016-10-24
Use correct coordinates for synthesized space characters in stext device.
Tor Andersson
2016-10-24
Fix 697236: Don't update pen position inside clusters in stext device.
Tor Andersson
2016-10-24
Bug 697235: Change default values for stext options.
Sebastian Rasmussen
2016-10-24
When not preserving stext whitespace, only emit space character.
Sebastian Rasmussen
2016-10-24
When not preserving stext ligatures, remember actual character added.
Sebastian Rasmussen
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-09-08
Add options to control heuristics in structured text.
Sebastian Rasmussen
2016-07-13
Bug 696699: Fix Text extraction mediabox information.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-07
Ignore duplicate character in structured text extraction.
Sebastian Rasmussen
2016-06-14
stext: Non-initial glyphs in ligatures must set start/stop.
Sebastian Rasmussen
2016-04-27
Add fz_close_device function.
Tor Andersson
2016-04-06
Split encoded ligatures (as from PDF) properly in text extraction.
Tor Andersson
2016-04-05
Handle many-to-one and many-to-many clusters in structured text extraction.
Tor Andersson
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-02-24
Add fz_show_string function and move wmode argument to end.
Tor Andersson
2016-02-24
Add optional scissor hint argument to text clipping functions.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-20
Tidy bidirectional source.
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
2015-12-11
Remove text clip accumulation.
Tor Andersson
2015-12-11
Keep spans of multiple fonts and sizes in one fz_text object.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-08-24
Move ucdn.h into public headers.
Tor Andersson
2015-07-20
Fix leak during text extraction.
Robin Watts
2015-04-07
Fix some warnings.
Tor Andersson
2015-04-07
Fix structured text extraction in vertical mode.
Robin Watts
2015-04-07
Structured text extraction; improve glyph bounding box calculations.
Robin Watts
2015-04-07
Use fz_advance_glyph rather than direct FT calls during PDF layout.
Robin Watts
2015-02-25
Text device; collect matrix and bbox for images too.
Robin Watts
2015-02-20
Do not crash on text extraction on pages with no text.
Robin Watts
2015-02-17
Use embedded superclass struct instead of user pointer in devices.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson