serenity/Userland/Applications/MouseSettings
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +02:00
..
CMakeLists.txt MouseSettings: Add tab to configure cursor highlighting 2022-06-05 22:42:35 +01: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 WindowServer+MouseSettings: Toggle cursor highlighting with Super+H 2022-06-10 23:02:34 +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 Userland: Run gml-format 2022-02-13 02:36:35 +02: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 LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
ThemeWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ThemeWidget.h MouseSettings: Update the cursor theme preview when restoring defaults 2022-05-12 13:10:49 +02:00