- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 17 Sep, 2015 1 commit
-
-
François Revol authored
Also uses the notification system to display tags.
-
- 21 Jan, 2015 2 commits
-
-
Max Kellermann authored
The old struct config_param remains only for top-level string options.
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 May, 2014 1 commit
-
-
Max Kellermann authored
The attribute must be 0..100 and not 0..1024. Previously, the code was inconsistent.
-
- 05 Mar, 2014 1 commit
-
-
Pete Beardmore authored
-fixes regression introduced by: '8d6fedf8 [PATCH] Mixer: add class MixerListener' -listener.OnMixerVolumeChanged() called GetVolume() which attempted to acquire the lock but as per 'pa_threaded_mainloop_lock()' documentation: This function may not be called inside the event loop thread. Events that are dispatched from the event loop thread are executed with this lock held -this patch seperates the underlying action of GetVolume() into a new GetVolumeInternal() function, to be called only when the lock is already held, as is the case for the listener.OnMixerVolumeChanged() call
-
- 19 Feb, 2014 1 commit
-
-
Max Kellermann authored
Use a listener interface instead of GlobalEvents.
-
- 06 Feb, 2014 3 commits
-
-
Max Kellermann authored
Passing a void pointer is unsafe.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 04 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-