index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xps
/
xps_glyphs.c
Age
Commit message (
Expand
)
Author
2012-01-11
Stylistic comment and whitespace fixes.
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
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-08
Throw exceptions in xps code.
Tor Andersson
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Rename xps_context to xps_document.
Tor Andersson
2011-09-21
Add warning context.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-05-31
Use fz_atof in XPS interpreter.
Tor Andersson
2011-04-10
xps: Use specific font cache struct instead of hash table.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-05
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
xps: Always use floats for floating point math.
Tor Andersson
2011-04-03
xps: Plug memory leaks.
Tor Andersson
2011-04-03
xps: Remove xps_context from hash table implementation.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson