Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-22 | Add License header to source files | Benjamin Franzke | 1 | -0/+19 | |
2011-10-21 | Fix selection when moving an input around | Benjamin Franzke | 1 | -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-21 | Make use of gradual updates | Benjamin Franzke | 1 | -4/+0 | |
..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 | -1/+3 | |
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 | -9/+0 | |
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 | -7/+14 | |
Variables were substituted by sed, so indentation got messed up. | |||||
2011-10-21 | Stop using global variables. | Benjamin Franzke | 1 | -2/+33 | |
Rather store it in a context, thats used everywhere as parameter, or as userdata. | |||||
2010-07-22 | glib-ify datatype, functions etc + header cleanup | ben | 1 | -16/+6 | |
2010-07-21 | be a bit more type-safe (integer types cleanup) | ben | 1 | -5/+0 | |
2010-07-15 | replace own VOLUME_MAX def with PA_VOLUME_NORM def | ben | 1 | -2/+5 | |
2010-07-12 | wip: bugfix: interface | Jan Klemkow | 1 | -0/+2 | |
2010-07-12 | move sources to src/ | ben | 1 | -0/+25 | |