summaryrefslogtreecommitdiff
path: root/source/fitz/draw-glyph.c
AgeCommit message (Expand)Author
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-09-08Remove unnecessary fz_try()/fz_catch().Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-14More API tweaks.Robin Watts
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-07-22Move hash calculation outside locked region.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-26Allow text/graphics aa levels to be controlled separately.Robin Watts
2016-03-16Bug 696648: Send -sm output to stderr.Robin Watts
2016-01-21Drop the const on fz_font.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2013-11-27fix regression from da277059b37380d57028ff79a636f4d725c96e8fSimon Bünzli
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