polybar/include
Patrick Ziegler 56779a5902
Make the event loop return shared_ptrs (#2842)
* Return shared_ptr from eventloop

* Add -Wdeprecated-copy-dtor warning

Produces a warning if classes don't have explicit copy operations if
they have a user-defined constructor.
This helps us stick to the rule of 5 (kinda, no warnings for missing
move operators).

* Clean up eventloop

* Fix compiler warnings

* Fix fs_event_handle_t name
2022-10-15 23:21:40 +02:00
..
adapters Merge remote-tracking branch 'origin/hotfix/3.6.3' 2022-05-04 11:08:12 +02:00
cairo fix(renderer): Small gaps when rendering emojis (#2802) 2022-08-25 00:55:16 +02:00
components Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
drawtypes feat: longest match ws-icon fuzzy matching (#2831) 2022-10-05 23:05:44 +02:00
events tray: implement hiding functionality (#2723) 2022-06-16 12:53:49 +02:00
ipc Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
modules Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
tags feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
utils Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
x11 Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
CMakeLists.txt
common.hpp
debug.hpp
errors.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
settings.hpp.cmake feat(temperature): Add `zone-type` setting (#2752) 2022-08-21 19:25:42 +02:00