aboutsummaryrefslogtreecommitdiffstats
path: root/drw.c
AgeCommit message (Expand)Author
2023-07-07drw: minor improvement to the nomatches cacheNRK
2022-09-17remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma
2022-04-16drw_text: account for fallback fonts in ellipsis_widthNRK
2022-04-16drw_text: don't segfault when called with 0 widthNRK
2022-03-25drw_text: improve performance when there's no matchNRK
2022-03-25introduce drw_fontset_getwidth_clamp()NRK
2022-03-25drw_text: improve both performance and correctnessNRK
2021-08-20Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma
2021-08-09Improve speed of drw_text when provided with large stringsMiles Alan
2020-06-11Fix memory leaks in drwHiltjo Posthuma
2019-02-02Prepared 4.9 release.4.9Anselm R Garbe
2017-11-03drw: drw_scm_create: use Clr typeHiltjo Posthuma
2016-08-12die() consistency: always add newlineHiltjo Posthuma
2016-06-03import new drw from libsl and minor fixes.Markus Teich
2015-10-20drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma
2015-10-20drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma
2015-10-20drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma
2015-10-20add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma
2015-09-27drw style improvementsHiltjo Posthuma
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma