hyprlock/src/renderer/widgets
Jan Beich 8969351cba
core: Add libc++ compatibility (#73)
src/renderer/AsyncResourceGatherer.cpp:98:22: error: no viable overloaded '+='
   98 |             progress += 1.0 / (preloads + 1.0);
      |             ~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
src/renderer/widgets/IWidget.cpp:41:44: error: no member named 'current_zone' in namespace 'std::chrono'
   41 |     const auto current_zone = std::chrono::current_zone();
      |                               ~~~~~~~~~~~~~^
2024-02-23 21:29:08 +00:00
..
Background.cpp renderer: fix misc blur shenanigans 2024-02-22 00:31:33 +00:00
Background.hpp background: add blurring 2024-02-21 22:21:16 +00:00
IWidget.cpp core: Add libc++ compatibility (#73) 2024-02-23 21:29:08 +00:00
IWidget.hpp label: add executing commands 2024-02-21 14:12:20 +00:00
Label.cpp label: add executing commands 2024-02-21 14:12:20 +00:00
Label.hpp label: add time and dynamic timers 2024-02-20 00:11:19 +00:00
PasswordInputField.cpp input-field: add dots_center 2024-02-21 11:42:18 +00:00
PasswordInputField.hpp input-field: add dots_center 2024-02-21 11:42:18 +00:00