Waybar/src
Aleksei Bavshin ae6ca36fa7
fix(sway): resolve destruction dependency between Ipc and SleeperThread
Ipc destructor closes socket and thus wakes up SleeperThread which was
waiting for socket data in Ipc::handleEvent.
Ipc::handleEvent then proceeds with sending signal to already destroyed
object, causing heap-use-after-free Address Sanitizer error.
2020-02-04 23:22:43 -08:00
..
modules fix(sway): resolve destruction dependency between Ipc and SleeperThread 2020-02-04 23:22:43 -08:00
ALabel.cpp feat: ellipsize modules 2019-06-28 14:16:09 +02:00
AModule.cpp fix: No need to format string with unused 'arg' named argument (#484) 2019-10-16 22:39:45 +02:00
bar.cpp feat: use gtk-layer-shell library for correct positioning of popups 2019-12-27 16:42:14 -08:00
client.cpp refactor(client): use std::list<waybar_output> to store outputs 2020-01-14 07:27:08 -08:00
factory.cpp Add a disk module 2019-09-25 08:47:33 +02:00
main.cpp Adding spdlog 2019-05-18 19:44:45 -04:00