summaryrefslogtreecommitdiff
path: root/Userland/Applications/Run
AgeCommit message (Expand)Author
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-20Run: Use Core::Stream API for command history fileSam Atkins
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-10LibGUI: Add layout spacer support to GMLFrHun
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
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26Run: Port to LibMain :^)Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-29RunWindow: Center FilePicker window within the entire screenLuK1337
2021-07-27Run: Improve UI consistencyFrHun
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-01AK: Remove URLParserMax Wipfli
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
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-04-17Run: Put the window in the bottom left of the desktopAndreas Kling
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
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-23Run: Pledge "thread"Andreas Kling
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-20Run: Fix newline in info labelLinus Groh
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Run: initial implementation of Run appNick Vella