aboutsummaryrefslogtreecommitdiff
path: root/drw.c
Commit message (Expand)AuthorAge
* drw: minor improvement to the nomatches cacheNRK2023-07-07
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-17
* drw_text: account for fallback fonts in ellipsis_widthNRK2022-04-16
* drw_text: don't segfault when called with 0 widthNRK2022-04-16
* drw_text: improve performance when there's no matchNRK2022-03-25
* introduce drw_fontset_getwidth_clamp()NRK2022-03-25
* drw_text: improve both performance and correctnessNRK2022-03-25
* Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma2021-08-20
* Improve speed of drw_text when provided with large stringsMiles Alan2021-08-09
* Fix memory leaks in drwHiltjo Posthuma2020-06-11
* Prepared 4.9 release.Anselm R Garbe2019-02-02
* drw: drw_scm_create: use Clr typeHiltjo Posthuma2017-11-03
* die() consistency: always add newlineHiltjo Posthuma2016-08-12
* import new drw from libsl and minor fixes.Markus Teich2016-06-03
* drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma2015-10-20
* drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma2015-10-20
* drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma2015-10-20
* add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma2015-10-20
* drw style improvementsHiltjo Posthuma2015-09-27
* Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma2015-06-27