index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
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
Add locking around freetype calls.
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
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-10
Fix many spelling errors.
Sebastian Rasmussen
2011-12-15
Add scavenging functionality.
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
Remove remaining fz_error_note calls in the pdf code.
Tor Andersson
2011-12-06
Move antialias levels into context.
Robin Watts
2011-11-28
Move Freetype globals into context.
Robin Watts
2011-11-15
Merge branch 'master' into context
Robin Watts
2011-11-01
Tweak build scripts for iOS viewer.
Tor Andersson
2011-10-04
Reintroduce alloc context section.
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
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
2011-09-20
Reshuffle exception context code to fit Tor's aesthetic sense.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-09-14
Add Memento build option.
Robin Watts
2011-04-08
Add special case non-aa scan converter with accompanying blit functions.
Tor Andersson
2011-04-07
Add text antialiasing too.
Robin Watts
2011-04-06
pdf: Change how CMap and font data files are generated and compiled.
Tor Andersson
2011-04-06
pdf: Optimize storage for the Adobe Glyph List.
Tor Andersson
2011-04-06
Move scripts and config files into "scripts" directory.
Tor Andersson