aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* makefile: -std=c++11 should be part of CFLAGSDave Reisner2013-08-031-3/+1
* pulse: capture the only needed arg, and by referenceDave Reisner2013-05-291-1/+1
* implement --max-volume to override baked in defaultsDave Reisner2013-04-302-1/+28
* add version function, wire it up from the makefileDave Reisner2013-04-104-5/+23
* Favor nullptr over NULLDave Reisner2013-04-101-1/+1
* clamp max volume based on max(dev->vol(), 100)Dave Reisner2013-04-101-1/+3
* remove unnecessary indirect varsDave Reisner2013-04-081-13/+5
* Merge pull request #16 from vodik/masterDave Reisner2013-04-081-1/+1
|\
| * Don't connect with PA_CONTEXT_NOFAILSimon Gomizelj2013-04-081-1/+1
|/
* 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
| * allow card lookup by indexDave Reisner2013-01-031-0/+3
| * Cleanup manpage, reintroduce application commands sectionDave Reisner2013-01-032-5/+22
| * add manpageDave Reisner2013-01-021-0/+99
| * reorg usage outputDave Reisner2013-01-021-11/+7
| * remove defunct enumDave Reisner2013-01-021-28/+1
| * implement -short variations of list verbsDave Reisner2013-01-021-60/+130
| * A dash of color...Dave Reisner2013-01-021-6/+85
| * fix abort on set-profile after removing profileDave Reisner2013-01-021-0/+4
| * whitespace policeDave Reisner2013-01-021-24/+24