summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2016-06-22qpaeq: Don't set font-size on widgetsAidan Gauland1-4/+4
2016-01-22solaris: Illumos does not ship with SOUND_PCM* functionalityKamil Rytarowski1-0/+6
2015-10-30pacmd: Fix typo in set-default-* helpPeter Mattern1-1/+1
2015-08-14Removed exclamation marks from user-visible messages.Deepak Srivastava1-1/+1
2015-08-12patcl: Error msg from pactl not quite accurate for 'mute' commandsDeepak Srivastava1-4/+4
2015-08-12pacmd: Placeholders describing command line options should not have spacesManish Sogi1-1/+1
2015-07-21padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...Deepak Srivastava1-0/+3
2015-05-27padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warningPeter Meerwald1-2/+2
2015-04-20core-util, pactl: Make one localised and one non-localised version of pa_yes_noDavid Henningsson1-10/+10
2015-04-10pactl: Fix relative volume parsingTanu Kaskinen1-1/+7
2015-02-26pacat: Fix comment wordingPeter Meerwald1-1/+1
2015-02-12pacat: State purpose of program depending how it was invokedPeter Meerwald1-5/+11
2015-01-14update FSF addresses to FSF web pageOndrej Holecek7-21/+7
2015-01-13pacmd: add missing 'else' keywordBoris Egorov1-1/+1
2015-01-08pactl: fix getopt indexing for set-*-volumeFelipe Sateler1-4/+4
2014-11-04pactl: Remove deprecated 'stat' behaviourPeter Meerwald1-12/+2
2014-06-24authkey: Rename pa_authkey_load_auto() to pa_authkey_load()Tanu Kaskinen1-1/+1
2014-06-24client-conf: Move x11 and env loading to pa_client_conf_load()Tanu Kaskinen1-2/+1
2014-06-24client-conf: Don't report failure from pa_client_conf_load()Tanu Kaskinen1-9/+2
2014-04-27pacat: Mention source in addition to sink where applicable in helpPeter Meerwald1-4/+4
2014-04-16pactl: Clean up checking for VOL_RELATIVE flagPeter Meerwald1-2/+2
2014-04-16pactl: Document ability to specify channel volumes individuallyPeter Meerwald1-2/+2
2014-04-16pactl: Check consistency of volumes specifiedPeter Meerwald1-29/+33
2014-04-16pactl: Allow to set volume of each channel independently (Bug #39190)Parin Porecha1-51/+71
2014-04-15pactl: Stop parsing option when the first non-option is encounteredPeter Meerwald1-1/+1
2014-03-28client-conf: Remove redundant function parametersTanu Kaskinen1-1/+1
2014-03-28pactl: Fix crash with older serversTanu Kaskinen1-69/+137
2014-03-24pacat: Fix partially translated messageTanu Kaskinen1-2/+2
2014-03-10pactl: Fix a copy-paster errorTanu Kaskinen1-1/+1
2013-11-05introspect: Fix ABI break introduced by b98a2e1Luiz Augusto von Dentz1-5/+5
2013-08-14pacat: Added support for recording from one specific sink inputMagnus Ekhall1-3/+18
2013-08-02pacmd: Discriminate between interactive and non-interactive modePeter Meerwald1-2/+9
2013-07-15pactl: Print available flag of card profilesLuiz Augusto von Dentz1-1/+2
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen1-36/+18
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)5-48/+48
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)4-4/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-06-24Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)1-1/+1
2013-06-04pactl: Use colon to separate priority in profiles outputPeter Meerwald1-1/+1
2013-06-04pactl: Flush stdout buffer when printing subscribe events.Nikolay Amiantov1-0/+1
2013-06-04pasuspender: Resume before exiting in case of SIGINT or fork() failure.Tanu Kaskinen1-29/+53
2013-04-16Fix various typos in messages and commentsYuri Chornoivan1-1/+1
2013-03-21pacat: Fix mode detection for parecordTanu Kaskinen1-1/+1
2013-02-04pacat: Handle holes in recording streams.Tanu Kaskinen1-11/+26
2013-02-04padsp: Handle holes in recording streams.Tanu Kaskinen1-1/+14
2013-02-04pactl: Document @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@David Henningsson1-0/+2
2013-02-01pactl: Add a command for setting the default sink/source.poljar (Damir Jelić)1-0/+31
2013-01-27pactl: Add the ability to toggle mute state.poljar (Damir Jelić)1-21/+108
2012-12-19Fix pa_parse_boolean() return value checking.Tanu Kaskinen1-2/+16
2012-12-19pasuspender: Check pa_context_connect() return value.Tanu Kaskinen1-1/+5