ladybird/Applications/Taskbar
Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Now that the "unix" pledge is no longer required for socket I/O, we can
drop it after making the connections we need in a program.

In most GUI program cases, once we've connected to the WindowServer by
instantiating a GApplication, we no longer need "unix" :^)
2020-01-12 12:03:57 +01:00
..
main.cpp Applications+DevTools+MenuApplets: Drop "unix" pledge when possible 2020-01-12 12:03:57 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
TaskbarButton.cpp WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarButton.h WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarWindow.cpp AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
TaskbarWindow.h Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
WindowIdentifier.h AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
WindowList.cpp WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
WindowList.h Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00