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
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-20
Run: Use Core::Stream API for command history file
Sam Atkins
2022-08-02
Run: Trigger on escape key only once
Jelle Raaijmakers
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
Run: Don't try to set a history selection if history is empty
Andreas Kling
2022-06-10
Run: Use the new DialogButton
FrHun
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
Run: Port to LibMain :^)
Andreas Kling
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