Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Lenny Maiorani
160bda7228
Applications: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
Andreas Kling
a7f1f1c34b
LibCore: Use ErrorOr<T> for Core::File::open()
2021-11-08 00:35:27 +01:00
LuK1337
16006e2d8e
RunWindow: Center FilePicker window within the entire screen
...
It doesn't make much sense since to center run window within the parent
window since it's created in the bottom left corner of the screen.
2021-07-29 09:24:08 +02:00
FrHun
411622148a
Run: Improve UI consistency
2021-07-27 22:17:23 +02:00
Max Wipfli
0d41a7d39a
AK: Remove URLParser
...
This removes URLParser, because its two exposed functions, urlencode()
and urldecode(), have been superseded by URL::percent_encode() and
URL::percent_decode(). This is in preparation for the introduction of a
new URL parser.
2021-06-01 09:28:05 +02:00
Ali Mohammad Pur
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
...
...and make it an enum class so people don't omit "OpenMode".
2021-05-12 11:00:45 +01:00
Jean-Baptiste Boric
f9d82ecf18
Run: Remove useless serenity.h include
2021-04-27 23:06:16 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
TheMorc
67d5c9e154
Run: Prefill text field with last command on launch
...
Fixes #5446
2021-02-21 20:21:56 +01:00
Sameem Zahoor Taray
2c3f284b06
Run: Prevent printing [null] in case of empty history ( #5433 )
...
Pressing up-arrow or down-arrow with empty command history printed
[null] in the text area.
Fixes #5426
2021-02-20 22:28:54 +01:00
Nick Vella
bafb8b0be6
Run: Store and present recent Run command history in a ComboBox.
...
We now store the last 25 inputs ran in Run in a simple text file under
.config (~/.config/RunHistory.txt)
2021-02-17 23:06:19 +01:00
Nick Vella
40083444a0
Run: initial implementation of Run app
2021-01-16 09:05:01 +01:00