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
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Rename FMT_zu to FZ_FMT_zu.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-11-14
More API tweaks.
Robin Watts
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-07-22
Move hash calculation outside locked region.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-26
Allow text/graphics aa levels to be controlled separately.
Robin Watts
2016-03-16
Bug 696648: Send -sm output to stderr.
Robin Watts
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