index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
LaunchServer
/
Launcher.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-28
Services: Fix typos
Brendan Coles
2020-12-27
LaunchServer: Use GUI::AppFile
Linus Groh
2020-12-26
LaunchServer: Remove icons from LaunchServer::Handler
Linus Groh
2020-12-24
LaunchServer: Ignore empty FileType / Protocol / [Launcher] config values
Linus Groh
2020-12-24
LaunchServer+Base: Stop using Browser as default protocol handler
Linus Groh
2020-08-04
LaunchServer: Disown child processes after spawning
Andreas Kling
2020-07-15
FileManager: Allow double-clicking applications again
Tom
2020-07-15
Launcher: Provide launcher details to LibDesktop
Tom
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-18
LaunchServer: Discover handlers from *.af files, allow launching based on a k...
Nicholas Hollett
2020-05-12
LaunchServer+LibDesktop: Add API to list handlers for a given URL
Andreas Kling
2020-05-09
LaunchServer: Add the LaunchServer to centralise file associations.
Nicholas Hollett