serenity/Userland/DevTools/HackStudio/Git
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
..
DiffViewer.cpp LibDiff: Change underlying representation of Hunk to allow context 2023-07-02 11:18:11 -06:00
DiffViewer.h HackStudio: Use StringView in DiffViewer::draw_line 2023-06-26 19:26:34 +02:00
GitFilesModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitFilesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
GitFilesView.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
GitFilesView.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitRepo.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
GitRepo.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
GitWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
GitWidget.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00