summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-object.c
AgeCommit message (Expand)Author
2016-07-06pdf: Check ownership when adding objects to a document.Tor Andersson
2016-06-20Fix signed/unsigned warning.Robin Watts
2016-06-17Allow PDF strings to be > 16bits.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-15Make PDF objects ref changes memento-trackable.Robin Watts
2016-03-14Make pdf_is_stream work on loaded stream dictionary objects as well.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-02-29Improve pretty-print formatting of arrays.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-08-27Move objects to the incremental xref before changing themPaul Gardiner
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen
2015-07-27Correctly compare PDF names with null, true and false.Sebastian Rasmussen
2015-06-05Fix mutool clean for FZ_LARGEFILE case.Robin Watts
2015-05-25Bug 695949: Fix bug in pdf_dict_del.Robin Watts
2015-05-15pdf_dict_find optimisation.Robin Watts
2015-05-15Fix bug in pdf_dict_find.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-04-07Fix whitespace.Tor Andersson
2015-03-25Avoid calling pdf_dict_finds when we could call pdf_dict_find.Robin Watts
2015-03-24Reduce pdf_obj memory usage.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-07-18hex-encode UTF-16 strings when writing PDFSimon Bünzli
2014-06-09Fix 695300: don't throw exception on invalid reference number.Tor Andersson
2014-03-16Avoid premature dropping of objects in pdf_dict_putRobin Watts
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-02-28Fix harmless copy/paste error in pdf_copy_dict.Robin Watts
2014-02-28Ensure that pdf_array_delete works even with indirected objects.Robin Watts
2014-02-25make pdf_new_obj_from_str throw on errorSimon Bünzli
2014-02-10Add pdf_is_number.Robin Watts
2014-02-10Add pdf_output_obj function.Robin Watts
2014-01-13More fixes for PDF clean.Robin Watts
2013-12-23Bug 694715: Fix typo in error messageRobin Watts
2013-09-06Fix problem with object dirty flagPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-06-28Add array_insert_drop and array_delete functions.Tor Andersson
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-25Rework storing internal flags in PDF objects.Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts