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_font.c
Age
Commit message (
Expand
)
Author
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-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-13
Add locking around freetype calls.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-12
Avoid possible array overrun (and SEGV).
Robin Watts
2012-01-11
Add glyph bbox cache.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2011-12-22
More MemSqueezing fixes.
Robin Watts
2011-12-20
More memsqueezing fixes.
Robin Watts
2011-12-17
Change stream 'close' functions to facilitate error cleanup.
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
Don't count ROM data in size of fontdescs.
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-08
Move from volatile to fz_var.
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
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
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-08-06
Move Dynalab tricky font check to cover simple fonts as well.
Tor Andersson
2011-04-15
Use artificial italics and emboldening for substitute font.
Tor Andersson
2011-04-15
Use DroidSans.ttf as substitute font.
Tor Andersson
2011-04-10
Clean up mupdf.h
Tor Andersson
2011-04-08
Various patches from SumatraPDF.
Tor Andersson
2011-04-08
Remove inline keyword where it is not strictly necessary for performance.
Tor Andersson
2011-04-07
Check for zero length dash arrays.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
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-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson