serenity/Userland
Brendan Coles 8c0723960b QuickShow: Replace posix_spawn with LibDesktop::Launcher
When multiple images are dragged and dropped onto the image widget,
QuickShow will use LibDesktop::Launcher to launch a new instance
of QuickShow for each item, rather than spawn a child QuickShow
process for each item with posix_spawn.

This allows `proc` and `exec` pledges to be removed :^)
2021-03-12 15:22:12 +01:00
..
Applications QuickShow: Replace posix_spawn with LibDesktop::Launcher 2021-03-12 15:22:12 +01:00
Demos WidgetGallery: Convert layout to GML and add new Icons gallery 2021-03-12 09:59:03 +01:00
DevTools UserspaceEmulator: Convert a weird klog(!) to dbgln() 2021-03-12 11:23:26 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibGUI: Add variable padding and center bitmaps in TableViews 2021-03-12 09:59:03 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services WindowServer+LibGfx: Enumerate Disallow cursor 2021-03-12 09:59:03 +01:00
Shell Shell: Don't blindly dereference the result of Parser::parse() 2021-03-08 09:28:15 +01:00
Tests fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS 2021-03-10 16:36:11 +01:00
Utilities crash: Fix more typos in check logic 2021-03-11 12:32:53 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00