summaryrefslogtreecommitdiffstats
path: root/drw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06patch: alphaMalfurious1-12/+14
2023-07-07drw: minor improvement to the nomatches cacheNRK1-11/+12
2022-09-17remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma1-14/+0
2022-04-16drw_text: account for fallback fonts in ellipsis_widthNRK1-2/+4
2022-04-16drw_text: don't segfault when called with 0 widthNRK1-1/+1
2022-03-25drw_text: improve performance when there's no matchNRK1-1/+12
2022-03-25introduce drw_fontset_getwidth_clamp()NRK1-2/+17
2022-03-25drw_text: improve both performance and correctnessNRK1-28/+28
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