index
:
pa-sink-ctl
ellipse-v3
ellpise
manpage
master
NCurses based Pulseaudio control client
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-21
Fix ident mistakes introduces by previous mass changes
Benjamin Franzke
1
-118
/
+113
2011-10-21
Stop using global variables.
Benjamin Franzke
1
-132
/
+114
2011-10-21
interface: Stop the use of ugly tmp structures
Benjamin Franzke
1
-40
/
+28
2011-10-21
Use a GList instead of GArray for sinks.
Benjamin Franzke
1
-40
/
+50
2011-10-21
interface: Cache some boolean expressions
Benjamin Franzke
1
-4
/
+8
2011-10-21
signalfd: Read out received signals
Benjamin Franzke
1
-0
/
+11
2011-10-20
Use signalfd if available
Benjamin Franzke
1
-0
/
+32
2011-10-20
g_unix_signal: Remove g_ prefix to not collide with glib
Benjamin Franzke
1
-2
/
+2
2011-10-20
Kill off g_curses_input
Benjamin Franzke
1
-5
/
+11
2011-10-19
interface_set_status: Rename "save" to "status"
Benjamin Franzke
1
-5
/
+6
2011-10-19
interface: Add defines for special chooser_input states
Benjamin Franzke
1
-13
/
+16
2011-10-19
interface: Rename status to interface_set_status
Benjamin Franzke
1
-2
/
+2
2011-10-19
interface.h: Remove private function prototypes
Benjamin Franzke
1
-100
/
+99
2011-10-19
Coding style: Seperate line for function return type
Benjamin Franzke
1
-9
/
+18
2011-10-19
interface: Rename get_input to interface_get_input
Benjamin Franzke
1
-2
/
+3
2011-02-08
Fix: output formating
younix
1
-2
/
+3
2011-02-08
Dynamic growing volume bar.
younix
1
-4
/
+5
2011-02-08
Printing full name length.
younix
1
-7
/
+47
2010-11-04
Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctl
younix
1
-0
/
+4
2010-11-04
add comment
younix
1
-3
/
+3
2010-11-04
get_input: only handle inputs, when context is ready
Benjamin Franzke
1
-0
/
+4
2010-10-21
status: fix pointer to be const
ben
1
-1
/
+1
2010-07-23
configure.ac: use AC_MSG_ERROR and add sigaction() check
ben
1
-11
/
+17
2010-07-23
glib curses input-event added (replacement for g_timeout)
ben
1
-8
/
+9
2010-07-23
unix SIGWNICH signal wrapped as glib signal source
ben
1
-22
/
+8
2010-07-23
move sink_list var to sink.c (included from sink.h)
ben
1
-1
/
+0
2010-07-23
height,width made local vars + abit syntax cleanup
ben
1
-14
/
+14
2010-07-23
add wasd + tab + x keymapping for left hand ctrl
ben
1
-0
/
+7
2010-07-23
use blocked instead of pending var name for sync
ben
1
-4
/
+4
2010-07-23
use sigaction instead of signal
ben
1
-12
/
+5
2010-07-23
change (global) variable visibility (ie be static)
ben
1
-10
/
+10
2010-07-23
add status function, and display connection state
ben
1
-8
/
+18
2010-07-23
smoothly exit now (pulse con & glib loop explicit)
ben
1
-1
/
+0
2010-07-22
glib-ify datatype, functions etc + header cleanup
ben
1
-43
/
+42
2010-07-21
message window working now
ben
1
-5
/
+7
2010-07-21
Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctl
Jan Klemkow
1
-17
/
+24
2010-07-21
interface: wip: adding message box
Jan Klemkow
1
-2
/
+12
2010-07-21
be a bit more type-safe (integer types cleanup)
ben
1
-17
/
+24
2010-07-20
resize support using resize_term and ioctl
ben
1
-11
/
+36
2010-07-20
clear stdscr and menu_win & print list after that
ben
1
-0
/
+5
2010-07-20
Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctl
ben
1
-3
/
+9
2010-07-20
add signal handler for SIGWINCH
ben
1
-0
/
+14
2010-07-20
interface: adding function for window-resize
younix
1
-3
/
+9
2010-07-20
interface: adding comment for box-size
younix
1
-0
/
+1
2010-07-19
interface: intern box is now in fullwindowsize
younix
1
-8
/
+3
2010-07-19
state changes(new input etc) recognized at runtime automatically
ben
1
-4
/
+11
2010-07-15
use easier sink_*_get() instead of g_array_index
ben
1
-21
/
+19
2010-07-15
use pa_cvolume_set instead of iterating manually
ben
1
-4
/
+5
2010-07-15
replace own VOLUME_MAX def with PA_VOLUME_NORM def
ben
1
-3
/
+1
2010-07-15
syntax cleanup
ben
1
-58
/
+55
[next]