serenity/Services/Taskbar
Tom f68115aba3 Taskbar: Wait on all waitable children in SIGCHLD handler
We need to call waitpid until no more waitable children are available.
This is necessary because SIGCHLD signals may coalesce into one when
multiple children terminate almost simultaneously.

Also, switch to EventLoop's asynchronous signal handling mechanism,
which allows more complex operations in the signal handler.
2020-12-02 12:57:25 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp Taskbar: Wait on all waitable children in SIGCHLD handler 2020-12-02 12:57:25 +01:00
TaskbarButton.cpp LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^) 2020-10-27 21:25:40 +01:00
TaskbarButton.h Taskbar: Update and clear taskbar button rectangles 2020-08-19 11:38:26 +02:00
TaskbarWindow.cpp Taskbar: Make quicklaunch buttons larger and reduce spacing 2020-10-25 15:32:19 +01:00
TaskbarWindow.h Taskbar: Update and clear taskbar button rectangles 2020-08-19 11:38:26 +02:00
WindowIdentifier.h Taskbar: Don't create buttons for modal windows 2020-07-16 16:10:21 +02:00
WindowList.cpp Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
WindowList.h Meta+Services: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00