summaryrefslogtreecommitdiff
path: root/fitz/base_object.c
AgeCommit message (Expand)Author
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Whitespace fixes.Tor Andersson
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-06Add 'marking' functions for dictionaries.Robin Watts
2011-12-16Fix another Memento_label warning.Robin Watts
2011-12-16Fix Memento_label related warnings in non-memento builds.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Round instead of truncate when converting reals to ints in fz_to_int.Tor Andersson
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-15Merge branch 'master' into contextRobin 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-20Keep dicts that have more than 100 entries sorted.Sebastian Rasmussen
2011-09-20Return expected location when finding keys in dicts.Sebastian Rasmussen
2011-09-20Move array/dict growing into separate functions.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-10Make fz_obj struct opaque.Tor Andersson