index
:
dmenu
master
A build of dmenu.
c+1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu.c
Commit message (
Expand
)
Author
Age
*
Make the paste keybind make sense.
c
2023-11-27
*
Initial commit by me.
c
2023-11-25
*
drw: minor improvement to the nomatches cache
NRK
2023-07-07
*
fix BadMatch error when embedding on some windows
Lucas de Sena
2023-04-06
*
readstdin: reduce memory-usage by duplicating the line from getline()
Hiltjo Posthuma
2023-03-08
*
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-31
*
dmenu: small XmbLookupString code improvements
Hiltjo Posthuma
2022-10-26
*
dmenu: use die() to print the usage message
Tom Schwindl
2022-10-01
*
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-09-02
*
fix incorrect comment, math is hard
Hiltjo Posthuma
2022-04-30
*
inputw: improve correctness and startup performance, by NRK
Hiltjo Posthuma
2022-04-29
*
fix UB with the function iscntrl()
Hiltjo Posthuma
2022-03-26
*
Revert "avoid redraw when there's no change"
Hiltjo Posthuma
2022-03-26
*
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-25
*
remove false-positive warning for int comparison as bool
Hiltjo Posthuma
2022-03-01
*
code-style: rm newline (oops)
Hiltjo Posthuma
2022-02-08
*
revert using strcasestr and use a more optimized portable version
Hiltjo Posthuma
2022-02-08
*
improve performance of case-insensitive matching
Hiltjo Posthuma
2022-02-07
*
add support for more keypad keys
Hiltjo Posthuma
2021-08-09
*
revert IME support
Hiltjo Posthuma
2019-03-03
*
improve xopenim error message
Hiltjo Posthuma
2019-02-12
*
fix crash when XOpenIM returns NULL
Hiltjo Posthuma
2019-02-12
*
Close when the embedding window is destroyed
Quentin Rameau
2019-02-04
*
Use slow path if stdin is a tty
dok
2019-01-27
*
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-05-25
*
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-04-22
*
add key bindings for moving to the word start or end
Quentin Rameau
2018-03-13
*
Fix regression in 84a1bc5
Hiltjo Posthuma
2018-01-04
*
Instantiate j var outside #ifdef XINEMARA directive because it is used in loo...
Vincent Carluer
2018-01-04
*
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
2017-11-03
*
Revert "fix input text matching"
Andrew Gregory
2016-12-11
*
Xinerama: correct variable declarations in preprocessor conditional
Thomas Gardner
2016-11-25
*
add embedding support with -w option
Quentin Rameau
2016-10-14
*
dmenu.1: group single options
Quentin Rameau
2016-10-14
*
die() consistency: always add newline
Hiltjo Posthuma
2016-08-12
*
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
[next]