summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
AgeCommit message (Expand)Author
2013-08-28fix various typosSimon Bünzli
2013-08-28Fix bad interaction between incremental update and object streamsPaul Gardiner
2013-08-22Add support for writing of xref streamsPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-07-26Silence 'set but not used' warnings.Tor Andersson
2013-07-26Clean up whitespace.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-11Silence a few warnings.Tor Andersson
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-07-01Bug 694382: Fix use-after-free due to type3 fonts.Robin Watts
2013-07-01Fix android app crashing after savePaul Gardiner
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-28Optimise xref-section extension and improve linked list creationPaul Gardiner
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-26Ensure monotonicity of xref-section sizePaul Gardiner
2013-06-25Ensure that xref_sections always grow over time.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-24fix recent regressionszeniko
2013-06-21Initial PDF editing/page creation commitRobin Watts
2013-06-20Rearrange source files.Tor Andersson