polybar/include/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.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
builder.hpp builder: Use unordered_set for attribute activations 2022-03-14 22:58:01 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp Also monitor include-files for changes when --reload is set (#2759) 2022-07-09 12:24:21 +02:00
config_parser.hpp config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
controller.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
eventloop.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
logger.hpp fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
renderer.hpp Merge remote-tracking branch 'origin/hotfix/3.6.3' 2022-05-04 11:08:12 +02:00
renderer_interface.hpp feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
screen.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
types.hpp Merge branch 'hotfix/3.6.2' 2022-04-03 20:11:19 +02:00