summaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* added fallback to color initializationGravatar arg@mmvi 2006-09-261-4/+4
* removed config.h stuff, made dwm configurable due to command line optionsGravatar arg@mmvi 2006-09-261-16/+36
* uriel didn't understood dmenu code, he broke nearly everythingGravatar arg@mmvi 2006-09-261-2/+13
* applied a change made by Uriel to dmenu (though I didn't applied everything)Gravatar arg@wmii.de 2006-09-261-17/+4
* applied something similiar to Jukkas patchGravatar arg@mmvi 2006-09-251-3/+3
* made function signatures more consistent to my coding styleGravatar Anselm R. Garbe 2006-09-121-12/+6
* implemented early keyboard grab for dmenu with a timeout for stdin data write...Gravatar Anselm R. Garbe 2006-09-081-4/+19
* small change of main event loopGravatar Anselm R. Garbe 2006-09-041-2/+2
* updated dmenu to borderless drawing as wellGravatar Anselm R. Garbe 2006-08-251-9/+10
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-9/+8
* migrated dmenu to use 4 instead of 3 colorsGravatar Anselm R. Garbe 2006-08-241-8/+9
* removed unnecessary Xlib callGravatar Anselm R. Garbe 2006-08-241-0/+1
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocat...Gravatar Anselm R.Garbe 2006-08-161-4/+15
* readded border colors, this sucks leastGravatar Anselm R.Garbe 2006-08-101-5/+6
* removed unnecessary border colorGravatar Anselm R.Garbe 2006-08-101-6/+5
* added uppercase chars for C-u and C-h as wellGravatar Anselm R.Garbe 2006-08-101-0/+2
* removed C-[ from source and man pageGravatar Anselm R.Garbe 2006-08-101-4/+0
* fixed a bad mistake setting the dmenu border to False;Gravatar arg@10ksloc.org 2006-08-071-1/+0
* renamed some functions to make it more readableGravatar arg@10ksloc.org 2006-08-071-9/+9
* removed -t title crap from dmenuGravatar arg@10ksloc.org 2006-08-071-50/+12
* small changeGravatar arg@10ksloc.org 2006-08-051-1/+1
* rearranged several stuffGravatar arg@10ksloc.org 2006-08-041-134/+122
* initial importGravatar arg@10ksloc.org 2006-08-041-0/+426
>2011-09-19change version to 'hg'Gravatar Connor Lane Smith 1-1/+1 2011-07-24dmenu_run: sh -cGravatar Connor Lane Smith 1-1/+1 2011-07-22fix loadfontGravatar Connor Lane Smith 1-12/+13 2011-07-19Added tag 4.4 for changeset 2b105eaae831Gravatar Connor Lane Smith 1-0/+1 2011-07-19add lsx.1 to distGravatar Connor Lane Smith 1-1/+1 2011-07-17tweaksGravatar Connor Lane Smith 2-2/+2 2011-07-14efficiency tweaksGravatar Connor Lane Smith 2-60/+44 2011-07-14fix extra warningGravatar Connor Lane Smith 1-1/+1 2011-07-06simpler vlineGravatar Connor Lane Smith 1-4/+2 2011-07-04rebind ^N ^PGravatar Connor Lane Smith 2-3/+3 2011-06-25include limits.hGravatar Connor Lane Smith 1-0/+1 2011-06-23make clean lsxGravatar Connor Lane Smith 1-1/+1 2011-06-23lsx: check snprintfGravatar Connor Lane Smith 1-4/+3 2011-06-18update draw.cGravatar Connor Lane Smith 2-14/+14 2011-06-18simpler lsxGravatar Connor Lane Smith 3-11/+6 2011-06-13new dmenu_runGravatar Connor Lane Smith 5-26/+15