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_outline.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
Rename some find/lookup functions to be in line with documentation.
Tor Andersson
2013-02-20
Bug 693639: Avoid heap overflow and leaks in error cases.
Robin Watts
2013-02-20
Bug 693639: plug various memory leaks.
Tor Andersson
2012-12-13
Bug 693290: Potential NULL deref in xps
Robin Watts
2012-11-30
Bug 693290: Various fixes found from fuzzing.
Robin Watts
2012-11-26
xps: Move XML parser into fitz namespace.
Tor Andersson
2012-08-06
Make use of fz_always instead of repeating code for error and normal path
Sebastian Rasmussen
2012-03-14
Miscellaneous fixes for XPS from SumatraPDf.
Tor Andersson
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2011-12-28
Outline/link destination tweaks.
Robin Watts
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-11-15
Merge branch 'master' into context
Robin Watts
2011-11-10
Add XPS outline parsing and move outline data struct to fz_outline.
Tor Andersson