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
/
context.c
Age
Commit message (
Expand
)
Author
2017-07-10
Fix bug when cloning color management in context.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-03
Allow fz_set_user_css to accept NULL.
Robin Watts
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2016-11-23
Add toggle to enable/disable document styles.
Tor Andersson
2016-11-14
More API tweaks.
Robin Watts
2016-06-08
Move to using size_t for all mallocs.
Robin Watts
2016-05-13
Introduce a general output context.
Sebastian Rasmussen
2016-04-28
Introduce tuning context.
Robin Watts
2016-04-04
Fix multi-threaded leak of style context.
Robin Watts
2016-01-18
Simplify try/catch macros.
Tor Andersson
2015-12-14
Add 'const' to the context lock and alloc structure pointers.
Robin Watts
2015-12-14
Add user context field.
Robin Watts
2015-09-15
epub: Remove useless lock/unlock calls when setting user CSS.
Tor Andersson
2015-05-25
Style context reference should be 1 after creation
Sebastian Rasmussen
2015-05-19
epub: User stylesheets.
Tor Andersson
2015-02-17
Add helper functions to keep/drop reference counts with locking.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-10
Add some Memento_labels to aid debugging of leaks.
Robin Watts
2014-06-10
Fix library/header version error message and makefile dependency.
Tor Andersson
2014-01-07
Introduce 'document handlers'.
Robin Watts
2013-09-03
Add FZ_VERSION define. Check header and library version compatibility.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson