summaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* keyboard grab works on the dmenu window now (not on the root window) - thx fo...Gravatar Anselm R. Garbe 2007-03-021-21/+20
* also, don't set the font all the timeGravatar Anselm R. Garbe 2007-03-021-0/+2
* useless var declaration prev_nitemGravatar Anselm R. Garbe 2007-02-271-1/+1
* changed Backspace/C-w behavior (now it only removes a single character)Gravatar Anselm R. Garbe 2007-02-261-6/+2
* if isatty() first read from stdin and then grab the keyboard, otherwise first...Gravatar Anselm R. Garbe 2007-02-261-10/+17
* fixed a bug when dmenu is run with -vGravatar Anselm R. Garbe 2007-02-231-3/+3
* renamed getcolor to initcolorGravatar Anselm R. Garbe 2007-02-201-5/+5
* s/setfont/initfont/Gravatar Anselm R. Garbe 2007-02-201-2/+2
* readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 2007-02-201-64/+0
* removed -t, now using isatty() instead of select() to prevent execution from ...Gravatar Anselm R. Garbe 2007-02-191-27/+15
* removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 2007-02-191-2/+125
* nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Gravatar Anselm R. Garbe 2007-02-081-3/+7
* letting dmenu appear at the bottom by defaultGravatar Anselm R. Garbe 2007-02-081-7/+3
* hotfix changesGravatar Anselm R. Garbe 2007-01-171-5/+3
* small fixGravatar Anselm R. Garbe 2007-01-161-1/+2
* removed useless mx, myGravatar Anselm R. Garbe 2007-01-161-3/+2
* added evil key support to dmenuGravatar Anselm R. Garbe 2007-01-111-2/+15
* applied Sanders dmenu_ctrlchars.patch (thanks!)Gravatar Anselm R. Garbe 2007-01-101-0/+8
* applied Alexis Hildebrandts patchesGravatar Anselm R. Garbe 2007-01-101-1/+2
* correctionsGravatar arg@mig29 2007-01-021-1/+1
* correctedGravatar arg@mig29 2007-01-021-2/+2
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-3/+3
* prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -...Gravatar arg@mig29 2006-12-191-11/+11
* agreed with SanderGravatar arg@mig29 2006-12-181-6/+3
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it...Gravatar arg@mig29 2006-12-181-3/+13
* hotfixGravatar arg@mig29 2006-12-141-13/+13
* added vi-like key-bindings for keyboards without cursor keys (they are undocu...Gravatar arg@mig29 2006-12-141-0/+23
* silent hotfixGravatar arg@mig29 2006-12-141-1/+1
* applied hotfix of sanderGravatar arg@mig29 2006-12-141-9/+13
* added prompt option (-p 'prompt text'), documented in man page as wellGravatar arg@mig29 2006-12-131-3/+19
* ordered switch branches in kpress alphabetically, applied Sanders patch for P...Gravatar arg@mig29 2006-12-121-32/+57
* also fixing dmenu accordinglyGravatar arg@mig29 2006-12-071-0/+2
* fixing sizeof stuffGravatar arg@mig29 2006-11-261-5/+5
* removed misleading input cursorGravatar Anselm R. Garbe 2006-10-231-2/+0
* fixing arg handling in dmenu (thanks to Sander for his report)Gravatar Anselm R. Garbe 2006-10-231-12/+18
* simplified main event loopGravatar Anselm R. Garbe 2006-10-101-2/+1
* small changeGravatar Anselm R. Garbe 2006-10-061-1/+0
* removed useless newlinesGravatar Anselm R. Garbe 2006-10-061-24/+3
* revertingGravatar arg@mmvi 2006-09-261-4/+4
* 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