aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-20renamed getcolor to initcolorAnselm R. Garbe1-5/+5
2007-02-20s/setfont/initfont/Anselm R. Garbe1-2/+2
2007-02-20readded draw.c again (except getcolor and setfont)Anselm R. Garbe1-64/+0
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ...Anselm R. Garbe1-27/+15
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe1-2/+125
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Anselm R. Garbe1-3/+7
2007-02-08letting dmenu appear at the bottom by defaultAnselm R. Garbe1-7/+3
2007-01-17hotfix changes2.1Anselm R. Garbe1-5/+3
2007-01-16small fix2.0Anselm R. Garbe1-1/+2
2007-01-16removed useless mx, myAnselm R. Garbe1-3/+2
2007-01-11added evil key support to dmenu1.9Anselm R. Garbe1-2/+15
2007-01-10applied Sanders dmenu_ctrlchars.patch (thanks!)Anselm R. Garbe1-0/+8
2007-01-10applied Alexis Hildebrandts patchesAnselm R. Garbe1-1/+2
2007-01-02correctionsarg@mig291-1/+1
2007-01-02correctedarg@mig291-2/+2
2007-01-02next version will contain updated copyright noticearg@mig291-3/+3
2006-12-19prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -...arg@mig291-11/+11
2006-12-18agreed with Sanderarg@mig291-6/+3
2006-12-18applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it...arg@mig291-3/+13
2006-12-14hotfixarg@mig291-13/+13
2006-12-14added vi-like key-bindings for keyboards without cursor keys (they are undocu...arg@mig291-0/+23
2006-12-14silent hotfixarg@mig291-1/+1
2006-12-14applied hotfix of sanderarg@mig291-9/+13
2006-12-13added prompt option (-p 'prompt text'), documented in man page as wellarg@mig291-3/+19
2006-12-12ordered switch branches in kpress alphabetically, applied Sanders patch for P...arg@mig291-32/+57
2006-12-07also fixing dmenu accordinglyarg@mig291-0/+2
2006-11-26fixing sizeof stuffarg@mig291-5/+5
2006-10-23removed misleading input cursor1.4Anselm R. Garbe1-2/+0
2006-10-23fixing arg handling in dmenu (thanks to Sander for his report)Anselm R. Garbe1-12/+18
2006-10-10simplified main event loopAnselm R. Garbe1-2/+1
2006-10-06small change1.2Anselm R. Garbe1-1/+0
2006-10-06removed useless newlinesAnselm R. Garbe1-24/+3
2006-09-26revertingarg@mmvi1-4/+4
2006-09-26added fallback to color initializationarg@mmvi1-4/+4
2006-09-26removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi1-16/+36
2006-09-26uriel didn't understood dmenu code, he broke nearly everythingarg@mmvi1-2/+13
2006-09-26applied a change made by Uriel to dmenu (though I didn't applied everything)arg@wmii.de1-17/+4
2006-09-25applied something similiar to Jukkas patcharg@mmvi1-3/+3
2006-09-12made function signatures more consistent to my coding style1.0Anselm R. Garbe1-12/+6
2006-09-08implemented early keyboard grab for dmenu with a timeout for stdin data write...0.9Anselm R. Garbe1-4/+19
2006-09-04small change of main event loop0.7Anselm R. Garbe1-2/+2
2006-08-25updated dmenu to borderless drawing as wellAnselm R. Garbe1-9/+10
2006-08-25back to 3 colorsAnselm R. Garbe1-9/+8
2006-08-24migrated dmenu to use 4 instead of 3 colorsAnselm R. Garbe1-8/+9
2006-08-24removed unnecessary Xlib callAnselm R. Garbe1-0/+1
2006-08-16fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocat...Anselm R.Garbe1-4/+15
2006-08-10readded border colors, this sucks least0.3Anselm R.Garbe1-5/+6
2006-08-10removed unnecessary border colorAnselm R.Garbe1-6/+5
2006-08-10added uppercase chars for C-u and C-h as wellAnselm R.Garbe1-0/+2
2006-08-10removed C-[ from source and man pageAnselm R.Garbe1-4/+0