index
:
dmenu
master
dmenu fork - https://tools.suckless.org/dmenu/
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drw.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
patch: alpha
Malfurious
1
-12
/
+14
2023-07-07
drw: minor improvement to the nomatches cache
NRK
1
-11
/
+12
2022-09-17
remove workaround for a crash with color emojis on some systems, now fixed in...
Hiltjo Posthuma
1
-14
/
+0
2022-04-16
drw_text: account for fallback fonts in ellipsis_width
NRK
1
-2
/
+4
2022-04-16
drw_text: don't segfault when called with 0 width
NRK
1
-1
/
+1
2022-03-25
drw_text: improve performance when there's no match
NRK
1
-1
/
+12
2022-03-25
introduce drw_fontset_getwidth_clamp()
NRK
1
-2
/
+17
2022-03-25
drw_text: improve both performance and correctness
NRK
1
-28
/
+28
2021-08-20
Revert "Improve speed of drw_text when provided with large strings"
Hiltjo Posthuma
1
-5
/
+2
2021-08-09
Improve speed of drw_text when provided with large strings
Miles Alan
1
-2
/
+5
2020-06-11
Fix memory leaks in drw
Hiltjo Posthuma
1
-0
/
+1
2019-02-02
Prepared 4.9 release.
4.9
Anselm R Garbe
1
-1
/
+15
2017-11-03
drw: drw_scm_create: use Clr type
Hiltjo Posthuma
1
-1
/
+1
2016-08-12
die() consistency: always add newline
Hiltjo Posthuma
1
-3
/
+3
2016-06-03
import new drw from libsl and minor fixes.
Markus Teich
1
-109
/
+132
2015-10-20
drw: cleanup drw_text, prevent gcc warning false-positive of unused var
Hiltjo Posthuma
1
-21
/
+14
2015-10-20
drw: simplify drw_font_xcreate and prevent a potential unneeded allocation
Hiltjo Posthuma
1
-22
/
+19
2015-10-20
drw: a valid (non-NULL) Drw and Fnt context must be passed
Hiltjo Posthuma
1
-16
/
+3
2015-10-20
add sbase-style ecalloc(), calloc: or die
Hiltjo Posthuma
1
-12
/
+7
2015-09-27
drw style improvements
Hiltjo Posthuma
1
-76
/
+89
2015-06-27
Use libdraw: add Xft and fallback-fonts support to graphics lib
Hiltjo Posthuma
1
-0
/
+413