summaryrefslogtreecommitdiffstats
path: root/src/modules/module-volume-restore.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* volume-restore: forward module load return value of stream-restore back to ca...Lennart Poettering2009-08-111-3/+6
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-1/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make m-v-r a stub that simply load m-s-rLennart Poettering2009-01-281-499/+8
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-1/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-2/+2
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-1/+1
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-071-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-111-3/+3
* move volume restore table from runtime to state dir, fix another compiler war...Lennart Poettering2008-05-211-2/+4
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-16/+8
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-25/+109
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* pa_boolizationLennart Poettering2007-11-041-15/+13
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-25/+22
* add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering2007-05-231-0/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-32/+32
* restore the sink/source for a client in addition to the playback volume. This...Lennart Poettering2006-08-191-36/+140
* fix a memory leakLennart Poettering2006-08-191-1/+3
* remove all occurences of Lennart Poettering2006-08-181-10/+10
* Clean up module description a littleLennart Poettering2006-08-131-1/+1
* modify module-volume-restore to change the initial volume of a sink input fro...Lennart Poettering2006-08-131-7/+28
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-1/+1
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-15/+15
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-2/+3
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-2/+2
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* add proper locking when accessing the file volume.table Lennart Poettering2006-05-171-3/+12
* downgrade a log messageLennart Poettering2006-05-161-2/+1
* remove regex.h from include, since it is actually not usedLennart Poettering2006-05-151-1/+0
* add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering2006-05-141-0/+361