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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-18
command: Rename function do_mute to toggle_mute
Benjamin Franzke
1
-2
/
+2
2011-12-18
command: Minor cosmetic in volume_change
Benjamin Franzke
1
-4
/
+3
2011-12-18
Finally move interface_get_current_ctl into interface.c
Benjamin Franzke
3
-44
/
+47
2011-12-18
Make use of interface_get_current_ctl in switch_sink
Benjamin Franzke
1
-12
/
+18
2011-12-18
Rename vol_ctl_object to vol_ctl
Benjamin Franzke
3
-7
/
+7
2011-12-18
Add volume_set to vol_ctl_object
Benjamin Franzke
3
-40
/
+41
2011-12-18
Add mute cb to vol_ctl_object
Benjamin Franzke
3
-22
/
+26
2011-12-18
Unify common sink(_input) properties to a base object
Benjamin Franzke
4
-48
/
+51
2011-12-15
Fix incorrect priority matching comparison
Benjamin Franzke
1
-1
/
+1
2011-12-15
Rename config.ini to just config
Benjamin Franzke
3
-48
/
+1
2011-12-14
Increase warning leaves, and fix new occured ones
Benjamin Franzke
5
-23
/
+23
2011-12-14
Cosmetic
Benjamin Franzke
1
-68
/
+63
2011-12-14
Remove unused change_callback
Benjamin Franzke
3
-20
/
+3
2011-12-14
Use g_list_find_custom to find sinks and inputs
Benjamin Franzke
2
-69
/
+58
2011-12-13
Free old members when updating sinks/inputs
Benjamin Franzke
1
-4
/
+6
2011-12-13
sink_(input)_info_cb: Use interface_set_status to display errors
Benjamin Franzke
1
-5
/
+7
2011-12-13
Let interface_set_status use va args
Benjamin Franzke
3
-11
/
+12
2011-12-13
Add goto based error-path cleanup to main
Benjamin Franzke
4
-41
/
+51
2011-12-13
Quit mainloop in quit, so we quit even when we're disconnected
Benjamin Franzke
1
-1
/
+1
2011-12-13
Be a bit more verbose on connection error
Benjamin Franzke
1
-3
/
+5
2011-12-13
Quit when initial connection fails
Benjamin Franzke
1
-0
/
+1
2011-12-13
Output connection lost when context fails
Benjamin Franzke
1
-2
/
+1
2011-12-13
subscribe_cb: Check removed object to be known by us
Benjamin Franzke
1
-0
/
+4
2011-12-13
Allow to quit with a non-ready context
Benjamin Franzke
2
-3
/
+15
2011-12-13
Fix some leaks
Benjamin Franzke
3
-6
/
+38
2011-12-13
interface: Rename print_sink_list to interface_redraw
Benjamin Franzke
4
-8
/
+9
2011-12-13
Add a list_foreach makro for GList
Benjamin Franzke
4
-40
/
+26
2011-12-13
command: Assert when chooser input has unexpected value
Benjamin Franzke
1
-2
/
+8
2011-12-13
config: Read keymap from configuration file
Benjamin Franzke
8
-191
/
+386
2011-12-13
sink: Remove struct typedefs
Benjamin Franzke
3
-30
/
+30
2011-12-13
Add config property to select display name to use
Benjamin Franzke
6
-10
/
+42
2011-12-12
Use g_list_insert_sorted for sink priority
Benjamin Franzke
1
-14
/
+10
2011-12-12
Revert "Use g_list_find_custom to calculate sink position"
Benjamin Franzke
2
-14
/
+17
2011-12-12
Use g_list_find_custom to calculate sink position
Benjamin Franzke
2
-17
/
+14
2011-12-12
Read config from config- not data-dirs
Benjamin Franzke
1
-7
/
+18
2011-12-12
config: Add some more (generic) priority examples
Benjamin Franzke
1
-0
/
+11
2011-12-12
Implement a priority based sink order assignment
Benjamin Franzke
7
-9
/
+189
2011-12-05
interface: Fix unitialized variable
Benjamin Franzke
1
-1
/
+1
2011-10-31
Dont show noentity errors
Benjamin Franzke
1
-0
/
+4
2011-10-22
interface: Derive new chooser_input directly when moving
Benjamin Franzke
3
-35
/
+18
2011-10-22
interface: Dont move a sink_input if there is only one sink
Benjamin Franzke
1
-1
/
+4
2011-10-22
Add License header to source files
Benjamin Franzke
7
-0
/
+131
2011-10-22
Remove now invalid comments for the info callbacks
Benjamin Franzke
1
-6
/
+0
2011-10-22
Fix 80 column width
Benjamin Franzke
3
-47
/
+97
2011-10-21
Fix selection when moving an input around
Benjamin Franzke
3
-2
/
+9
2011-10-21
interface: Calculate offsets less often
Benjamin Franzke
1
-17
/
+15
2011-10-21
Make use of gradual updates
Benjamin Franzke
2
-93
/
+123
2011-10-21
Store all input_infos in one big list
Benjamin Franzke
4
-37
/
+85
2011-10-21
pa-sink-ctl.h: Remove private functions
Benjamin Franzke
2
-94
/
+89
2011-10-21
Fix ident mistakes introduces by previous mass changes
Benjamin Franzke
4
-164
/
+172
[next]