polybar/src/components
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
..
bar.cpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
builder.cpp feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
command_line.cpp Allow running polybar without BAR argument (#2526) 2021-10-07 14:48:47 +02:00
config.cpp Also monitor include-files for changes when --reload is set (#2759) 2022-07-09 12:24:21 +02:00
config_parser.cpp config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
controller.cpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
eventloop.cpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
logger.cpp fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
renderer.cpp tray: implement hiding functionality (#2723) 2022-06-16 12:53:49 +02:00
screen.cpp Remove factory_util unique and shared 2021-09-21 21:43:27 +02:00