summaryrefslogtreecommitdiff
path: root/pdf/pdf_type3.c
AgeCommit message (Expand)Author
2012-07-26Handle negative or invalid character ranges in type3 fonts.Tor Andersson
2012-07-26Use integer clamping function instead of reimplementing itSebastian Rasmussen
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29Fix typo that causes an undefined pointer to be freed.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-12Use the FontMatrix entry to scale the FontBBox in Type3 fonts.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-10Make fz_obj struct opaque.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson