Waybar/src
Aleksei Bavshin f80270519b
refactor(client): use std::list<waybar_output> to store outputs
std::unique_ptr is not required here as the only benefit it gives is
stability of address on vector resize and it's easy to invalidate it
accidentaly. std::list provides the same guarantee of stable addresses
of the elements and correct destruction while avoiding smart pointer
overhead.

Also fixes #554, caused by incorrect usage of std::remove_if.
2020-01-14 07:27:08 -08:00
..
modules Keep aspect ratio when scaling tray icons. 2020-01-09 17:27:10 +10:30
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