aboutsummaryrefslogtreecommitdiff
path: root/drw.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-20Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma1-5/+2
2021-08-09Improve speed of drw_text when provided with large stringsMiles Alan1-2/+5
2020-06-11Fix memory leaks in drwHiltjo Posthuma1-0/+1
2019-02-02Prepared 4.9 release.4.9Anselm R Garbe1-1/+15
2017-11-03drw: drw_scm_create: use Clr typeHiltjo Posthuma1-1/+1
2016-08-12die() consistency: always add newlineHiltjo Posthuma1-3/+3
2016-06-03import new drw from libsl and minor fixes.Markus Teich1-109/+132
2015-10-20drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma1-21/+14
2015-10-20drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma1-22/+19
2015-10-20drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma1-16/+3
2015-10-20add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma1-12/+7
2015-09-27drw style improvementsHiltjo Posthuma1-76/+89
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-0/+413