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
/
Libraries
/
LibDesktop
Age
Commit message (
Expand
)
Author
2023-01-26
LibDesktop: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-03
LibDesktop+Taskbar: Add an option to exclude apps from the system menu
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-27
LibDesktop: Do not quit screensaver on immediate mouse move
Jelle Raaijmakers
2022-12-27
Demos+LibDesktop: Centralize screensaver logic
Jelle Raaijmakers
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
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-17
LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files
cflip
2022-10-14
LibDesktop: Add support for RequiresRoot option to AppFile
ne0ndrag0n
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-27
LaunchServer+LibDesktop: Open from mime type
demostanis
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibDesktop
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCpp
Lenny Maiorani
2022-02-25
LibDesktop: Rename LaunchServerConnection=>ConnectionToLaunchServer
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-01-21
LibDesktop: Add Launcher::ensure_connection()
Maciej
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-06
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
Andreas Kling
2021-08-04
LibDesktop: Add support for IconPath in AppFile
Jelle Raaijmakers
2021-08-04
LibDesktop: Collapse if-else in AppFile
Jelle Raaijmakers
2021-07-26
LibDesktop: Add an optional "Description" field to .af files
Andreas Kling
2021-07-20
LibDesktop: Add a RunInTerminal boolean field to app files
Linus Groh
2021-06-28
LibDesktop: Add spawn() to AppFiles
Spencer Dixon
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
LaunchServer: Remove unnecessary greet() message
Andreas Kling
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
[next]