aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)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 ↵Anselm R. Garbe2007-03-07-22/+24
| | | | again...
* 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 ↵2.7Anselm R. Garbe2007-03-02-21/+20
| | | | for Kris for this hint
* 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 ↵Anselm R. Garbe2007-02-26-10/+17
| | | | first grab the keyboard and then read from stdin
* 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
| | | | an interactive shell
* 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 ↵Anselm R. Garbe2007-02-08-3/+7
| | | | dmenu again
* 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
| | | | -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)
* agreed with Sanderarg@mig292006-12-18-6/+3
|
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵arg@mig292006-12-18-3/+13
| | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus
* hotfixarg@mig292006-12-14-13/+13
|
* added vi-like key-bindings for keyboards without cursor keys (they are ↵arg@mig292006-12-14-0/+23
| | | | undocumented features)
* 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 ↵arg@mig292006-12-12-32/+57
| | | | PgUp/Dn and Home/End scrolling
* 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
|