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
/
res_text.c
Age
Commit message (
Expand
)
Author
2012-04-05
Fix potential problems on malloc failure.
Robin Watts
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-01-11
Add glyph bbox cache.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2012-01-10
Move fuzz from fz_execute_display_list into fz_bound_text.
Robin Watts
2011-12-19
More Memory squeezing fixes
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-08-18
Don't print XML metacharacters in attribute strings in dev_trace.
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-03
Add wmode flag to text objects to support vertical writing mode in the text e...
Tor Andersson
2010-05-02
Enclose gid in quotation marks to make debugging of text be XML compliant.
Sebastian Rasmussen
2010-04-19
Add support for patterns in stroked paths and text.
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-08
Rename the old path and text node files.
Tor Andersson