Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | Reset memorized Chromium volume and apply temporary volume | Maki | |
2024-05-24 | fix "lines starting with tabs found" | AiraYumi | |
2024-05-22 | Tabs to spaces. | Nicky | |
2024-05-22 | Move Linux specific VolumeCatcherImport into the linux specific files. | Nicky | |
2024-04-22 | Tabs to spaces | Nicky | |
2024-04-21 | Replace NULL with nullptr | Nicky | |
2024-04-21 | Stream the volume catcher a little: | Nicky | |
- Use LL_DEBUGS() for potential debug output. - Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible - Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile. - Remove virtual inheritance, as it is not needed here. | |||
2024-04-20 | Rework macro magic for symbol grabber | Maki | |
2024-04-20 | Fix more style issues and add missing RAII lock | Maki | |
2024-04-20 | Only use one impl in Linux volume catcher | Maki | |
2024-04-20 | Use RAII for mutexes for PipeWire volume catcher | Maki | |
2024-04-19 | Add toggle for PipeWire volume catcher, and refactoring | Maki | |