aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeLines
* 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
|
* added fallback to color initializationarg@mmvi2006-09-26-4/+4
|
* removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi2006-09-26-16/+36
|
* uriel didn't understood dmenu code, he broke nearly everythingarg@mmvi2006-09-26-2/+13
|
* applied a change made by Uriel to dmenu (though I didn't applied everything)arg@wmii.de2006-09-26-17/+4
|
* applied something similiar to Jukkas patcharg@mmvi2006-09-25-3/+3
|
* made function signatures more consistent to my coding style1.0Anselm R. Garbe2006-09-12-12/+6
|
* implemented early keyboard grab for dmenu with a timeout for stdin data ↵0.9Anselm R. Garbe2006-09-08-4/+19
| | | | writers to prevent endless grabbings of the keyboard
* small change of main event loop0.7Anselm R. Garbe2006-09-04-2/+2
|
* updated dmenu to borderless drawing as wellAnselm R. Garbe2006-08-25-9/+10
|
* back to 3 colorsAnselm R. Garbe2006-08-25-9/+8
|
* migrated dmenu to use 4 instead of 3 colorsAnselm R. Garbe2006-08-24-8/+9
|
* removed unnecessary Xlib callAnselm R. Garbe2006-08-24-0/+1
|
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all ↵Anselm R.Garbe2006-08-16-4/+15
| | | | allocated stuff)
* readded border colors, this sucks least0.3Anselm R.Garbe2006-08-10-5/+6
|
* removed unnecessary border colorAnselm R.Garbe2006-08-10-6/+5
|
* added uppercase chars for C-u and C-h as wellAnselm R.Garbe2006-08-10-0/+2
|
* removed C-[ from source and man pageAnselm R.Garbe2006-08-10-4/+0
|
* fixed a bad mistake setting the dmenu border to False;arg@10ksloc.org2006-08-07-1/+0
|
* renamed some functions to make it more readablearg@10ksloc.org2006-08-07-9/+9
|
* removed -t title crap from dmenuarg@10ksloc.org2006-08-07-50/+12
|