summaryrefslogtreecommitdiffstats
path: root/config.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved draw.c to libdraw.aGravatar Connor Lane Smith 2010-06-241-2/+2
|
* prepared bugfix release 4.1.1Gravatar Anselm R Garbe 2010-05-291-1/+1
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Gravatar Anselm R Garbe 2009-11-281-1/+1
| | | | (due to the fact that surf is using dmenu as well)
* applied Matthias Christian Ott's sanity fixes (thanks a lot!)Gravatar Anselm R Garbe 2009-02-211-1/+1
|
* next release will be 4.0Gravatar a@null 2008-12-121-1/+1
|
* backported drawtext() simplifications to dmenuGravatar Anselm R Garbe 2008-08-181-1/+1
|
* minor fixGravatar Anselm R Garbe 2008-06-191-1/+1
|
* minor fixGravatar Anselm R Garbe 2008-06-181-1/+0
|
* cosmetic fixesGravatar Anselm R Garbe 2008-06-131-3/+1
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wGravatar anselm@anselm1 2008-05-191-2/+7
|
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Gravatar Anselm R Garbe 2008-04-091-1/+1
| | | | reasons they disappeared
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Gravatar Anselm R Garbe 2008-03-181-1/+1
| | | | extended the -y handling, next version is 3.6
* added dmenu runGravatar anselm@anselm1 2007-12-221-1/+1
|
* adapted c99 for pedantic checks, even if those checks are somewhat brokenGravatar Anselm R. Garbe 2007-10-101-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 2007-09-231-1/+1
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* next version is 3.3Gravatar arg@suckless.org 2007-09-171-1/+1
|
* applied Jukka's fixGravatar Anselm R. Garbe 2007-05-231-1/+1
|
* removed strip, added -s to LDFLAGsGravatar Anselm R. Garbe 2007-05-151-1/+1
|
* fixed a small bug in dmenu when an empty font is suppliedGravatar Anselm R. Garbe 2007-05-021-1/+1
|
* making copyright notice more compactGravatar Anselm R. Garbe 2007-04-131-1/+1
|
* next version is 2.9Gravatar Anselm R. Garbe 2007-03-281-1/+1
|
* attempt to grab the keyboard only 1000 times, not forever.Gravatar Anselm R. Garbe 2007-03-071-1/+1
|
* also, don't set the font all the timeGravatar Anselm R. Garbe 2007-03-021-1/+1
|
* next is 2.6, but not yet ;)Gravatar Anselm R. Garbe 2007-02-261-1/+1
|
* fixed a bug when dmenu is run with -vGravatar Anselm R. Garbe 2007-02-231-1/+1
|
* ok 2.4.2Gravatar Anselm R. Garbe 2007-02-231-1/+1
|
* hotfixGravatar Anselm R. Garbe 2007-02-231-1/+1
|
* made Fnt an anonymous structGravatar Anselm R. Garbe 2007-02-221-1/+1
|
* removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 2007-02-191-1/+1
|
* got rid of LD, inspired by JGs patch to wmiiGravatar Anselm R. Garbe 2007-02-051-2/+1
|
* hotfix changesGravatar Anselm R. Garbe 2007-01-171-1/+1
|
* small fix of Control-j in dmenu.1Gravatar Anselm R. Garbe 2007-01-161-1/+1
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵Gravatar arg@mig29 2006-12-181-0/+5
| | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus
* added vi-like key-bindings for keyboards without cursor keys (they are ↵Gravatar arg@mig29 2006-12-141-1/+1
| | | | undocumented features)
* applied hotfix of sanderGravatar arg@mig29 2006-12-141-1/+1
|
* removed hardcoded 'fixed' fallback, useless and misleadingGravatar arg@mig29 2006-12-081-1/+1
|
* enforcing using imcomplete fonsets anywaysGravatar arg@mig29 2006-12-051-1/+1
|
* next version will be 1.5Gravatar arg@mig29 2006-11-261-1/+1
|
* fixing arg handling in dmenu (thanks to Sander for his report)Gravatar Anselm R. Garbe 2006-10-231-1/+1
|
* simplified main event loopGravatar Anselm R. Garbe 2006-10-101-1/+1
|
* changing version infoGravatar Anselm R. Garbe 2006-10-061-1/+1
|
* removed config.h stuff, made dwm configurable due to command line optionsGravatar arg@mmvi 2006-09-261-1/+1
|
* commented dmenuGravatar Anselm R. Garbe 2006-09-111-1/+1
|
* made dmenu.1 also conciseGravatar Anselm R. Garbe 2006-09-071-1/+1
|
* fixed man pageGravatar Anselm R. Garbe 2006-09-041-1/+1
|
* updated versionGravatar Anselm R. Garbe 2006-08-281-1/+1
|
* migrated dmenu to use 4 instead of 3 colorsGravatar Anselm R. Garbe 2006-08-241-1/+1
|
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all ↵Gravatar Anselm R.Garbe 2006-08-161-1/+1
| | | | allocated stuff)
* applied sanders patchGravatar Anselm R.Garbe 2006-08-161-1/+1
|