index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Run
Age
Commit message (
Expand
)
Author
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-29
RunWindow: Center FilePicker window within the entire screen
LuK1337
2021-07-27
Run: Improve UI consistency
FrHun
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-27
Run: Remove useless serenity.h include
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
Run: Put the window in the bottom left of the desktop
Andreas Kling
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-21
Run: Prefill text field with last command on launch
TheMorc
2021-02-20
Run: Prevent printing [null] in case of empty history (#5433)
Sameem Zahoor Taray
2021-02-17
Run: Store and present recent Run command history in a ComboBox.
Nick Vella
2021-01-23
Run: Pledge "thread"
Andreas Kling
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-20
Run: Fix newline in info label
Linus Groh
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Run: initial implementation of Run app
Nick Vella