aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepare v2 releaseDave Reisner2013-08-251-1/+1
* Add upload target, switch to xz distballsDave Reisner2013-08-251-1/+5
* pulse: swap vectors rather than repopulating directlyDave Reisnergenerated by cgit v1.2.3 (git 2.46.0) at 2026-06-21 13:15:17 +0000 ix/commit/?id=af38a7762b23a950618801ca8d8bbfec87bb02a7'>check for exact match before matching on a prefixDave Reisner2013-03-121-1/+7
* allow matching commands on prefixesDave Reisner2013-03-011-8/+30
* remove unused headerDave Reisner2013-02-281-1/+0
* add dist targetDave Reisner2013-01-271-0/+4
* whitespace policeDave Reisner2013-01-271-1/+1
* document --notifyDave Reisner2013-01-223-2/+7
* add support for libnotify based notifierDave Reisner2013-01-223-1/+71
* always use nullptr instead of NULLDave Reisner2013-01-212-3/+3
* abstract volume/balance output away from ponymixDave Reisner2013-01-215-39/+80
* clamp volume betweem 0-100 when using increase/decreaseDave Reisner2013-01-201-16/+10
* use convenient methods for increase/decreaseDave Reisner2013-01-062-3/+3
* avoid copying the passed vector to find_fuzzyDave Reisner2013-01-062-2/+2
* generalize gitignoreDave Reisner2013-01-061-1/+1
* bash-completion: detect devtype via -tDave Reisner2013-01-051-3/+6
* unify logic for finding by name fragmentDave Reisner2013-01-052-33/+29
* fix completion for device names with whitespaceDave Reisner2013-01-051-3/+8
* offer appropriate device completion for moveDave Reisner2013-01-041-0/+16
* install bash completion too....Dave Reisner2013-01-041-0/+1
* add rudimentary bash completionDave Reisner2013-01-041-0/+92
* restrict list when using the -t flagDave Reisner2013-01-031-0/+1
* store possible device/card matches as pointersDave Reisner2013-01-031-8/+9
* allow fuzzy matching on devicesDave Reisner2013-01-032-6/+30
* 80 columns!Dave Reisner2013-01-033-6/+12
* add zsh completionDaniel Wallace2013-01-032-0/+129
* README -> README.mdDave Reisner2013-01-032-3/+5
* allow overriding the compilerDave Reisner2013-01-031-1/+1
* we're c++ now.Dave Reisner2013-01-033-1028/+4
* fixup testsDave Reisner2013-01-031-2/+2
* Merge remote-tracking branch 'pwnymix/master'Dave Reisner2013-01-035-53/+1605
|\
| * show description in list-shortDave Reisner2013-01-031-2/+3
| * properly clamp values in Set{Balance,Volume}Dave Reisner2013-01-031-8/+6
| * resolve the card choice as late as possibleDave Reisner2013-01-031-24/+21