aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* allowing numpad keys as inpytAnselm R. Garbe2007-03-271-0/+7
* attempt to grab the keyboard only 1000 times, not forever.Anselm R. Garbe2007-03-071-5/+11
* reverting keyboard grab to root window - invoking several dmenu's now works a...Anselm R. Garbe2007-03-071-22/+24
* Wait for an Expose and draw the menu immediately after mapping the window.Kris Maglione2007-03-061-4/+3
* keyboard grab works on the dmenu window now (not on the root window) - thx fo...Anselm R. Garbe2007-03-021-21/+20
* also, don't set the font all the timeAnselm R. Garbe2007-03-021-0/+2
* useless var declaration prev_nitemAnselm R. Garbe2007-02-271-1/+1
* changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe2007-02-261-6/+2
* if isatty() first read from stdin and then grab the keyboard, otherwise first...Anselm R. Garbe2007-02-261-10/+17
* fixed a bug when dmenu is run with -vAnselm R. Garbe2007-02-231-3/+3
* renamed getcolor to initcolorAnselm R. Garbe2007-02-201-5/+5
* s/setfont/initfont/Anselm R. Garbe2007-02-201-2/+2
* readded draw.c again (except getcolor and setfont)Anselm R. Garbe2007-02-201-64/+0
* removed -t, now using isatty() instead of select() to prevent execution from ...Anselm R. Garbe2007-02-191-27/+15
* removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe2007-02-191-2/+125
* nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Anselm R. Garbe2007-02-081-3/+7
* letting dmenu appear at the bottom by defaultAnselm R. Garbe2007-02-081-7/+3
* hotfix changesAnselm R. Garbe2007-01-171-5/+3
* small fixAnselm R. Garbe2007-01-161-1/+2
* removed useless mx, myAnselm R. Garbe2007-01-161-3/+2
* added evil key support to dmenuAnselm R. Garbe2007-01-111-2/+15
* applied Sanders dmenu_ctrlchars.patch (thanks!)Anselm R. Garbe2007-01-101-0/+8
* applied Alexis Hildebrandts patchesAnselm R. Garbe2007-01-101-1/+2
* correctionsarg@mig292007-01-021-1/+1
* correctedarg@mig292007-01-021-2/+2
* next version will contain updated copyright noticearg@mig292007-01-021-3/+3
* prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -...arg@mig292006-12-191-11/+11
* agreed with Sanderarg@mig292006-12-181-6/+3
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it...arg@mig292006-12-181-3/+13
* hotfixarg@mig292006-12-141-13/+13
* added vi-like key-bindings for keyboards without cursor keys (they are undocu...arg@mig292006-12-141-0/+23
* silent hotfixarg@mig292006-12-141-1/+1
* applied hotfix of sanderarg@mig292006-12-141-9/+13
* added prompt option (-p 'prompt text'), documented in man page as wellarg@mig292006-12-131-3/+19
* ordered switch branches in kpress alphabetically, applied Sanders patch for P...arg@mig292006-12-121-32/+57
* also fixing dmenu accordinglyarg@mig292006-12-071-0/+2
* fixing sizeof stuffarg@mig292006-11-261-5/+5
* removed misleading input cursorAnselm R. Garbe2006-10-231-2/+0
* fixing arg handling in dmenu (thanks to Sander for his report)Anselm R. Garbe2006-10-231-12/+18
* simplified main event loopAnselm R. Garbe2006-10-101-2/+1
* small changeAnselm R. Garbe2006-10-061-1/+0
* removed useless newlinesAnselm R. Garbe2006-10-061-24/+3
* revertingarg@mmvi2006-09-261-4/+4
* added fallback to color initializationarg@mmvi2006-09-261-4/+4
* removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi2006-09-261-16/+36
* uriel didn't understood dmenu code, he broke nearly everythingarg@mmvi2006-09-261-2/+13
* applied a change made by Uriel to dmenu (though I didn't applied everything)arg@wmii.de2006-09-261-17/+4
* applied something similiar to Jukkas patcharg@mmvi2006-09-251-3/+3
* made function signatures more consistent to my coding styleAnselm R. Garbe2006-09-121-12/+6
* implemented early keyboard grab for dmenu with a timeout for stdin data write...Anselm R. Garbe2006-09-081-4/+19