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-xref.c
Age
Commit message (
Expand
)
Author
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
Add fitz to pdf downcasting functions for pages and annotations.
Tor Andersson
2016-07-06
Fix garbage collection and page grafting for indirect reference chains.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-07-06
pdf: Increment generation number in the xref when deleting an object.
Tor Andersson
2016-07-06
pdf: Check ownership when adding objects to a document.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-11
Bug 696696: Avoid leak when cleaning with sanitize.
Robin Watts
2016-03-30
Use fz_new_document for pdf and html docs.
Robin Watts
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-01-20
Various formatting cleanups.
Tor Andersson
2015-12-28
Drop 'jsimp' abstraction and use mujs directly.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-10-21
Fix signatures for files created with pdf_create_document.
Simon Reinhardt
2015-10-14
Fix pdf_create_document.
Simon Reinhardt
2015-10-02
Bug 696131: Detect some overflow conditions
Robin Watts
2015-10-02
Bug 696129: Be more forgiving of broken files.
Robin Watts
2015-10-01
Bug 696146: Improve pdf_repair to find /Root in new style XRefs.
Robin Watts
2015-08-27
Support several levels of incremental xref
Paul Gardiner
2015-07-28
Reset xref object entry when repairing pdf objects.
Sebastian Rasmussen
2015-06-05
Fix leak of doc->xref_index in mutool clean.
Robin Watts
2015-06-02
Fix FZ_LARGEFILE operation for large files with old style xrefs.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-04-09
Remove the _no_run functions.
Tor Andersson
2015-04-01
Bug 693719: Attempt #2. Broken trailer repair.
Robin Watts
2015-03-30
Bug 695892: Fix incremental updates of documents with xref streams.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-20
Automatically update /Length and /Filter in pdf_update_stream.
Tor Andersson
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
2015-02-17
Reference count fz_document.
Tor Andersson
2015-01-20
remove some lonely tabs and move some braces onto their own lines
Simon Bünzli
2015-01-20
fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5
Simon Bünzli
2015-01-20
fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5
Simon Bünzli
2015-01-20
Bug 695770: fix TODO in commit d7c0c0856b31be17823ae4745b2c542a9c71765f
Simon Bünzli
2015-01-06
Add xref_index to speed searching of sparse xrefs.
Robin Watts
2015-01-05
Another PDF Xref speedup from Malc.
Robin Watts
2014-12-29
Remove unnecessary test.
Robin Watts
2014-12-29
Performance optimisation with pdf_cache_object/pdf_get_xref_entry
Robin Watts
2014-12-12
update pointer after ensure_solid_xref call
Simon Bünzli
[next]