summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ProcessChooser.h
AgeCommit message (Expand)Author
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-08LibGUI: Correctly call update() in ProcessChoosersin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling