summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 3.4 for changeset 9ab649b3b3e5Gravatar Anselm R. Garbe 2007-10-251-0/+1
|
* adapted c99 for pedantic checks, even if those checks are somewhat brokenGravatar Anselm R. Garbe 2007-10-101-1/+1
|
* implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵Gravatar Anselm R. Garbe 2007-10-011-1/+25
| | | | (cygwin has no strcasestr, oh dear)
* fixed font definitionGravatar Anselm R. Garbe 2007-10-011-1/+1
|
* fixed dmenuGravatar Anselm R. Garbe 2007-09-301-1/+1
|
* using saner defaultsGravatar Anselm R. Garbe 2007-09-301-4/+4
|
* applied new color nuanceGravatar Anselm R. Garbe 2007-09-271-2/+2
|
* applied my favorite color schemeGravatar Anselm R. Garbe 2007-09-261-5/+5
|
* casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵Gravatar arg@suckless.org 2007-09-241-1/+1
| | | | checking!)
* switching to whiteGravatar Anselm R. Garbe 2007-09-231-4/+4
|
* yet another cosmetic fixGravatar Anselm R. Garbe 2007-09-231-6/+2
|
* small cosmetic fixGravatar Anselm R. Garbe 2007-09-231-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 2007-09-234-41/+45
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* Added tag 3.3 for changeset 709df5a4bad7Gravatar Anselm R. Garbe 2007-09-221-0/+1
|
* applied yiyus initfont fixGravatar arg@suckless.org 2007-09-191-4/+3
|
* reorganizedGravatar Anselm R. Garbe 2007-09-171-288/+299
|
* next version is 3.3Gravatar arg@suckless.org 2007-09-172-2/+2
|
* micromizing dmenu step 1Gravatar Anselm R. Garbe 2007-09-166-152/+149
|
* fixed fallbackGravatar Anselm R. Garbe 2007-09-151-2/+4
|
* applied ido-matching to dmenuGravatar arg@f00b4r 2007-07-241-0/+21
|
* fooooooGravatar Anselm R. Garbe 2007-06-011-6/+6
|
* Added tag 3.2 for changeset e4c81a78ffbaGravatar Anselm R. Garbe 2007-05-301-0/+1
|
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-304-12/+4
|
* I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and ↵Gravatar Anselm R. Garbe 2007-05-241-17/+17
| | | | I don't care about PATH changes, keep it simple, stupid
* Fix the uptodate logic (uptodate if !find newer dirs than the cache).Gravatar Kris Maglione 2007-05-231-2/+2
|
* Silence the first find in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
|
* Fix grouping in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
|
* Merge.Gravatar Kris Maglione 2007-05-231-8/+8
|\
| * removed some superflous strncmp'sGravatar Anselm R. Garbe 2007-05-231-8/+8
| |
* | Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ↵Gravatar Kris Maglione 2007-05-231-16/+17
|/ | | | as the last run).
* made dmenu_path the way anydot proposed in response to JukkaGravatar Anselm R. Garbe 2007-05-231-15/+8
|
* applied Jukka's fixGravatar Anselm R. Garbe 2007-05-232-5/+7
|
* Added tag 3.1 for changeset 8f0f917ac988Gravatar Anselm R. Garbe 2007-05-211-0/+1
|
* removed strip, added -s to LDFLAGsGravatar Anselm R. Garbe 2007-05-152-2/+1
|
* applied anydot's dmenu_path caching patch, thank you!Gravatar Anselm R. Garbe 2007-05-141-5/+26
|
* fixed a small bug in dmenu when an empty font is suppliedGravatar Anselm R. Garbe 2007-05-022-1/+3
|
* Added tag 3.0 for changeset 59b3024854dbGravatar Anselm R. Garbe 2007-04-191-0/+1
|
* making copyright notice more compactGravatar Anselm R. Garbe 2007-04-137-20/+17
|
* next version is 2.9Gravatar Anselm R. Garbe 2007-03-281-1/+1
|
* allowing numpad keys as inpytGravatar Anselm R. Garbe 2007-03-271-0/+7
|
* Added tag 2.8 for changeset dd3d02b07cacGravatar Anselm R. Garbe 2007-03-071-0/+1
|
* attempt to grab the keyboard only 1000 times, not forever.Gravatar Anselm R. Garbe 2007-03-072-6/+12
|
* reverting keyboard grab to root window - invoking several dmenu's now works ↵Gravatar Anselm R. Garbe 2007-03-071-22/+24
| | | | again...
* Wait for an Expose and draw the menu immediately after mapping the window.Gravatar Kris Maglione 2007-03-061-4/+3
|
* Added tag 2.7 for changeset fbd9e9d63f20Gravatar Anselm R. Garbe 2007-03-051-0/+1
|
* keyboard grab works on the dmenu window now (not on the root window) - thx ↵Gravatar Anselm R. Garbe 2007-03-021-21/+20
| | | | for Kris for this hint
* also, don't set the font all the timeGravatar Anselm R. Garbe 2007-03-023-12/+7
|
* Added tag 2.6 for changeset 775f761a5647Gravatar Anselm R. Garbe 2007-03-011-0/+1
|
* useless var declaration prev_nitemGravatar Anselm R. Garbe 2007-02-271-1/+1
|
* changed Backspace/C-w behavior (now it only removes a single character)Gravatar Anselm R. Garbe 2007-02-262-7/+3
|