index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-object.c
Age
Commit message (
Expand
)
Author
2014-09-02
Add fz_snprintf and use it for formatting floating point numbers.
Tor Andersson
2014-07-18
hex-encode UTF-16 strings when writing PDF
Simon Bünzli
2014-06-09
Fix 695300: don't throw exception on invalid reference number.
Tor Andersson
2014-03-16
Avoid premature dropping of objects in pdf_dict_put
Robin Watts
2014-03-13
Make pdf_output_obj consistent with pdf_fprint_obj
Robin Watts
2014-03-04
Bug 691691: Add way of clearing cached objects out of the xref.
Robin Watts
2014-02-28
Fix harmless copy/paste error in pdf_copy_dict.
Robin Watts
2014-02-28
Ensure that pdf_array_delete works even with indirected objects.
Robin Watts
2014-02-25
make pdf_new_obj_from_str throw on error
Simon Bünzli
2014-02-10
Add pdf_is_number.
Robin Watts
2014-02-10
Add pdf_output_obj function.
Robin Watts
2014-01-13
More fixes for PDF clean.
Robin Watts
2013-12-23
Bug 694715: Fix typo in error message
Robin Watts
2013-09-06
Fix problem with object dirty flag
Paul Gardiner
2013-08-13
Signature creation
Paul Gardiner
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-03
Rename pdf_set_objects_parent_num to pdf_set_obj_parent
Robin Watts
2013-06-28
Add array_insert_drop and array_delete functions.
Tor Andersson
2013-06-28
Ensure altered objects are moved to the incremental xref section
Paul Gardiner
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-27
Bug 694382: Fix problems arising from recent pdf_obj changes.
Robin Watts
2013-06-25
Rework storing internal flags in PDF objects.
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-24
Shrink pdf_obj type by using a flags word, and moving refs to a short.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson