Quentin Rameau and Hiltjo Posthuma
f22148e512
Close when the embedding window is destroyed
2019-02-04 19:49:34 +01:00
Quentin Rameau and Hiltjo Posthuma
f11f715801
dmenu_path: always use the cachedir
2018-07-21 12:49:00 +02:00
Quentin Rameau and Hiltjo Posthuma
2741751edc
Fix cursor drawn position with wide glyphs
2018-04-22 14:19:20 +02:00
Quentin Rameau and Hiltjo Posthuma
a56e0595dc
Makefile: bikesheddingly replace ${} with $()
2018-04-22 14:09:05 +02:00
Quentin Rameau and Hiltjo Posthuma
82c317ac48
Handle IME input
...
Thanks to nzl <uruabi@gmail.com > for the patch!
2018-04-22 14:09:05 +02:00
Quentin Rameau and Hiltjo Posthuma
0d33e98f56
Update LICENSE
...
Only "meaningful" commits and contributors who made changes over the
years have been added.
2018-03-15 18:29:32 +01:00
Quentin Rameau and Hiltjo Posthuma
030e904de9
add key bindings for moving to the word start or end
...
Mod1+b/^Left and Mod1+f/^Right
2018-03-13 20:10:46 +01:00
Quentin Rameau and Hiltjo Posthuma
aee768e103
add embedding support with -w option
2016-10-14 15:26:35 +02:00
Quentin Rameau and Hiltjo Posthuma
2aa4cd6f57
dmenu.1: group single options
2016-10-14 15:26:34 +02:00
Quentin Rameau and Hiltjo Posthuma
156decd127
dmenu.1: fix -l option
2016-10-14 15:26:34 +02:00
Quentin Rameau and Hiltjo Posthuma
b7238b05a6
Print highlighted input text only on single match
...
When the input text fully matches a single item, do not draw the item
and highlight the input text to show that it matches an item in
opposition to regular input text not matching anything.
2016-07-26 18:29:42 +02:00
Quentin Rameau and Hiltjo Posthuma
8f22508821
Partially revert d76952c: fix items text width offset calculation
...
Without this, we discard the item if it's longer than assigned width
instead of truncating it.
2016-07-25 19:57:31 +02:00
Quentin Rameau and Hiltjo Posthuma
d948f58bbb
Shut up glibc about _BSD_SOURCE being deprecated
2015-12-19 20:32:17 +01:00
Quentin Rameau and Hiltjo Posthuma
30f13c7bb7
Add config option for word delimiters
...
Let the user configure word boundaries other than ' ', only works with
the portable character set.
2015-12-19 20:32:14 +01:00
Quentin Rameau and Hiltjo Posthuma
a69a065b02
fix input text matching
...
just compare the size of the input string
2015-10-04 15:04:59 +02:00
Quentin Rameau and Hiltjo Posthuma
84184ff29d
Fix the conversion from microseconds to nanoseconds
2015-09-28 00:27:09 +02:00
Quentin Rameau and Hiltjo Posthuma
57c147c7dd
Replace deprecated usleep() with nanosleep()
2015-09-28 00:15:13 +02:00