summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-18interface: Unify drawing code for sinks and inputsBenjamin Franzke1-72/+39
2011-12-18interface: Dont postfix spaces, always prefixBenjamin Franzke1-4/+4
2011-12-18interface: print_volume can use vol_ctl parameter nowBenjamin Franzke1-5/+5
2011-12-18set_max_name_len: Simplify code to two calls to one helper functionBenjamin Franzke1-17/+18
2011-12-18Finally move interface_get_current_ctl into interface.cBenjamin Franzke1-0/+44
2011-12-18Rename vol_ctl_object to vol_ctlBenjamin Franzke1-1/+1
2011-12-18Unify common sink(_input) properties to a base objectBenjamin Franzke1-11/+10
2011-12-14Increase warning leaves, and fix new occured onesBenjamin Franzke1-2/+3
2011-12-13Let interface_set_status use va argsBenjamin Franzke1-2/+7
2011-12-13Add goto based error-path cleanup to mainBenjamin Franzke1-3/+5
2011-12-13Allow to quit with a non-ready contextBenjamin Franzke1-3/+0
2011-12-13Fix some leaksBenjamin Franzke1-1/+9
2011-12-13interface: Rename print_sink_list to interface_redrawBenjamin Franzke1-2/+3
2011-12-13Add a list_foreach makro for GListBenjamin Franzke1-16/+11
2011-12-13config: Read keymap from configuration fileBenjamin Franzke1-189/+6
2011-12-13sink: Remove struct typedefsBenjamin Franzke1-16/+16
2011-12-13Add config property to select display name to useBenjamin Franzke1-3/+2
2011-12-05interface: Fix unitialized variableBenjamin Franzke1-1/+1
2011-10-22interface: Derive new chooser_input directly when movingBenjamin Franzke1-26/+16
2011-10-22interface: Dont move a sink_input if there is only one sinkBenjamin Franzke1-1/+4
2011-10-22Add License header to source filesBenjamin Franzke1-0/+19
2011-10-22Fix 80 column widthBenjamin Franzke1-28/+53
2011-10-21Fix selection when moving an input aroundBenjamin Franzke1-0/+1
2011-10-21interface: Calculate offsets less oftenBenjamin Franzke1-17/+15
2011-10-21Store all input_infos in one big listBenjamin Franzke1-19/+55
2011-10-21Fix ident mistakes introduces by previous mass changesBenjamin Franzke1-118/+113
2011-10-21Stop using global variables.Benjamin Franzke1-132/+114
2011-10-21interface: Stop the use of ugly tmp structuresBenjamin Franzke1-40/+28
2011-10-21Use a GList instead of GArray for sinks.Benjamin Franzke1-40/+50
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 Franzke1-0/+32
2011-10-20g_unix_signal: Remove g_ prefix to not collide with glibBenjamin Franzke1-2/+2
2011-10-20Kill off g_curses_inputBenjamin Franzke1-5/+11
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
2011-10-19interface: Rename status to interface_set_statusBenjamin Franzke1-2/+2
2011-10-19interface.h: Remove private function prototypesBenjamin Franzke1-100/+99
2011-10-19Coding style: Seperate line for function return typeBenjamin Franzke1-9/+18
2011-10-19interface: Rename get_input to interface_get_inputBenjamin Franzke1-2/+3
2011-02-08Fix: output formatingyounix1-2/+3
2011-02-08Dynamic growing volume bar.younix1-4/+5
2011-02-08Printing full name length.younix1-7/+47
2010-11-04Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctlyounix1-0/+4
2010-11-04add commentyounix1-3/+3
2010-11-04get_input: only handle inputs, when context is readyBenjamin Franzke1-0/+4
2010-10-21status: fix pointer to be constben1-1/+1
2010-07-23configure.ac: use AC_MSG_ERROR and add sigaction() checkben1-11/+17
2010-07-23glib curses input-event added (replacement for g_timeout)ben1-8/+9
2010-07-23unix SIGWNICH signal wrapped as glib signal sourceben1-22/+8