summaryrefslogtreecommitdiff
path: root/servers/text_server.cpp
AgeCommit message (Collapse)Author
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-21Improve fill aligned text hit testing.bruvzg
2020-12-21Always include space characters (including tabs and other space-like chars) ↵bruvzg
into selection rectangles.
2020-12-14Add word breaks on punctuation characters.bruvzg
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback ↵bruvzg
TextServer.