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
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Improve exception handling in fz_bound_t3_glyph
Paul Gardiner
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Rename fz_rect_covering_rect to fz_irect_from_rect.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2012-12-19
Bug 693503: 'Flatten' display list for all type3 glyphs.
Robin Watts
2012-11-26
Use display list for type 3 glyphs.
Tor Andersson
2012-11-20
Obsess about whitespace.
Tor Andersson
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
[next]