summaryrefslogtreecommitdiff
path: root/xps/xps_zip.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-05-29Rename some find/lookup functions to be in line with documentation.Tor Andersson
2013-05-29Silence warnings.Tor Andersson
2013-05-06Fix formatting.Tor Andersson
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-14Add ZIP64 support to XPS parser.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-03Add document interface.Tor Andersson
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-24Make xps_free_context cope with NULL arg.Robin Watts
2012-01-06XPS tweaks/fixes.Robin Watts
2012-01-05Remove stray semicolons and fix typo in xps zip code.Tor Andersson
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-08Throw exceptions in xps code.Tor Andersson
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-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-10xps: Use specific font cache struct instead of hash table.Tor Andersson
2011-04-08Various patches from SumatraPDF.Tor Andersson
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
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-03xps: Plug memory leaks.Tor Andersson
2011-04-03xps: Remove xps_context from hash table implementation.Tor Andersson
2011-04-03xps: Rearrange files, part three.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson