index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_page.c
Age
Commit message (
Expand
)
Author
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Transform link rectangles by the hidden page CTM.
Tor Andersson
2012-01-13
Rework pdf_resolve_indirect to make it idempotent.
Robin Watts
2012-01-13
Avoid infinite loops with XObjects.
Robin Watts
2012-01-12
Use the same coordinate system for pdf and xps pages in the interface.
Tor Andersson
2012-01-10
Automatically load page tree when accessing a page/page count.
Sebastian Rasmussen
2012-01-09
Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.
Robin Watts
2012-01-06
Add 'marking' functions for dictionaries.
Robin Watts
2011-12-23
Generalise pdf_links to be fz_links.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
More Memsqueezing fixes.
Robin Watts
2011-12-15
Another Memsqueezing bug.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-11-15
Merge branch 'master' into context
Robin Watts
2011-11-01
Don't round the mediabox when loading the pdf_page object.
Tor Andersson
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-09
Throw an error if none of the content stream parts could be loaded.
Tor Andersson
2011-04-08
Be even less strict about broken page content array parts.
Tor Andersson
2011-04-08
Recover from error when only parts of the page content array are broken.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-05
Clean up xps and pdf page access functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson