summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-18command: Rename function do_mute to toggle_muteBenjamin Franzke1-2/+2
2011-12-18command: Minor cosmetic in volume_changeBenjamin Franzke1-4/+3
2011-12-18Finally move interface_get_current_ctl into interface.cBenjamin Franzke1-44/+0
2011-12-18Make use of interface_get_current_ctl in switch_sinkBenjamin Franzke1-12/+18
2011-12-18Rename vol_ctl_object to vol_ctlBenjamin Franzke1-3/+3
2011-12-18Add volume_set to vol_ctl_objectBenjamin Franzke1-40/+36
2011-12-18Add mute cb to vol_ctl_objectBenjamin Franzke1-22/+20
2011-12-18Unify common sink(_input) properties to a base objectBenjamin Franzke1-15/+16
2011-12-14Increase warning leaves, and fix new occured onesBenjamin Franzke1-10/+9
2011-12-14Remove unused change_callbackBenjamin Franzke1-5/+3
2011-12-13Allow to quit with a non-ready contextBenjamin Franzke1-0/+15
2011-12-13interface: Rename print_sink_list to interface_redrawBenjamin Franzke1-2/+2
2011-12-13Add a list_foreach makro for GListBenjamin Franzke1-12/+6
2011-12-13command: Assert when chooser input has unexpected valueBenjamin Franzke1-2/+8
2011-12-13config: Read keymap from configuration fileBenjamin Franzke1-0/+231