summaryrefslogtreecommitdiff
path: root/fitz/base_context.c
AgeCommit message (Expand)Author
2013-03-20Add caching of rendered tiles.Robin Watts
2013-02-19Bug 693639: fix potential NULL pointer dereference in base_context.cTor Andersson
2012-04-09Bug 692976: Fix spurious thread lock debug warnings on context clonesRobin Watts
2012-03-12More API tidying.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-07Fix broken fz_clone_context; stupid typo.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Fix exception handling in pdfdraw to avoid leaks.Robin Watts
2011-12-06Move antialias levels into context.Robin Watts
2011-11-28Move Freetype globals into context.Robin Watts
2011-10-04Reintroduce alloc context section.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson