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
Age
Commit message (
Expand
)
Author
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-08-02
Remove function not being called.
Sebastian Rasmussen
2016-08-02
Parse more fz_document_writer() options.
Sebastian Rasmussen
2016-07-31
Make mutool clean only iterate over valid link annotations.
Sebastian Rasmussen
2016-07-31
Make sure that number of colors in mesh params is valid.
Sebastian Rasmussen
2016-07-22
Bug 696941: Fix use after free.
Robin Watts
2016-07-20
Fix memory leaks during annotation synthesis.
Robin Watts
2016-07-13
Bug 696892: PDF annotation appearance stream synthesis SEGV
Robin Watts
2016-07-13
Use fz_malloc_struct rather than fz_calloc.
Robin Watts
2016-07-12
Fix bugs in pdf_add_image.
Tor Andersson
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-08
Slim pdf_xobject: remove cached colorspace field.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached document field.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached transparency/isolated/knockout fields.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached matrix field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached bbox field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached resources field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: Rename me to obj.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached page_ctm field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached inv_page_ctm field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached annot_type and widget_type fields.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached matrix field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached rect field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached pagerect field.
Tor Andersson
2016-07-08
Safe defaults for pdf_to_rect and pdf_to_matrix.
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
Remove premature optimization: don't bother to resolve page objects.
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: Flatten inheritable page properties when copying pages.
Tor Andersson
2016-07-06
pdf: Check ownership when adding objects to a document.
Tor Andersson
2016-07-06
Expose LAB colorspace
Sebastian Rasmussen
2016-06-30
Fix bug when opening small PDF-files.
Sebastian Rasmussen
2016-06-22
Tweak PDF annot API.
Robin Watts
2016-06-22
Add support for getting additional annotation information
Michael Vrhel
2016-06-22
Use vertical presentation forms.
Tor Andersson
2016-06-21
Fix typo due to switching from int to size_t.
Sebastian Rasmussen
2016-06-20
Fix signed/unsigned warning.
Robin Watts
2016-06-17
Add mediabox argument to fz_new_display_list.
Tor Andersson
2016-06-17
Add device space transform state to draw device.
Tor Andersson
2016-06-17
Allow PDF strings to be > 16bits.
Robin Watts
[prev]
[next]