summaryrefslogtreecommitdiff
path: root/fitz/res_font.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-13Make display lists reference counted objects.Robin Watts
2013-06-03prevent deadlock under memory pressurezeniko
2013-05-16Add colorspace context.Tor Andersson
2013-03-20Fix invalid font bboxesRobin Watts
2013-02-20Bug 693639: fix warnings.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Improve exception handling in fz_bound_t3_glyphPaul Gardiner
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-20Obsess about whitespace.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-09Make synthetic font styles match XPS spec more closely.Tor Andersson
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-07Do not rely on printf NULL-pointer handling for missing font names.Sebastian Rasmussen
2012-04-19Retry loading a hinted glyph without hinting if freetype returns an error.Tor Andersson
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-14Use correct linejoins on font with modern enough freetype.Robin Watts
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Store AA level used to render a glyph in the glyphcache.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-02Fix race condition in fz_render_ft_glyphRobin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Whitespace fixes.Tor Andersson
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-12Calculate individual glyph bboxes for Type 3 fonts too.Tor Andersson
2012-01-12Fix memory leak in font->bbox_table.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Add glyph bbox cache.Tor Andersson