Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-18 | Add volume_set to vol_ctl_object | Benjamin Franzke | 1 | -40/+36 | |
2011-12-18 | Add mute cb to vol_ctl_object | Benjamin Franzke | 1 | -22/+20 | |
2011-12-18 | Unify common sink(_input) properties to a base object | Benjamin Franzke | 1 | -15/+16 | |
2011-12-14 | Increase warning leaves, and fix new occured ones | Benjamin Franzke | 1 | -10/+9 | |
2011-12-14 | Remove unused change_callback | Benjamin Franzke | 1 | -5/+3 | |
2011-12-13 | Allow to quit with a non-ready context | Benjamin Franzke | 1 | -0/+15 | |
2011-12-13 | interface: Rename print_sink_list to interface_redraw | Benjamin Franzke | 1 | -2/+2 | |
2011-12-13 | Add a list_foreach makro for GList | Benjamin Franzke | 1 | -12/+6 | |
Saves around 1-2 lines per foreach, and should be more error prone. | |||||
2011-12-13 | command: Assert when chooser input has unexpected value | Benjamin Franzke | 1 | -2/+8 | |
2011-12-13 | config: Read keymap from configuration file | Benjamin Franzke | 1 | -0/+231 | |
This needed a split of the switch that handled input before into several small callback functions. |