summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-22Add License header to source filesBenjamin Franzke1-0/+19
2011-10-21Fix selection when moving an input aroundBenjamin Franzke1-0/+1
We may not get the update for the moved index immediately, but we calculate the new position for the selection on redraw. So schedule redraw until we get the update, when we move around.
2011-10-21Make use of gradual updatesBenjamin Franzke1-4/+0
..to stop retreiving all sinks and inputs on every small change.
2011-10-21Store all input_infos in one big listBenjamin Franzke1-1/+3
This makes the lookup routines independent of each other, which allows gradual updates later.
2011-10-21pa-sink-ctl.h: Remove private functionsBenjamin Franzke1-9/+0
This involves moving functions around in pa-sink-ctl.c so that we dont need to declare them additionally.
2011-10-21Fix ident mistakes introduces by previous mass changesBenjamin Franzke1-7/+14
Variables were substituted by sed, so indentation got messed up.
2011-10-21Stop using global variables.Benjamin Franzke1-2/+33
Rather store it in a context, thats used everywhere as parameter, or as userdata.
2010-07-22glib-ify datatype, functions etc + header cleanupben1-16/+6
2010-07-21be a bit more type-safe (integer types cleanup)ben1-5/+0
2010-07-15replace own VOLUME_MAX def with PA_VOLUME_NORM defben1-2/+5
2010-07-12wip: bugfix: interfaceJan Klemkow1-0/+2
2010-07-12move sources to src/ben1-0/+25