index
:
dmenu
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-18
free schemes as array
Hiltjo Posthuma
1
-6
/
+6
2015-10-04
fix input text matching
Quentin Rameau
1
-1
/
+1
2015-10-04
fix incorrect ordering of match results
Davide Del Zompo
1
-2
/
+3
2015-10-04
fix paste from clipboard (ctrl+shift+y)
Hiltjo Posthuma
1
-0
/
+1
2015-09-28
minor style fix
Hiltjo Posthuma
1
-1
/
+2
2015-09-28
Remove function prototypes and reorder functions accordingly
FRIGN
1
-80
/
+64
2015-09-28
Untypedef struct item
FRIGN
1
-10
/
+9
2015-09-28
Fix the conversion from microseconds to nanoseconds
Quentin Rameau
1
-1
/
+1
2015-09-28
Replace deprecated usleep() with nanosleep()
Quentin Rameau
1
-2
/
+3
2015-09-28
config.mk: use -std=c99
Hiltjo Posthuma
1
-1
/
+1
2015-09-27
dmenu: style improvements
Hiltjo Posthuma
1
-204
/
+213
2015-09-27
drw style improvements
Hiltjo Posthuma
2
-93
/
+106
2015-09-27
separate program-specific c99 bool and X11
Hiltjo Posthuma
2
-11
/
+10
2015-09-27
config.mk: fix _XOPEN_SOURCE=700 for getline()
Hiltjo Posthuma
1
-1
/
+1
2015-09-27
config.mk: improve feature test check
Hiltjo Posthuma
1
-1
/
+1
2015-08-06
Fixed typo introduced by shared code
Eric Pruitt
1
-1
/
+1
2015-07-19