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