index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
base_context.c
Age
Commit message (
Expand
)
Author
2012-04-09
Bug 692976: Fix spurious thread lock debug warnings on context clones
Robin Watts
2012-03-12
More API tidying.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-01
Add some more docs to fitz.h
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-13
Create mudraw; mupdfdraw cloned and adapted to use fz_document
Robin Watts
2012-02-13
Add locking around freetype calls.
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-07
Fix broken fz_clone_context; stupid typo.
Robin Watts
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Hide glyph cache in context.
Tor Andersson
2012-01-11
Set default values for alloc context and max store size if none are given.
Sebastian Rasmussen
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Fix exception handling in pdfdraw to avoid leaks.
Robin Watts
2011-12-06
Move antialias levels into context.
Robin Watts
2011-11-28
Move Freetype globals into context.
Robin Watts
2011-10-04
Reintroduce alloc context section.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson