summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-19interface: Add defines for special chooser_input statesBenjamin Franzke1-13/+16
2011-10-19g_curses_input: Fix coding styleBenjamin Franzke2-9/+19
2011-10-19Makefile.am: Use variables rather then substitutionsBenjamin Franzke1-2/+3
2011-10-19glib mainloop wrappers: Add missing includes for own prototypesBenjamin Franzke2-0/+2
2011-10-19Define gcc specific flags in configureBenjamin Franzke1-1/+1
2011-10-19g_unix_signal: Fix coding styleBenjamin Franzke1-8/+21
2011-10-19interface: Rename status to interface_set_statusBenjamin Franzke3-10/+10
2011-10-19interface.h: Remove private function prototypesBenjamin Franzke2-105/+99
2011-10-19Coding style: Seperate line for function return typeBenjamin Franzke6-40/+81
2011-10-19interface: Rename get_input to interface_get_inputBenjamin Franzke2-3/+4
2011-02-23Add glib helper headers to Makefile.amBenjamin Franzke1-1/+1
2011-02-08Fix: output formatingyounix1-2/+3
2011-02-08Dynamic growing volume bar.younix1-4/+5
2011-02-08Printing full name length.younix2-7/+48
2010-11-04Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctlyounix2-0/+7
2010-11-04add commentyounix1-3/+3
2010-11-04get_input: only handle inputs, when context is readyBenjamin Franzke2-0/+7
2010-10-21get_sink_input_info: use pa_sink_info name attr as fallbackben1-1/+3
2010-10-21status: fix pointer to be constben2-2/+2
2010-07-23replace gramatically incorrect "signal_infos" with "signal_data"ben1-29/+29
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)ben6-17/+88
2010-07-23unix SIGWNICH signal wrapped as glib signal sourceben5-24/+132
2010-07-23move sink_list var to sink.c (included from sink.h)ben4-6/+8
2010-07-23height,width made local vars + abit syntax cleanupben1-14/+14
2010-07-23add wasd + tab + x keymapping for left hand ctrlben1-0/+7
2010-07-23use blocked instead of pending var name for syncben2-8/+8
2010-07-23use sigaction instead of signalben1-12/+5
2010-07-23change (global) variable visibility (ie be static)ben2-15/+15
2010-07-23increase exit smoothness + add some g_assertsben1-1/+7
2010-07-23remove old outcommented printfsben1-5/+2
2010-07-23fit autotools config to actual changes and improveben1-2/+2
2010-07-23use g_printerr instead of printf for errorsben1-7/+8
2010-07-23add status function, and display connection stateben3-13/+35
2010-07-23smoothly exit now (pulse con & glib loop explicit)ben2-11/+11
2010-07-23sink_list_tmp as userdata instead of global nowben1-5/+6
2010-07-22glib-ify datatype, functions etc + header cleanupben8-148/+103
2010-07-21message window working nowben1-5/+7
2010-07-21Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctlJan Klemkow2-22/+24
2010-07-21interface: wip: adding message boxJan Klemkow1-2/+12
2010-07-21be a bit more type-safe (integer types cleanup)ben2-22/+24
2010-07-20resize support using resize_term and ioctlben1-11/+36
2010-07-20clear stdscr and menu_win & print list after thatben1-0/+5
2010-07-20Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctlben2-3/+10
2010-07-20add signal handler for SIGWINCHben1-0/+14
2010-07-20interface: adding function for window-resizeyounix2-3/+10
2010-07-20interface: adding comment for box-sizeyounix1-0/+1
2010-07-19interface: intern box is now in fullwindowsizeyounix1-8/+3
2010-07-19change_callback shouldnt printas infos are not uptodateben1-1/+1
2010-07-19state changes(new input etc) recognized at runtime automaticallyben2-19/+55