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
/
fitz
/
document.c
Age
Commit message (
Expand
)
Author
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-10-12
Remove superfluous context null checks.
Tor Andersson
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-09
Open document file in fz_open_document().
Sebastian Rasmussen
2016-10-07
Ensure we always layout the document before loading the outlines.
Robin Watts
2016-07-15
Add interface indicating if a document is reflowable.
Sebastian Rasmussen
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-05-30
Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools.
Tor Andersson
2016-05-13
Make document handler reference counting thread-safe.
Sebastian Rasmussen
2016-05-13
Move string compare helper to other string functions.
Sebastian Rasmussen
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-19
Add mutool merge
Michael Vrhel
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-01-08
pdf: Fix pdf_annot memory leak.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
Tor Andersson
2016-01-05
Remove fz_page argument from fz_annot function calls.
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-09-29
add fz_separation_disabled_on_page() and related functions
fredrossperry
2015-08-17
Add JNI interface to MuPDFCore to read/write separations on a page.
Robin Watts
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-04-07
Trigger default layout in fz_document layer.
Tor Andersson
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
Reference count fz_document.
Tor Andersson
2014-12-03
Add fz_layout_document function.
Tor Andersson
2014-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-05-07
minor clean-up
Simon Bünzli
2014-03-25
Break dependencies on pdf-form.c and pdf-js.c
Tor Andersson
2014-01-07
Introduce 'document handlers'.
Robin Watts
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2013-09-23
Fix missing 'const' in fz_authenticate_password
Robin Watts
2013-07-26
Add OpenXPS mime-type to fz_open_document.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson