summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/context.h
AgeCommit message (Expand)Author
2018-11-07Add explicit jmp_buf dereferencing to allow using fz_try from C++.Tor Andersson
2018-10-26Rewrite try/always/catch macros to allow fz_context to be opaque.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-02-12Don't pollute global namespace with __printflike.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-09-22Minor comment tweaks.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-31Remove Reap lock.Robin Watts
2017-01-17Fix 697476: Rename header files.Tor Andersson
2017-01-17pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.Tor Andersson
2017-01-09Be consistent in use of DEBUG/NDEBUG macros.Tor Andersson
2016-11-23Add toggle to enable/disable document styles.Tor Andersson
2016-11-14More API tweaks.Robin Watts
2016-11-10Add minimum line width configuration option.Robin Watts
2016-09-19fz_store: Reap passes.Robin Watts
2016-07-13Fix Memento builds; static references were upsetting refcounting.Robin Watts
2016-07-08Avoid warnings in non-Memento builds.Robin Watts
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-05-12Add variadic versions of fz_throw and fz_warn.Simon Reinhardt
2016-04-28Add FZ_ERROR_OOM, and make fz_malloc & co call it.Robin Watts
2016-04-28Introduce tuning context.Robin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
2016-03-23Remove internal do/while braces in fz_try macros.Tor Andersson
2016-03-16Minimize number of extra braces in the try/catch macros.Tor Andersson
2016-03-15Tweak fz_try/catch to fix overflow case.Robin Watts
2016-01-18Simplify try/catch macros.Tor Andersson
2016-01-05Clean up trailing whitespace.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-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-09-30Bug 696115: Further fix for setjmp/longjmp.Robin Watts
2015-09-28Bug 696115: Fix problem with fz_try/fz_catch with modern gcc's.Robin Watts
2015-05-19epub: User stylesheets.Tor Andersson
2015-04-15epub: Be resilient in the face of broken CSS.Tor Andersson
2015-03-24Path packing for memory efficiency.Robin Watts
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
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-01-07Introduce 'document handlers'.Robin Watts
2013-12-17Remove fz_context from pdf_cryptRobin Watts
2013-09-03Add FZ_VERSION define. Check header and library version compatibility.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts