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
/
pa-sink-ctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-21
pa-sink-ctl.h: Remove private functions
Benjamin Franzke
1
-85
/
+89
2011-10-21
Fix ident mistakes introduces by previous mass changes
Benjamin Franzke
1
-35
/
+34
2011-10-21
Stop using global variables.
Benjamin Franzke
1
-66
/
+65
2011-10-21
Merge sink.h and sink_input.h
Benjamin Franzke
1
-1
/
+0
2011-10-21
Use a GList instead of GArray for sinks.
Benjamin Franzke
1
-13
/
+32
2011-10-19
interface: Rename status to interface_set_status
Benjamin Franzke
1
-7
/
+7
2011-10-19
Coding style: Seperate line for function return type
Benjamin Franzke
1
-8
/
+16
2010-11-04
get_input: only handle inputs, when context is ready
Benjamin Franzke
1
-0
/
+3
2010-10-21
get_sink_input_info: use pa_sink_info name attr as fallback
ben
1
-1
/
+3
2010-07-23
glib curses input-event added (replacement for g_timeout)
ben
1
-7
/
+0
2010-07-23
move sink_list var to sink.c (included from sink.h)
ben
1
-2
/
+0
2010-07-23
use blocked instead of pending var name for sync
ben
1
-4
/
+4
2010-07-23
change (global) variable visibility (ie be static)
ben
1
-5
/
+5
2010-07-23
increase exit smoothness + add some g_asserts
ben
1
-1
/
+7
2010-07-23
remove old outcommented printfs
ben
1
-5
/
+2
2010-07-23
use g_printerr instead of printf for errors
ben
1
-7
/
+8
2010-07-23
add status function, and display connection state
ben
1
-5
/
+16
2010-07-23
smoothly exit now (pulse con & glib loop explicit)
ben
1
-10
/
+11
2010-07-23
sink_list_tmp as userdata instead of global now
ben
1
-5
/
+6
2010-07-22
glib-ify datatype, functions etc + header cleanup
ben
1
-33
/
+17
2010-07-19
change_callback shouldnt printas infos are not uptodate
ben
1
-1
/
+1
2010-07-19
state changes(new input etc) recognized at runtime automatically
ben
1
-15
/
+44
2010-07-15
use easier sink_*_get() instead of g_array_index
ben
1
-1
/
+1
2010-07-15
replace own VOLUME_MAX def with PA_VOLUME_NORM def
ben
1
-1
/
+0
2010-07-15
syntax cleanup
ben
1
-11
/
+12
2010-07-15
replace sink_input_list implementation with GArray
ben
1
-22
/
+12
2010-07-15
replace own sink-list implementation with GArray
ben
1
-30
/
+26
2010-07-14
replace pulseaudio's mainloop with glib-mainloop
ben
1
-13
/
+25
2010-07-13
code cleanup
Jan Klemkow
1
-19
/
+1
2010-07-13
display name instead of device when device prop is not available
ben
1
-1
/
+2
2010-07-13
Merge branch 'master' of gitorious.org:pa-sink-ctl/pa-sink-ctl
ben
1
-0
/
+2
2010-07-13
add mute support for sinks and inputs
ben
1
-0
/
+1
2010-07-13
change sink-name to sink-device
Jan Klemkow
1
-0
/
+2
2010-07-13
add volume output for sinks
ben
1
-0
/
+2
2010-07-13
sink_inputs volume made changable
ben
1
-0
/
+1
2010-07-13
fix reallocs that saved pointer only in local vars
ben
1
-1
/
+1
2010-07-12
fix: some problems
Jan Klemkow
1
-3
/
+2
2010-07-12
pulseaudio connection: just use NULL as server str
ben
1
-1
/
+1
2010-07-12
wip: bugfix: interface
Jan Klemkow
1
-11
/
+7
2010-07-12
move sources to src/
ben
1
-0
/
+195
[prev]