summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-13Let interface_set_status use va argsBenjamin Franzke3-11/+12
2011-12-13Add goto based error-path cleanup to mainBenjamin Franzke4-41/+51
2011-12-13Quit mainloop in quit, so we quit even when we're disconnectedBenjamin Franzke1-1/+1
2011-12-13Be a bit more verbose on connection errorBenjamin Franzke1-3/+5
2011-12-13Quit when initial connection failsBenjamin Franzke1-0/+1
2011-12-13Output connection lost when context failsBenjamin Franzke1-2/+1
2011-12-13subscribe_cb: Check removed object to be known by usBenjamin Franzke1-0/+4
2011-12-13Allow to quit with a non-ready contextBenjamin Franzke2-3/+15
2011-12-13Fix some leaksBenjamin Franzke4-7/+39
2011-12-13interface: Rename print_sink_list to interface_redrawBenjamin Franzke4-8/+9
2011-12-13Add a list_foreach makro for GListBenjamin Franzke4-40/+26
2011-12-13command: Assert when chooser input has unexpected valueBenjamin Franzke1-2/+8
2011-12-13config: Read keymap from configuration fileBenjamin Franzke8-191/+386
2011-12-13sink: Remove struct typedefsBenjamin Franzke3-30/+30
2011-12-13Add config property to select display name to useBenjamin Franzke6-10/+42
2011-12-12Use g_list_insert_sorted for sink priorityBenjamin Franzke1-14/+10
2011-12-12Revert "Use g_list_find_custom to calculate sink position"Benjamin Franzke2-14/+17
2011-12-12Use g_list_find_custom to calculate sink positionBenjamin Franzke2-17/+14
2011-12-12Read config from config- not data-dirsBenjamin Franzke1-7/+18
2011-12-12config: Add some more (generic) priority examplesBenjamin Franzke1-0/+11
2011-12-12Implement a priority based sink order assignmentBenjamin Franzke7-9/+189
2011-12-05interface: Fix unitialized variableBenjamin Franzke1-1/+1
2011-10-31Dont show noentity errorsBenjamin Franzke1-0/+4
2011-10-22interface: Derive new chooser_input directly when movingBenjamin Franzke3-35/+18
2011-10-22interface: Dont move a sink_input if there is only one sinkBenjamin Franzke1-1/+4
2011-10-22Release pa-sink-ctl v1v1Benjamin Franzke1-1/+1
2011-10-22Remove empty ChangeLogBenjamin Franzke1-0/+0
2011-10-22Update READMEBenjamin Franzke1-6/+14
2011-10-22Fill in AUTHORS fileBenjamin Franzke1-0/+2
2011-10-22Add License header to source filesBenjamin Franzke8-0/+147
2011-10-22Remove now invalid comments for the info callbacksBenjamin Franzke1-6/+0
2011-10-22Fix 80 column widthBenjamin Franzke3-47/+97
2011-10-21Fix selection when moving an input aroundBenjamin Franzke3-2/+9
2011-10-21interface: Calculate offsets less oftenBenjamin Franzke1-17/+15
2011-10-21Make use of gradual updatesBenjamin Franzke2-93/+123
2011-10-21Store all input_infos in one big listBenjamin Franzke4-37/+85
2011-10-21pa-sink-ctl.h: Remove private functionsBenjamin Franzke2-94/+89
2011-10-21Fix ident mistakes introduces by previous mass changesBenjamin Franzke4-164/+172
2011-10-21Stop using global variables.Benjamin Franzke4-204/+219
2011-10-21interface: Stop the use of ugly tmp structuresBenjamin Franzke1-40/+28
2011-10-21Merge sink.h and sink_input.hBenjamin Franzke4-21/+11
2011-10-21Use a GList instead of GArray for sinks.Benjamin Franzke7-147/+84
2011-10-21interface: Cache some boolean expressionsBenjamin Franzke1-4/+8
2011-10-21signalfd: Read out received signalsBenjamin Franzke1-0/+11
2011-10-20Use signalfd if availableBenjamin Franzke4-4/+47
2011-10-20Update autogen.shBenjamin Franzke1-2/+9
2011-10-20g_unix_signal: Remove g_ prefix to not collide with glibBenjamin Franzke5-39/+43
2011-10-20Kill off g_curses_inputBenjamin Franzke4-101/+13
2011-10-19interface_set_status: Rename "save" to "status"Benjamin Franzke1-5/+6
2011-10-19interface: Add defines for special chooser_input statesBenjamin Franzke1-13/+16