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