ladybird/Servers/NotificationServer
Andreas Kling 012a4eb0b5 WindowServer+NotificationServer: Vertical title bar for notifications
This patch adds a specialized window type for notifications. They now
have a title bar on the right-hand side, with a close button.

This removes the need for the "Done" button in notifications, giving us
a bit more horizontal space overall.

Design based on a mock-up from @xTibor :^)
2020-03-30 17:03:15 +02:00
..
ClientConnection.cpp LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 2020-03-29 19:37:23 +02:00
ClientConnection.h LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 2020-03-29 19:37:23 +02:00
main.cpp NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
Makefile NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
NotificationClient.ipc NotificationServer: Add a system service for desktop notifications 2020-02-16 21:58:17 +01:00
NotificationServer.ipc LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 2020-03-29 19:37:23 +02:00
NotificationWindow.cpp WindowServer+NotificationServer: Vertical title bar for notifications 2020-03-30 17:03:15 +02:00
NotificationWindow.h LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 2020-03-29 19:37:23 +02:00