- Jun 28, 2019
-
-
Julian Bouzas authored
-
- Jun 27, 2019
-
-
Julian Bouzas authored
-
- Jun 26, 2019
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Jun 24, 2019
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Jun 20, 2019
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Fixes #1
-
George Kiagiadakis authored
signal emission apparently does not work in _finalize() Fixes some critical warnings from remote-endpoint.c because disconnection from the destroyed endpoints did not happen
-
- Jun 19, 2019
-
-
Julian Bouzas authored
-
- Jun 18, 2019
-
-
George Kiagiadakis authored
This avoids being able to find the same object on the globals list from code that is connected to the signal.
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
avoids criticals and crashes when the core is destroyed earlier
-
George Kiagiadakis authored
+ add a method to retrieve the core + change the register function to not require the core as a parameter
-
- Jun 17, 2019
-
-
George Kiagiadakis authored
This is a cleaner way to interface with the remote pipewire daemon. The WpRemote base class can be subclassed also for interfacing with other daemons (hardware-specific managers, etc)
-
Julian Bouzas authored
-
- Jun 14, 2019
-
-
George Kiagiadakis authored
This can be used by code that depends on policy to re-evaluate choices they have made in the past that could now change based on the new policy.
-
- Jun 13, 2019
-
-
George Kiagiadakis authored
-
- Jun 11, 2019
-
-
George Kiagiadakis authored
The core may be the last object holding a reference to the endpoint, so the unregister call may destroy it.
-
- Jun 06, 2019
-
-
Julian Bouzas authored
-
- May 31, 2019
-
-
George Kiagiadakis authored
-
- May 30, 2019
-
-
Julian Bouzas authored
-
- May 29, 2019
-
-
George Kiagiadakis authored
This allows loading of config and modules when deployed in the target system without setting environment variables.
-
George Kiagiadakis authored
-
- May 26, 2019
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
and also implement * global-added/removed signals * a foreach function to iterate through globals * registering modules and factories with the same key
-
George Kiagiadakis authored
-
- May 25, 2019
-
-
George Kiagiadakis authored
g_weak_ref_clear destroys the weak ref, so it will crash when _finalize() tries to destroy it again
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 24, 2019
-
-
George Kiagiadakis authored
This changes the registration point to be the endpoint and not the session manager, as it seems easier to implement (the implementation will not need to keep a pointer to the session manager around)
-