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
/
res_font.c
Age
Commit message (
Expand
)
Author
2012-08-23
Silence some warnings.
Robin Watts
2012-08-06
Remove old error mesages turned into comments when adding exceptions
Sebastian Rasmussen
2012-07-20
Pass original font name to fz_new_font from PDF interpreter.
Tor Andersson
2012-07-17
Handle glyphs that are too large to render as pixmaps.
Tor Andersson
2012-07-09
Make synthetic font styles match XPS spec more closely.
Tor Andersson
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-06-11
Fix Bug 693102: Overflows in large pixmap indexing.
Robin Watts
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-05-07
Do not rely on printf NULL-pointer handling for missing font names.
Sebastian Rasmussen
2012-04-19
Retry loading a hinted glyph without hinting if freetype returns an error.
Tor Andersson
2012-03-16
Bug 692805: BBox rounding issues
Robin Watts
2012-03-14
Use correct linejoins on font with modern enough freetype.
Robin Watts
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-12
Merge branch 'header-split'
Robin Watts
2012-03-12
Store AA level used to render a glyph in the glyphcache.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-02
Fix race condition in fz_render_ft_glyph
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-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context argument in pixmap functions.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-27
Whitespace fixes.
Tor Andersson
2012-01-18
Better handling of 'uncacheable' Type3 glyphs. Bug 692745.
Robin Watts
2012-01-12
Support proper XPS mitering. (And stroke fixes).
Robin Watts
2012-01-12
Calculate individual glyph bboxes for Type 3 fonts too.
Tor Andersson
2012-01-12
Fix memory leak in font->bbox_table.
Tor Andersson
2012-01-11
Hide glyph cache in context.
Tor Andersson
2012-01-11
Add glyph bbox cache.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2012-01-06
Various memory leak fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Throw exceptions for read errors.
Tor Andersson
2011-12-06
Move antialias levels into context.
Robin Watts
2011-11-28
Move Freetype globals into context.
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
Cosmetic style fixes.
Tor Andersson
2011-08-01
Add support for colored Type3 glyphs (ones that use d0).
Robin Watts
2011-07-26
Fix bug 692354: Horizontal white lines in images.
Robin Watts
2011-04-20
Revert part of "Tweak hinting flags to freetype."
Tor Andersson
2011-04-15
Tweak hinting flags to freetype.
Tor Andersson
2011-04-15
Use artificial italics and emboldening for substitute font.
Tor Andersson
[next]