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