summaryrefslogtreecommitdiff
path: root/pdf/pdf_parse.c
AgeCommit message (Expand)Author
2013-02-20Bug 693639: some convenience functions.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-07-18Update pdf_to_utf8 to handle either a stream or a stringPaul Gardiner
2012-07-05Move to static inline functions from macros.Robin Watts
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-06Various memory leak fixes.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-15Another memsqueezing bug.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Fix SEGV seen when repairing SumatraPDF1.1DOS.pdfRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-06Support empty and little-endian UTF-16 strings.Tor Andersson
2011-05-31Fix assert in scale: see Bug 692245.Robin Watts
2011-04-08pdf: add pdf_from_ucs2 to encode a unicode string in pdfdocencoding.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson