Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-21 | Make use of gradual updates | Benjamin Franzke | 1 | -89/+123 | |
..to stop retreiving all sinks and inputs on every small change. | |||||
2011-10-21 | Store all input_infos in one big list | Benjamin Franzke | 1 | -16/+27 | |
This makes the lookup routines independent of each other, which allows gradual updates later. | |||||
2011-10-21 | pa-sink-ctl.h: Remove private functions | Benjamin Franzke | 1 | -85/+89 | |
This involves moving functions around in pa-sink-ctl.c so that we dont need to declare them additionally. | |||||
2011-10-21 | Fix ident mistakes introduces by previous mass changes | Benjamin Franzke | 1 | -35/+34 | |
Variables were substituted by sed, so indentation got messed up. | |||||
2011-10-21 | Stop using global variables. | Benjamin Franzke | 1 | -66/+65 | |
Rather store it in a context, thats used everywhere as parameter, or as userdata. | |||||
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 | |
This lets us drop our ugly GArray wrappers sink.c and sink_input.c. It will make gradual updates of sinks easier, since elements can be added and dropped everywhere in the list easily. | |||||
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 | |
other c-files than sink.c get the extern definition via sink.h, only sink.c receives the non-extern one | |||||
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 | |
sink-device is the name of the device | |||||
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 | |
things like $PULSE_SERVER are respected now see ENVIRONMENT VARIABLES in pulseaudio(1) | |||||
2010-07-12 | wip: bugfix: interface | Jan Klemkow | 1 | -11/+7 | |
2010-07-12 | move sources to src/ | ben | 1 | -0/+195 | |