index
:
forks/dmenu
master
Local fork of suckless/dmenu with patches applied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu.c
Age
Commit message (
Expand
)
Author
2023-07-07
drw: minor improvement to the nomatches cache
NRK
2023-04-06
fix BadMatch error when embedding on some windows
Lucas de Sena
2023-03-08
readstdin: reduce memory-usage by duplicating the line from getline()
Hiltjo Posthuma
2022-10-31
readstdin: allocate amount of items
Hiltjo Posthuma
2022-10-31
readstdin: add a comment
Hiltjo Posthuma
2022-10-31
fix leak when getline fails
NRK
2022-10-26
dmenu: small XmbLookupString code improvements
Hiltjo Posthuma
2022-10-01
dmenu: use die() to print the usage message
Tom Schwindl
2022-09-02
fix a regression in the previous commit for tab complete
Hiltjo Posthuma
2022-09-02
tab-complete: figure out the size before copying
NRK
2022-09-02
readstdin: use getline(3)
NRK
2022-04-30
fix incorrect comment, math is hard
Hiltjo Posthuma
2022-04-29
inputw: improve correctness and startup performance, by NRK
Hiltjo Posthuma
2022-03-26
fix UB with the function iscntrl()
Hiltjo Posthuma
2022-03-26
Revert "avoid redraw when there's no change"
Hiltjo Posthuma
2022-03-25
avoid redraw when there's no change
NRK
2022-03-25
free all allocated items, use %zu for size_t
NRK
2022-03-25
inputw: improve correctness and startup performance
NRK
2022-03-25
significantly improve performance on large strings
NRK
2022-03-01
remove false-positive warning for int comparison as bool
Hiltjo Posthuma
2022-02-08
code-style: rm newline (oops)
Hiltjo Posthuma
2022-02-08
revert using strcasestr and use a more optimized portable version
Hiltjo Posthuma
2022-02-07
improve performance of case-insensitive matching
Hiltjo Posthuma
2021-08-09
add support for more keypad keys
Hiltjo Posthuma
2019-03-03
revert IME support
Hiltjo Posthuma
2019-02-12
improve xopenim error message
Hiltjo Posthuma
2019-02-12
fix crash when XOpenIM returns NULL
Hiltjo Posthuma
2019-02-04
Close when the embedding window is destroyed
Quentin Rameau
2019-01-27
Use slow path if stdin is a tty
dok
2018-05-25
code-style for pledge: check the return code -1, not < 0
Hiltjo Posthuma
2018-05-25
code-style for pledge(2)
Hiltjo Posthuma
2018-05-25
Pledge on OpenBSD
Hiltjo Posthuma
2018-04-22
Fix cursor drawn position with wide glyphs
Quentin Rameau
2018-04-22
Handle IME input
Quentin Rameau
2018-04-22
Fix handling of input strings
Hiltjo Posthuma
2018-03-13
add key bindings for moving to the word start or end
Quentin Rameau
2018-01-04
Fix regression in 84a1bc5
Hiltjo Posthuma
2018-01-04
Instantiate j var outside #ifdef XINEMARA directive because it is used in loo...
Vincent Carluer
2017-11-03
fix a possible free of a uninitialize variable in paste()
Hiltjo Posthuma
2017-11-03
init colors using SchemeLast
Hiltjo Posthuma
2017-11-03
Set class name on menu window
Omar Sandoval
2016-12-11
Revert "fix input text matching"
Andrew Gregory
2016-11-25
Xinerama: correct variable declarations in preprocessor conditional
Thomas Gardner
2016-10-14
add embedding support with -w option
Quentin Rameau
2016-10-14
dmenu.1: group single options
Quentin Rameau
2016-08-12
die() consistency: always add newline
Hiltjo Posthuma
2016-07-26
fix crash if negative monitor (< -1) was passed
Hiltjo Posthuma
2016-07-26
Revert "Print highlighted input text only on single match"
Hiltjo Posthuma
2016-07-26
Print highlighted input text only on single match
Quentin Rameau
2016-07-25
Partially revert 44c7de3: fix items text width offset calculation
Quentin Rameau
[next]