aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeLines
* micromizing dmenu step 1Anselm R. Garbe2007-09-16-578/+0
* fixed fallbackAnselm R. Garbe2007-09-15-2/+4
* applied ido-matching to dmenuarg@f00b4r2007-07-24-0/+21
* referred to LICENSE file3.2Anselm R. Garbe2007-05-30-3/+1
* removed some superflous strncmp'sAnselm R. Garbe2007-05-23-8/+8
* fixed a small bug in dmenu when an empty font is suppliedAnselm R. Garbe2007-05-02-0/+2
* making copyright notice more compact3.0Anselm R. Garbe2007-04-13-5/+4
* allowing numpad keys as inpytAnselm R. Garbe2007-03-27-0/+7
* attempt to grab the keyboard only 1000 times, not forever.2.8Anselm R. Garbe2007-03-07-5/+11
* reverting keyboard grab to root window - invoking several dmenu's now works a...Anselm R. Garbe2007-03-07-22/+24
* Wait for an Expose and draw the menu immediately after mapping the window.Kris Maglione2007-03-06-4/+3
* keyboard grab works on the dmenu window now (not on the root window) - thx fo...2.7Anselm R. Garbe2007-03-02-21/+20
* also, don't set the font all the timeAnselm R. Garbe2007-03-02-0/+2
* useless var declaration prev_nitem2.6Anselm R. Garbe2007-02-27-1/+1
* changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe2007-02-26-6/+2
* if isatty() first read from stdin and then grab the keyboard, otherwise first...Anselm R. Garbe2007-02-26-10/+17
* fixed a bug when dmenu is run with -vAnselm R. Garbe2007-02-23-3/+3
* renamed getcolor to initcolorAnselm R. Garbe2007-02-20-5/+5
* s/setfont/initfont/Anselm R. Garbe2007-02-20-2/+2
* readded draw.c again (except getcolor and setfont)Anselm R. Garbe2007-02-20-64/+0
* removed -t, now using isatty() instead of select() to prevent execution from ...Anselm R. Garbe2007-02-19-27/+15
* removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe2007-02-19-2/+125
* nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Anselm R. Garbe2007-02-08-3/+7
* letting dmenu appear at the bottom by defaultAnselm R. Garbe2007-02-08-7/+3
* hotfix changes2.1Anselm R. Garbe2007-01-17-5/+3
* small fix2.0Anselm R. Garbe2007-01-16-1/+2
* removed useless mx, myAnselm R. Garbe2007-01-16-3/+2
* added evil key support to dmenu1.9Anselm R. Garbe2007-01-11-2/+15
* applied Sanders dmenu_ctrlchars.patch (thanks!)Anselm R. Garbe2007-01-10-0/+8
* applied Alexis Hildebrandts patchesAnselm R. Garbe2007-01-10-1/+2
* correctionsarg@mig292007-01-02-1/+1
* correctedarg@mig292007-01-02-2/+2
* next version will contain updated copyright noticearg@mig292007-01-02-3/+3
* prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -...arg@mig292006-12-19-11/+11
* agreed with Sanderarg@mig292006-12-18-6/+3
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it...arg@mig292006-12-18-3/+13
* hotfixarg@mig292006-12-14-13/+13
* added vi-like key-bindings for keyboards without cursor keys (they are undocu...arg@mig292006-12-14-0/+23
* silent hotfixarg@mig292006-12-14-1/+1
* applied hotfix of sanderarg@mig292006-12-14-9/+13
* added prompt option (-p 'prompt text'), documented in man page as wellarg@mig292006-12-13-3/+19
* ordered switch branches in kpress alphabetically, applied Sanders patch for P...arg@mig292006-12-12-32/+57
* also fixing dmenu accordinglyarg@mig292006-12-07-0/+2
* fixing sizeof stuffarg@mig292006-11-26-5/+5
* removed misleading input cursor1.4Anselm R. Garbe2006-10-23-2/+0
* fixing arg handling in dmenu (thanks to Sander for his report)Anselm R. Garbe2006-10-23-12/+18
* simplified main event loopAnselm R. Garbe2006-10-10-2/+1
* small change1.2Anselm R. Garbe2006-10-06-1/+0
* removed useless newlinesAnselm R. Garbe2006-10-06-24/+3
* revertingarg@mmvi2006-09-26-4/+4