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