index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_cmap.c
Age
Commit message (
Expand
)
Author
2012-11-20
Obsess about whitespace.
Tor Andersson
2012-08-06
Fix comparison of cmap table length against maximum value
Sebastian Rasmussen
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-05-10
Fix whitespace errors.
Tor Andersson
2012-04-05
Fix potential problems on malloc failure.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-02-01
Tweak to previous pdf_decode_cmap fix.
Robin Watts
2012-01-31
Fix big 692824: incorrect application of word space.
Robin Watts
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-13
Avoid premature flushing of warnings.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
Fix warnings/errors on unix builds.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
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-15
Add context to mupdf.
Robin Watts
2011-04-14
pdf_cmap.c: Fix off-by-one error and check for integer overflow.
Tor Andersson
2011-04-12
Fix serious bug in cmap compacting -- we forgot to set the new length.
Tor Andersson
2011-04-09
Check for overflow when adding cmap table and range entries.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson