index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
dev_text.c
Age
Commit message (
Expand
)
Author
2011-02-23
Remove fthint workaround for DynaLab fonts, since that is now a part of freet...
Tor Andersson
2011-02-18
Make pdfdraw -tt output valid XML.
Tor Andersson
2011-02-08
Use horizontal metrics to create text boxes instead of guessing at bad vertic...
Tor Andersson
2011-02-03
Various patches from SumatraPDF.
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-07-26
Fix bug where storage capacity of 0 or 1 was not taken care of.
Sebastian Rasmussen
2010-06-26
When computing advance width, use fontsize 64 instead of 1000.
Sebastian Rasmussen
2010-06-24
More tweaks to space insertion.
Tor Andersson
2010-06-23
Tweak how often spaces are inserted in dev_ext.
Tor Andersson
2010-06-22
Add hints flag to device struct so that the interpreter doesn't need to load ...
Tor Andersson
2010-06-21
Put magic numbers in #defines.
Tor Andersson
2010-06-21
Improve newline detection heuristic in text extraction device.
Tor Andersson
2010-06-21
Fix ascender and descender and other metric calculations to use proper scalin...
Tor Andersson
2010-06-21
Divide bbox for custom ligatures defined by one-to-many ToUnicode mappings.
Tor Andersson
2010-06-21
Implement searching for text within the current page.
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-16
Fix typo in dev_text that caused the bounding boxes to be incorrect.
Tor Andersson
2010-06-05
Do text extraction heuristics in device space in order to be more robust.
Tor Andersson
2010-06-03
Add wmode flag to text objects to support vertical writing mode in the text e...
Tor Andersson
2010-05-31
Initialize variables, fixing potential bugs.
Tor Andersson
2010-05-25
Support one-to-many glyph/character mappings.
Tor Andersson
2010-05-25
Expand ligature presentation forms into their individual characters when extr...
Tor Andersson
2010-05-13
Various fixes to avoid relying on C99. Move definitions of variables back to ...
Robin Watts
2010-05-11
Accumulate text to be clipped in text render mode 7.
Tor Andersson
2010-05-11
Record stroked and clipped text in dev_text.
Tor Andersson
2010-04-24
Add font and font size information to text spans.
Tor Andersson
2010-04-24
Calculate bounding boxes for text in the text extraction device.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-03-09
Add text extraction device.
Tor Andersson