about summary refs log tree commit diff
path: root/drw.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-18free schemes as arrayHiltjo Posthuma1-6/+6
2015-10-04fix input text matchingQuentin Rameau1-1/+1
2015-10-04fix incorrect ordering of match resultsDavide Del Zompo1-2/+3
2015-10-04fix paste from clipboard (ctrl+shift+y)Hiltjo Posthuma1-0/+1
2015-09-28minor style fixHiltjo Posthuma1-1/+2
2015-09-28Remove function prototypes and reorder functions accordinglyFRIGN1-80/+64
2015-09-28Untypedef struct itemFRIGN1-10/+9
2015-09-28Fix the conversion from microseconds to nanosecondsQuentin Rameau1-1/+1
2015-09-28Replace deprecated usleep() with nanosleep()Quentin Rameau1-2/+3
2015-09-28config.mk: use -std=c99Hiltjo Posthuma1-1/+1
2015-09-27dmenu: style improvementsHiltjo Posthuma1-204/+213
2015-09-27drw style improvementsHiltjo Posthuma2-93/+106
2015-09-27separate program-specific c99 bool and X11Hiltjo Posthuma2-11/+10
2015-09-27config.mk: fix _XOPEN_SOURCE=700 for getline()Hiltjo Posthuma1-1/+1
2015-09-27config.mk: improve feature test checkHiltjo Posthuma1-1/+1
2015-08-06Fixed typo introduced by shared codeEric Pruitt1-1/+1
2015-07-19