summaryrefslogtreecommitdiff
path: root/pdf/pdf_xref_aux.c
AgeCommit message (Collapse)Author
2012-07-05Merge branch 'master' into formsRobin Watts
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
Remove the shim indirection layer for fz_document. A little less type safe, but a lot less boiler plate.
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
Make a separate constructor function that does not link in the interpreter, so we can save space in the mubusy binary by not including the font and cmap resources.