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
2013-06-18
Merge common and internal headers into one.
Tor Andersson
2013-06-18
Move header files into separate include directory.
Tor Andersson
2013-05-29
Silence warnings.
Tor Andersson
2013-05-10
Update fz_bound_{text,path} functions.
Robin Watts
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2012-11-26
xps: Move XML parser into fitz namespace.
Tor Andersson
2012-08-06
Check whether font in xps has charmap before using it
Sebastian Rasmussen
2012-07-20
Pass original font name to fz_new_font from PDF interpreter.
Tor Andersson
2012-07-09
Make synthetic font styles match XPS spec more closely.
Tor Andersson
2012-03-14
Combine Opacity attribute with alpha from #RGBA specified colors.
Tor Andersson
2012-03-14
Support StyleSimulation for fonts in XPS.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-07
More release tidyups.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-13
Add locking around freetype calls.
Robin Watts
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-02-02
Support remote links in XPS documents.
Robin Watts
2012-02-02
Work on supporting links in xps documents.
Robin Watts
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