summaryrefslogtreecommitdiff
path: root/Userland/Applications/Run
AgeCommit message (Expand)Author
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