ladybird/Userland/Services/Taskbar
DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences)
This commit has no behavior changes.

In particular, this does not fix any of the wrong uses of the previous
default parameter (which used to be 'false', meaning "only replace the
first occurence in the string"). It simply replaces the default uses by
String::replace(..., ReplaceMode::FirstOnly), leaving them incorrect.
2022-07-06 11:12:45 +02:00
..
ClockWidget.cpp Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
ClockWidget.h ClockSettings+Taskbar: Add settings for taskbar clock format 2022-04-04 13:15:13 +02:00
CMakeLists.txt Taskbar: Add dropping of AppFiles to QuickLaunch 2021-12-28 00:57:48 -08:00
main.cpp Taskbar: Handle an override theme being active 2022-06-17 19:46:30 +01:00
QuickLaunchWidget.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
QuickLaunchWidget.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ShutdownDialog.cpp Taskbar: Use default buttons in ShutdownDialog 2022-06-02 22:33:00 +02:00
ShutdownDialog.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.cpp LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00
TaskbarButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TaskbarWindow.cpp Taskbar+Desktop: Add super+D keyboard shortcut 2022-06-01 19:31:34 +02:00
TaskbarWindow.h Taskbar: Add toggle_show_desktop() 2022-06-01 19:31:34 +02:00
WindowIdentifier.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowList.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WindowList.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00