index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-glyph.c
Age
Commit message (
Expand
)
Author
2016-01-21
Drop the const on fz_font.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2013-11-27
fix regression from da277059b37380d57028ff79a636f4d725c96e8f
Simon Bünzli
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-02
Expose subpixel glyph adjustment calculations.
Robin Watts
2013-09-02
Add glyph rendering routines that return fz_pixmaps rather than fz_glyphs.
Robin Watts
2013-09-02
Be smarter when quantising sub pixel positions for glyphs.
Robin Watts
2013-08-30
Use RLE coding scheme for glyph bitmaps.
Robin Watts
2013-08-28
Dump glyph cache size as part of mudraw -M
Robin Watts
2013-08-26
Fix memory leak in new glyph cache code.
Robin Watts
2013-08-22
Rework glyph cache to enable partial eviction.
Robin Watts
2013-06-27
Bug 694382: Fix problems arising from recent pdf_obj changes.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson