summaryrefslogtreecommitdiff
path: root/draw/glyphcache.c
AgeCommit message (Expand)Author
2011-04-04draw: Rename files in draw directory.Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-07-21Clear glyph cache key struct with memset to make sure we don't hash uninitial...Tor Andersson
2010-07-13Implement stroked text.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-20Move font size check from interpreter to font rendering.Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-05-10Reference count font pointers in the glyph cache keys.Tor Andersson
2010-04-16Don't cache glyphs bigger than a threshold size, and clear the cache when it ...Tor Andersson
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-03-15Rename fitzdraw directory to draw.Tor Andersson