index
:
dmenu.git
master
dynamic menu
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu.c
Age
Commit message (
Expand
)
Author
2023-07-09
drw: minor improvement to the nomatches cache
NRK
2023-04-09
fix BadMatch error when embedding on some windows
Lucas de Sena
2023-03-10
readstdin: reduce memory-usage by duplicating the line from getline()
Hiltjo Posthuma
2022-11-01
readstdin: allocate amount of items
Hiltjo Posthuma
2022-11-01
readstdin: add a comment
Hiltjo Posthuma
2022-11-01
fix leak when getline fails
NRK
2022-10-27
dmenu: small XmbLookupString code improvements
Hiltjo Posthuma
2022-09-03
fix a regression in the previous commit for tab complete
Hiltjo Posthuma
2022-09-03
readstdin: use getline(3)
NRK
2022-09-03
tab-complete: figure out the size before copying
NRK
2022-04-30
fix incorrect comment, math is hard
Hiltjo Posthuma
2022-04-30
inputw: improve correctness and startup performance, by NRK
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
significantly improve performance on large strings
NRK
2022-03-25
inputw: improve correctness and startup performance
NRK
2022-03-02
remove false-positive warning for int comparison as bool
Hiltjo Posthuma
2022-02-17
code-style: rm newline (oops)
Hiltjo Posthuma
2022-02-17
revert using strcasestr and use a more optimized portable version
Hiltjo Posthuma
2022-02-17
improve performance of case-insensitive matching
Hiltjo Posthuma
2021-09-29
Password Patch
rafa_99
2021-08-12
add support for more keypad keys
Hiltjo Posthuma
2021-04-13
Stocked dmenu
rafa_99
2020-09-02
Center Patch
rafa_99
2020-09-02
Revert "Case Insensitive Patch"
rafa_99
2020-09-02
Case Insensitive Patch
rafa_99
2020-09-02
Border Patch
rafa_99
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
[next]