aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* correctedarg@mig292007-01-021-2/+2
|
* next version will contain updated copyright noticearg@mig292007-01-021-3/+3
|
* prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵arg@mig292006-12-191-11/+11
| | | | -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)
* agreed with Sanderarg@mig292006-12-181-6/+3
|
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵arg@mig292006-12-181-3/+13
| | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus
* hotfixarg@mig292006-12-141-13/+13
|
* added vi-like key-bindings for keyboards without cursor keys (they are ↵arg@mig292006-12-141-0/+23
| | | | undocumented features)
* silent hotfixarg@mig292006-12-141-1/+1
|
* applied hotfix of sanderarg@mig292006-12-141-9/+13
|
* added prompt option (-p 'prompt text'), documented in man page as wellarg@mig292006-12-131-3/+19
|
* ordered switch branches in kpress alphabetically, applied Sanders patch for ↵arg@mig292006-12-121-32/+57
| | | | PgUp/Dn and Home/End scrolling
* also fixing dmenu accordinglyarg@mig292006-12-071-0/+2
|
* fixing sizeof stuffarg@mig292006-11-261-5/+5
|
* removed misleading input cursorAnselm R. Garbe2006-10-231-2/+0
|
* fixing arg handling in dmenu (thanks to Sander for his report)Anselm R. Garbe2006-10-231-12/+18
|
* simplified main event loopAnselm R. Garbe2006-10-101-2/+1
|
* small changeAnselm R. Garbe2006-10-061-1/+0
|
* removed useless newlinesAnselm R. Garbe2006-10-061-24/+3
|
* revertingarg@mmvi2006-09-261-4/+4
|
* added fallback to color initializationarg@mmvi2006-09-261-4/+4
|
* removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi2006-09-261-16/+36
|
* uriel didn't understood dmenu code, he broke nearly everythingarg@mmvi2006-09-261-2/+13
|
* applied a change made by Uriel to dmenu (though I didn't applied everything)arg@wmii.de2006-09-261-17/+4
|
* applied something similiar to Jukkas patcharg@mmvi2006-09-251-3/+3
|
* made function signatures more consistent to my coding styleAnselm R. Garbe2006-09-121-12/+6
|
* implemented early keyboard grab for dmenu with a timeout for stdin data ↵Anselm R. Garbe2006-09-081-4/+19
| | | | writers to prevent endless grabbings of the keyboard
* small change of main event loopAnselm R. Garbe2006-09-041-2/+2
|
* updated dmenu to borderless drawing as wellAnselm R. Garbe2006-08-251-9/+10
|
* back to 3 colorsAnselm R. Garbe2006-08-251-9/+8
|
* migrated dmenu to use 4 instead of 3 colorsAnselm R. Garbe2006-08-241-8/+9
|
* removed unnecessary Xlib callAnselm R. Garbe2006-08-241-0/+1
|
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all ↵Anselm R.Garbe2006-08-161-4/+15
| | | | allocated stuff)
* readded border colors, this sucks leastAnselm R.Garbe2006-08-101-5/+6
|
* removed unnecessary border colorAnselm R.Garbe2006-08-101-6/+5
|
* added uppercase chars for C-u and C-h as wellAnselm R.Garbe2006-08-101-0/+2
|
* removed C-[ from source and man pageAnselm R.Garbe2006-08-101-4/+0
|
* fixed a bad mistake setting the dmenu border to False;arg@10ksloc.org2006-08-071-1/+0
|
* renamed some functions to make it more readablearg@10ksloc.org2006-08-071-9/+9
|
* removed -t title crap from dmenuarg@10ksloc.org2006-08-071-50/+12
|
* small changearg@10ksloc.org2006-08-051-1/+1
|
* rearranged several stuffarg@10ksloc.org2006-08-041-134/+122
|
* initial importarg@10ksloc.org2006-08-041-0/+426