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
2017-01-09
Remove some dead code.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-19
Fix typo in dictionary entry sorting.
Sebastian Rasmussen
2016-12-12
pdf: Add missing prepare_object_for_alteration calls.
Tor Andersson
2016-12-12
Change pdf_dict_put_val to pdf_dict_put_val_null.
Tor Andersson
2016-12-08
Update pdf_array_put to allow extension.
Robin Watts
2016-11-23
Fix object leak in pdf_array_put_drop() and pdf_dict_put_val_drop().
Sebastian Rasmussen
2016-09-22
Bug 697015: Avoid object references vanishing during repair.
Robin Watts
2016-09-14
Don't report addRef/dropRef events to Memento twice.
Robin Watts
2016-08-24
Add pdf_array_find to look up the index of an object in an array.
Tor Andersson
2016-08-24
When NULL is added to PDF dicts/arrays, insert null objects.
Sebastian Rasmussen
2016-08-24
Be stricter in what can be added into arrays/dicts.
Sebastian Rasmussen
2016-08-24
Do not resolve PDF dict keys before using them.
Sebastian Rasmussen
2016-08-24
Always check that PDF dict keys are names in same way.
Sebastian Rasmussen
2016-08-24
Add macros for checking PDF object type.
Sebastian Rasmussen
2016-08-24
Turn warnings in dict/array functions into exceptions.
Sebastian Rasmussen
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-07-06
Fix garbage collection and page grafting for indirect reference chains.
Tor Andersson
2016-07-06
pdf: Check ownership when adding objects to a document.
Tor Andersson
2016-06-20
Fix signed/unsigned warning.
Robin Watts
2016-06-17
Allow PDF strings to be > 16bits.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-03-16
Avoid unused var warnings in Memento ref counting code.
Robin Watts
2016-03-15
Make PDF objects ref changes memento-trackable.
Robin Watts
2016-03-14
Make pdf_is_stream work on loaded stream dictionary objects as well.
Tor Andersson
2016-03-01
js: Add PDF document and object access.
Tor Andersson
2016-02-29
Improve pretty-print formatting of arrays.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-08-27
Move objects to the incremental xref before changing them
Paul Gardiner
2015-08-27
Add a deep-copy function for pdf objects
Paul Gardiner
2015-08-20
Remove duplicate inclusions of headers.
Sebastian Rasmussen
2015-07-27
Correctly compare PDF names with null, true and false.
Sebastian Rasmussen
2015-06-05
Fix mutool clean for FZ_LARGEFILE case.
Robin Watts
2015-05-25
Bug 695949: Fix bug in pdf_dict_del.
Robin Watts
2015-05-15
pdf_dict_find optimisation.
Robin Watts
2015-05-15
Fix bug in pdf_dict_find.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-07
Fix whitespace.
Tor Andersson
2015-03-25
Avoid calling pdf_dict_finds when we could call pdf_dict_find.
Robin Watts
2015-03-24
Reduce pdf_obj memory usage.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-27
Bug 695853: Fix pdf clean operation with invalid refs in input file.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
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
[next]