Hiltjo Posthuma
cf0fb79cd8
dmenu: style improvements
- move main to bottom, usage above main.
- dont use variable names with function prototypes.
- space before if, for, while, etc: 'if(' -> 'if ('.
this makes the code-style more consistent
9 years ago
Hiltjo Posthuma
bc20c13db0
separate program-specific c99 bool and X11
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.
... also remove left-over vim mode string in config.
9 years ago
Eric Pruitt
bbf7b95dc9
Fixed typo introduced by shared code
9 years ago
Hiltjo Posthuma
1c242df124
fix prompt color style how it used to be
This is the style how it was before the big Xft change. The colors were
inverted, this was not the case before the change.
Reported by "zvz" on #suckless IRC, thanks!
9 years ago
Hiltjo Posthuma
4b1fecd44e
Use libdraw: add Xft and fallback-fonts support to graphics lib
- libdraw, util: add drw.{c,h}, util.{c,h} and update code.
- libdraw: fix drw_rect(): use w and h parameter.
- libdraw: print errstr if last character in string was ":" (sbase).
- libdraw: drw_clr_free() allow valid free(NULL).
- config.def.h: set default font to monospace.
- cleanup() on exit.
- LICENSE: update license string for dmenu -v to 2015.
- LICENSE: add myself to LICENSE
9 years ago
Anselm R Garbe
13a529ce63
applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m
10 years ago
Hiltjo Posthuma
aa69426670
fix crash with ctrl-enter as input
reproduce: ./dmenu; send EOF; press ctrl+enter.
10 years ago
Anselm R Garbe
4c50e43df4
updated copyright notices in LICENSE and dmenu.c file
10 years ago
Anselm R Garbe
13f787306f
applied Martti Kühne's dmenu monitor patch
f6581ca966/monarg.patch
becomes upstream now
11 years ago
Anselm R Garbe
597d4b4337
accepted vi'is exit approach ^[ (suggested by Arkaduisz)
11 years ago
Anselm R Garbe
14f72a2763
adopted Alex Sedov's config.h revival patch to tip
11 years ago
Anselm R Garbe
ec64f273fb
applied Alex Sedov's Tab buffer termination patch, thanks
11 years ago
Anselm R Garbe
0d12a47415
applied multisel patch to mainline
11 years ago
Moritz Wilhelmy
1299e41447
ignore prompt if it is empty in addition to NULL
12 years ago
Connor Lane Smith
1f11faf7b5
listen for C-S-[jm]
12 years ago
Karl F
50145384c8
add ^G escape keybinding
12 years ago
Connor Lane Smith
3402a8d53a
align M-[hjkl] closer to vi keys
13 years ago
Connor Lane Smith
d3e9bd152e
happy new year!
13 years ago
Connor Lane Smith
b95fb20269
add Mod1Mask keybindings
13 years ago
Connor Lane Smith
3f9b10c86a
set window background_pixel
13 years ago
Connor Lane Smith
a02a1a6623
faster dmenu_run -f
13 years ago
Connor Lane Smith
ebd94a6c00
limit direction keys in vline
13 years ago
Connor Lane Smith
2b31952731
fix C-n / C-p directions (thanks bastien)
13 years ago
Connor Lane Smith
c01f36a1f3
new default colour scheme
13 years ago
Connor Lane Smith
dc77337ef3
add paste from clipboard
13 years ago
Connor Lane Smith
7b1493a631
add lots of comments
13 years ago
Connor Lane Smith
dd29c5d480
input focus: calculate areas of intersection
13 years ago
Connor Lane Smith
24565608cb
xim: check for corner cases
13 years ago
Connor Lane Smith
05026fb5ce
fix extra warning
13 years ago
Troels Henriksen
c8f0a37638
add xim support
13 years ago
Connor Lane Smith
1cf3864464
limit lines to input
13 years ago
Connor Lane Smith
8e302717cb
input focus: fix for reparenting wms
13 years ago
Connor Lane Smith
e30ad490b2
fix monitor select when no focus
13 years ago
Connor Lane Smith
4c8d43ab73
tweak match
13 years ago
Connor Lane Smith
f1848a3ef0
detect active monitor using input focus
13 years ago
Connor Lane Smith
b26d3f54ee
add token matching
13 years ago
Connor Lane Smith
1636e12210
tweaks
13 years ago
Connor Lane Smith
2b92c95230
efficiency tweaks
13 years ago
Connor Lane Smith
5867c53390
simpler vline
13 years ago
Connor Lane Smith
34a816f87d
rebind ^N ^P
13 years ago
Connor Lane Smith
723cbabc12
add ^M
13 years ago
Connor Lane Smith
2103ae2891
bugfix
13 years ago
Connor Lane Smith
bb3e33def3
no -m, cleanup
13 years ago
Connor Lane Smith
3a60b19514
fix possible overflow
13 years ago
Connor Lane Smith
dd2f298252
fixed extra warnings
13 years ago
Connor Lane Smith
11ea52d170
portability
13 years ago
Connor Lane Smith
4354074607
efficient incremental search
13 years ago
Connor Lane Smith
4776d6dc61
match first
13 years ago
Connor Lane Smith
d0051e7bb8
faster grab
13 years ago
Connor Lane Smith
fb67bd666e
cleanup
13 years ago