summaryrefslogtreecommitdiff
path: root/apps/xpsdraw.c
AgeCommit message (Expand)Author
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Add xps_run_page function.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2012-01-09Add fz_try/fz_catch to xpsdrawRobin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2012-01-03Add mubusy buildRobin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04draw: Speed up display list execution by using a visibility test.Tor Andersson
2011-04-03xps: XPS uses 96 dpi as default where PDF uses 72.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson