summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref.c
AgeCommit message (Expand)Author
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-15Move javascript loading after encryption/repair has been done.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-13Remove unnecessary function and improve namingPaul Gardiner
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-31A few general utility functions added for the sake of the forms workPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-23Bring xref object and stream mutation functions back from the dead.Tor Andersson
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Implement dummy JavaScript engine just for the sake of viewing calc.pdfPaul Gardiner
2012-05-08First go at Javascript-engine abstract APIPaul Gardiner
2012-05-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-05-07A few general utility functions added for the sake of the forms workPaul Gardiner
2012-04-30Proper fix for previous locking issues.Robin Watts
2012-04-30Simple mupdfposter appRobin Watts
2012-04-30Fix locking issues discovered by Sebras.Robin Watts
2012-04-21Correct mistake in fz_meta.Robin Watts
2012-04-21Big 692996: Eliminate recursion to avoid exception stack overflows.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-03-14Warn not throw on indirection cycles in pdf_resolve_indirect.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-15Add braces to resolve ambiguity.Robin Watts
2012-02-15Fix typo in comment.Robin Watts
2012-02-15Treat 0000000000 * n xref entries as free ones.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-24Remove incorrect free in error case.Robin Watts
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-07Empty object store when freeing xref.Sebastian Rasmussen
2012-01-06PDF fixes/tweaks.Robin Watts
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts