Tim Ledbetter
|
0d7b13edac
Userland: Make `GUI::Window` construction non-fallible
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
thankyouverycool
|
444470b238
Applications: Improve FSAC error message handling
|
2 years ago |
Lucas CHOLLET
|
1a97382305
LibGUI: Make `Application`'s construction fallible
|
2 years ago |
Karol Kosek
|
84a231d4e5
TextEditor: Propagate errors from `MainWidget::initialize_menubar()`
|
2 years ago |
Ali Mohammad Pur
|
500044906d
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
|
2 years ago |
Linus Groh
|
51c3967516
Everywhere: Use '_{short_,}string' literals more
|
2 years ago |
Andreas Kling
|
5f23515796
TextEditor: Add list of recently open files to the File menu :^)
|
2 years ago |
Fausto Tommasi
|
97398eb568
TextEditor: Replace DeprecatedString for String
|
2 years ago |
Lucas CHOLLET
|
a053807be5
TextEditor: Propagate errors from `read_file()`
|
2 years ago |
Lucas CHOLLET
|
40f9cf2de6
TextEditor: Port to `Core::Stream`
|
2 years ago |
Liav A
|
e241b47fee
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
|
2 years ago |
Karol Kosek
|
247db3fdd0
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
|
2 years ago |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 years ago |
Liav A
|
5dfb2b18f3
Applications: Use new global variables at /sys/kernel/ directory
|
2 years ago |
Gunnar Beutner
|
344ca73930
TextEditor: Set window title before showing the main window
|
2 years ago |
Timothy Flynn
|
25e0ab3ee4
Userland: Tighten promises by removing 'proc' where it isn't used
|
2 years ago |
Peter Elliott
|
7af5eef0dd
SystemServer+LoginServer+Userland: Switch to sid-based sockets
|
2 years ago |
Lucas CHOLLET
|
e8115bfdb1
Base: Launch FileSystemAccessServer at session start-up
|
3 years ago |
Lucas CHOLLET
|
ac7b0e69e5
Base: Launch WebContent at session start-up
|
3 years ago |
Lucas CHOLLET
|
bee5bcda73
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
|
3 years ago |
Lucas CHOLLET
|
c5b7c9f479
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
|
3 years ago |
Lucas CHOLLET
|
70846d701c
LaunchServer+SystemServer: Move the portal to a user-specific directory
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
thankyouverycool
|
b9f81b91a6
TextEditor: Update status bar to use clickable Segments
|
3 years ago |
Vitaly Dyachkov
|
32b8795091
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
|
3 years ago |
Rummskartoffel
|
c93dfe8097
TextEditor: Fix crash on startup when file specified cannot be opened
|
3 years ago |
Mustafa Quraish
|
f674102447
TextEditor: Use FileSystemAccessClient::try_* APIs
|
3 years ago |
creator1creeper1
|
de82901d4c
TextEditor: Propagate errors using try_set_main_widget in main
|
3 years ago |
Timothy Flynn
|
565a880ce5
Userland: Link directly against LibUnicodeData where needed
|
3 years ago |