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