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
2018-03-22
Use pdf_dict_put_dict family of functions.
Tor Andersson
2018-02-13
Avoid revisiting the same page tree node repeatedly.
Sebastian Rasmussen
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2017-11-15
Bug 698740: Avoid NULL fz_default_colorspaces structures.
Robin Watts
2017-10-24
Improved overprint (simulation) control.
Robin Watts
2017-10-24
Fix separation finding code.
Robin Watts
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
2017-10-12
Don't cache page count in pdf_document.
Tor Andersson
2017-10-12
Fix reference counting error in pdf_add_page.
Tor Andersson
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-09-13
Do not lie.
Sebastian Rasmussen
2017-09-08
Update fz_separations equivalent color mechanism.
Robin Watts
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-07-19
Rejig page separations interface.
Robin Watts
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-08
Plug leak of PDF page object.
Sebastian Rasmussen
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-11
Bug 697662: Support named actions to first/last/next/previous page.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Update fz_new_page.
Robin Watts
2017-03-01
Add page lookup cache for faster link destination lookups in outlines.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2017-01-09
Remove some dead code.
Tor Andersson
2016-12-23
Cope with NULL resource and concents arguments to pdf_add_page.
Tor Andersson
2016-11-16
pdf: Add x and y output parameters to pdf_lookup_anchor.
Tor Andersson
2016-11-16
pdf: Use '#page=N' for remote destination pages.
Tor Andersson
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
2016-11-14
Fix return in void function.
Tor Andersson
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-11-14
Add optional 'object' argument to pdf_add_stream.
Tor Andersson
2016-11-02
Fix 697284: The origin was incorrectly calculated for rotated pages.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-07
Remove separate tmp/deleted/changed annotation lists.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached resources field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached page_ctm field.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
Fix garbage collection and page grafting for indirect reference chains.
Tor Andersson
2016-07-06
pdf: Flatten inheritable page properties when copying pages.
Tor Andersson
2016-05-06
Fix pdf_delete_page_range.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Change order of arguments to pdf_add_page etc.
Tor Andersson
2016-04-12
Fix some warnings.
Robin Watts
2016-03-02
js: Fix reference counting errors.
Tor Andersson
2016-03-01
Don't use pdf_page struct when creating pages.
Tor Andersson
[next]