index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
xpsdraw.c
Age
Commit message (
Expand
)
Author
2012-01-04
Bug 692739: Add ability to abort time consuming actions
Robin Watts
2012-01-03
Add mubusy build
Robin Watts
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Remove deprecated error handling 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
2011-10-04
Reintroduce alloc context section.
Robin Watts
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-20
Reshuffle exception context code to fit Tor's aesthetic sense.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-05
Clean up xps and pdf page access functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2011-04-03
xps: XPS uses 96 dpi as default where PDF uses 72.
Tor Andersson
2011-04-03
xps: Rearrange files, part two.
Tor Andersson