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-page.c
Age
Commit message (
Expand
)
Author
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Fix memory leak in fz_page.
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
2014-10-28
more liberally accept page trees with unexpected content
Simon Bünzli
2014-07-18
report more cases of blending use for pdf_page
Simon Bünzli
2014-04-11
Invalidate cached page count value when inserting and deleting pages.
Tor Andersson
2014-02-10
Bug 695021: Fix pdf_insert_page operation with empty page tree.
Robin Watts
2014-01-06
tolerate slightly broken page trees
Simon Bünzli
2013-12-30
Bug 694564: Move pdf_lookup_page_obj to be iterative
Robin Watts
2013-12-23
Bug 694712: Do not create empty Contents stream for new pages.
Robin Watts
2013-11-08
Use an end pointer for the annotation list to avoid unnecessary iteration
Paul Gardiner
2013-10-15
Fix typo in page tree manipulation when inserting new pages.
Tor Andersson
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-12
Set /Parent entry when inserting a page into the page tree.
Tor Andersson
2013-07-12
Throw exception on invalid page objects when looking up page numbers.
Tor Andersson
2013-07-11
Fix pdf_count_pages_before_kid to cope with /Page with /Count in.
Robin Watts
2013-07-11
Remove depth counter from page/resources lookups.
Robin Watts
2013-07-11
Hoist count skipping up to before we recurse.
Tor Andersson
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-25
Rework storing internal flags in PDF objects.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-21
Initial PDF editing/page creation commit
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson