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_type3.c
Age
Commit message (
Expand
)
Author
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
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-08-06
Handle out of range encoding differences for type3 fonts
Sebastian Rasmussen
2012-08-06
Free entire type3 font descriptor upon loding error, not just the font
Sebastian Rasmussen
2012-07-26
Handle negative or invalid character ranges in type3 fonts.
Tor Andersson
2012-07-26
Use integer clamping function instead of reimplementing it
Sebastian Rasmussen
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-29
Fix typo that causes an undefined pointer to be freed.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-18
Better handling of 'uncacheable' Type3 glyphs. Bug 692745.
Robin Watts
2012-01-12
Use the FontMatrix entry to scale the FontBBox in Type3 fonts.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2011-12-23
Add some fz_vars to fix exception behaviour.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_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
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-04-10
Make fz_obj struct opaque.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson