summaryrefslogtreecommitdiff
path: root/Userland/Applications/Run/RunWindow.cpp
AgeCommit message (Expand)Author
2022-08-02Run: Trigger on escape key only onceJelle Raaijmakers
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-30Run: Don't try to set a history selection if history is emptyAndreas Kling
2022-06-10Run: Use the new DialogButtonFrHun
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-07-29RunWindow: Center FilePicker window within the entire screenLuK1337
2021-07-27Run: Improve UI consistencyFrHun
2021-06-01AK: Remove URLParserMax Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-27Run: Remove useless serenity.h includeJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-21Run: Prefill text field with last command on launchTheMorc
2021-02-20Run: Prevent printing [null] in case of empty history (#5433)Sameem Zahoor Taray
2021-02-17Run: Store and present recent Run command history in a ComboBox.Nick Vella
2021-01-16Run: initial implementation of Run appNick Vella