ladybird/Userland/Applications/MouseSettings
MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas
These lambdas were marked mutable as they captured a Ptr wrapper
class by value, which then only returned const-qualified references
to the value they point from the previous const pointer operators.

Nothing is actually mutating in the lambdas state here, and now
that the Ptr operators don't add extra const qualifiers these
can be removed.
2022-11-19 14:37:31 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DoubleClickArrowWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
DoubleClickArrowWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Highlight.gml Applications: Use title-case for group box titles in settings 2022-10-04 18:19:45 +01:00
HighlightPreviewWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HighlightPreviewWidget.h MouseSettings: Support animated cursors in the highlighting preview 2022-06-10 23:02:34 +01:00
HighlightWidget.cpp WindowServer+MouseSettings: Toggle cursor highlighting with Super+H 2022-06-10 23:02:34 +01:00
HighlightWidget.h MouseSettings: Add tab to configure cursor highlighting 2022-06-05 22:42:35 +01:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Mouse.gml Applications: Use title-case for group box titles in settings 2022-10-04 18:19:45 +01:00
MouseWidget.cpp MouseSettings: Set window modified state 2022-05-12 13:10:49 +02:00
MouseWidget.h MouseSettings: Set window modified state 2022-05-12 13:10:49 +02:00
Theme.gml Applications: Make settings outer margins and spacing consistent 2022-07-15 12:34:25 +02:00
ThemeWidget.cpp Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
ThemeWidget.h MouseSettings: Update the cursor theme preview when restoring defaults 2022-05-12 13:10:49 +02:00