summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-12command: Fix segfault when trying to mute a source outputBenjamin Franzke1-1/+1
2011-12-20Get rid of chooser_main_ctl and chooser_childBenjamin Franzke1-72/+70
2011-12-19command: Check current ctl in down-commandBenjamin Franzke1-0/+6
2011-12-19command: Put main ctl length logic into interface.cBenjamin Franzke1-5/+2
2011-12-19command: Add a command describing a cast in up-commandBenjamin Franzke1-0/+1
2011-12-19Make main_ctl_childs_len a vol_ctl vfuncBenjamin Franzke1-15/+2
2011-12-19Rename sink.h to ctl.hBenjamin Franzke1-1/+1
2011-12-19Rename chooser_{sink,input} to chooser_{main_ctl,child}Benjamin Franzke1-23/+23
2011-12-19Implement "up" for both sink and source listBenjamin Franzke1-3/+6
2011-12-19Add support for switching recording sourcesBenjamin Franzke1-14/+25
2011-12-19Let sinks & sources and sink_inputs & source_outputs use same typesBenjamin Franzke1-3/+3
2011-12-19Implement "down" for both sink and source listBenjamin Franzke1-12/+22
2011-12-18Initial support for displaying source outputsBenjamin Franzke1-2/+2
2011-12-18Rename sink{,_input}_info to sink{,input}Benjamin Franzke1-5/+5
2011-12-18Move interface related properties into new interface structBenjamin Franzke1-25/+28
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