index
:
dmenu
master
Personal fork of dmenu
nginx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
change personal config colors
HEAD
master
BanceDev
2026-02-27
1
-10
/
+9
*
personal config
BanceDev
2026-02-21
1
-0
/
+23
*
add -of and -ob arguments for outline colors options for multi-selection
Julien Addé
2026-01-30
2
-0
/
+14
*
drw.c: drw_scm_free: call free inside
Hiltjo Posthuma
2025-09-29
2
-3
/
+2
*
cleanup schemes and colors
Hiltjo Posthuma
2025-09-27
3
-4
/
+30
*
bump version to 5.4
Hiltjo Posthuma
2025-08-09
1
-1
/
+1
*
XUngrabKeyboard() instead of XUngrabKey()
Adam Purkrt
2025-03-17
1
-1
/
+1
*
remove extra newline
Hiltjo Posthuma
2024-10-30
1
-1
/
+0
*
Avoid unsigned integer underflow in drw_text()
Hiltjo Posthuma
2024-10-30
1
-0
/
+2
*
util.c: output function might override errno and thus affect perror()
Hiltjo Posthuma
2024-10-27
1
-6
/
+7
*
drw.c: use the same pattern as ellipsis_width to check for infinite recursion
Hiltjo Posthuma
2024-07-14
1
-3
/
+1
*
render invalid utf8 sequences as U+FFFD
NRK
2024-07-14
1
-4
/
+15
*
overhaul utf8decode()
NRK
2024-07-14
1
-45
/
+31
*
bump version to 5.3
Hiltjo Posthuma
2024-03-19
1
-1
/
+1
*
Makefile: remove the options target
Hiltjo Posthuma
2023-09-22
1
-8
/
+2
*
drw: minor improvement to the nomatches cache
NRK
2023-07-07
3
-12
/
+13
*
fix BadMatch error when embedding on some windows
Lucas de Sena
2023-04-06
1
-1
/
+2
*
readstdin: reduce memory-usage by duplicating the line from getline()
Hiltjo Posthuma
2023-03-08
1
-4
/
+5
*
readstdin: allocate amount of items
Hiltjo Posthuma
2022-10-31
1
-4
/
+6
*
readstdin: add a comment
Hiltjo Posthuma
2022-10-31
1
-1
/
+1
*
fix leak when getline fails
NRK
2022-10-31
1
-1
/
+3
*
dmenu: small XmbLookupString code improvements
Hiltjo Posthuma
2022-10-26
1
-4
/
+4
*
bump version to 5.2
Hiltjo Posthuma
2022-10-04
1
-1
/
+1
*
dmenu: use die() to print the usage message
Tom Schwindl
2022-10-01
1
-3
/
+2
*
remove workaround for a crash with color emojis on some systems, now fixed in...
Hiltjo Posthuma
2022-09-17
1
-14
/
+0
*
fix a regression in the previous commit for tab complete
Hiltjo Posthuma
2022-09-02
1
-1
/
+1
*
tab-complete: figure out the size before copying
NRK
2022-09-02
1
-2
/
+2
*
readstdin: use getline(3)
NRK
2022-09-02
1
-7
/
+7
*
sync code-style patch from libsl
Hiltjo Posthuma
2022-08-08
1
-11
/
+12
*
Makefile: add manual path for OpenBSD
Hiltjo Posthuma
2022-05-01
1
-0
/
+1
*
fix incorrect comment, math is hard
Hiltjo Posthuma
2022-04-30
1
-1
/
+1
*
inputw: improve correctness and startup performance, by NRK
Hiltjo Posthuma
2022-04-29
1
-8
/
+2
*
drw_text: account for fallback fonts in ellipsis_width
NRK
2022-04-16
1
-2
/
+4
*
drw_text: don't segfault when called with 0 width
NRK
2022-04-16
1
-1
/
+1
*
fix UB with the function iscntrl()
Hiltjo Posthuma
2022-03-26
1
-1
/
+1
*
Revert "avoid redraw when there's no change"
Hiltjo Posthuma
2022-03-26
1
-3
/
+2
*
avoid redraw when there's no change
NRK
2022-03-25
1
-2
/
+3
*
free all allocated items, use %zu for size_t
NRK
2022-03-25
1
-3
/
+6
*
drw_text: improve performance when there's no match
NRK
2022-03-25
1
-1
/
+12
*
inputw: improve correctness and startup performance
NRK
2022-03-25
1
-10
/
+9
*
significantly improve performance on large strings
NRK
2022-03-25
1
-3
/
+10
*
introduce drw_fontset_getwidth_clamp()
NRK
2022-03-25
2
-2
/
+18
*
drw_text: improve both performance and correctness
NRK
2022-03-25
1
-28
/
+28
*
remove false-positive warning for int comparison as bool
Hiltjo Posthuma
2022-03-01
1
-1
/
+1
*
bump version to 5.1
Hiltjo Posthuma
2022-02-11
2
-2
/
+2
*
code-style: rm newline (oops)
Hiltjo Posthuma
2022-02-08
1
-1
/
+0
*
revert using strcasestr and use a more optimized portable version
Hiltjo Posthuma
2022-02-08
2
-2
/
+21
*
follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems
Hiltjo Posthuma
2022-02-07
1
-1
/
+1
*
improve performance of case-insensitive matching
Hiltjo Posthuma
2022-02-07
1
-12
/
+1
*
Revert "Improve speed of drw_text when provided with large strings"
Hiltjo Posthuma
2021-08-20
1
-5
/
+2
[next]