aboutsummaryrefslogtreecommitdiffstats
path: root/notify.h
Commit message (Collapse)AuthorAgeFilesLines
* declare enums as enum classesDave Reisner2016-06-071-14/+14
|
* mark methods as constDave Reisner2013-08-231-5/+5
|
* notify: Create a NullNotifier as the default notifierDave Reisner2013-08-221-0/+6
| | | | This notifier is boring. It does nothing.
* Favor nullptr over NULLDave Reisner2013-04-101-1/+1
|
* add support for libnotify based notifierDave Reisner2013-01-221-0/+52
|
* abstract volume/balance output away from ponymixDave Reisner2013-01-211-0/+38
Add a Notifier virtual base class and a CommandLineNotifier implementation which handles output of volume and balance levels after a change.