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