serenity/Userland
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
Libraries AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Services AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Shell AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Utilities AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
CMakeLists.txt