summaryrefslogtreecommitdiff
path: root/drw.c
Commit message (Expand)AuthorAgeFilesLines
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-171-14/+0
* drw_text: account for fallback fonts in ellipsis_widthNRK2022-04-161-2/+4
* drw_text: don't segfault when called with 0 widthNRK2022-04-161-1/+1
* drw_text: improve performance when there's no matchNRK2022-03-251-1/+12
* introduce drw_fontset_getwidth_clamp()NRK2022-03-251-2/+17
* drw_text: improve both performance and correctnessNRK2022-03-251-28/+28
* Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma2021-08-201-5/+2
* Improve speed of drw_text when provided with large stringsMiles Alan2021-08-091-2/+5
* Fix memory leaks in drwHiltjo Posthuma2020-06-111-0/+1
* Prepared 4.9 release.4.9Anselm R Garbe2019-02-021-1/+15
* drw: drw_scm_create: use Clr typeHiltjo Posthuma2017-11-031-1/+1
* die() consistency: always add newlineHiltjo Posthuma2016-08-121-3/+3
* import new drw from libsl and minor fixes.Markus Teich2016-06-031-109/+132
* drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma2015-10-201-21/+14
* drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma2015-10-201-22/+19
* drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma2015-10-201-16/+3
* add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma2015-10-201-12/+7
* drw style improvementsHiltjo Posthuma2015-09-271-76/+89
* Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma2015-06-271-0/+413