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_png.c
Age
Commit message (
Expand
)
Author
2012-01-06
Various memory leak fixes.
Robin Watts
2011-12-30
Avoid SEGV when reading PNG from XPS
Robin Watts
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
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
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-08
Add soft limit to pixmap allocation.
Tor Andersson
2011-04-08
Simplify arguments to fz_new_pixmap.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-03
xps: Use fz_pixmap directly instead of wrapping it in xps_image.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson