summaryrefslogtreecommitdiff
path: root/source/fitz/draw-glyph.c
AgeCommit message (Expand)Author
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-02Expose subpixel glyph adjustment calculations.Robin Watts
2013-09-02Add glyph rendering routines that return fz_pixmaps rather than fz_glyphs.Robin Watts
2013-09-02Be smarter when quantising sub pixel positions for glyphs.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-08-28Dump glyph cache size as part of mudraw -MRobin Watts
2013-08-26Fix memory leak in new glyph cache code.Robin Watts
2013-08-22Rework glyph cache to enable partial eviction.Robin Watts
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-20Rearrange source files.Tor Andersson