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
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