summaryrefslogtreecommitdiff
path: root/source/fitz/text.c
AgeCommit message (Collapse)Author
2015-02-17Reference count fz_path and fz_text.Tor Andersson
Disallow modification of shared fz_path and fz_text objects. They should follow a create once, consume often pattern, and as such should be immutable once created.
2013-06-20Rearrange source files.Tor Andersson