1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 16:50:59 +00:00
serenity/Services/NotificationServer
Laria Carolin Chabowski fc2c5c373b NotificationServer: Reposition notifications on screen resolution change
Previously notifications were (partially) drawn outside the screen rect if
they were created before changing the screen resolution to smaller
dimensions. This prevented the user from dismissing the notification as the
close button was no longer clickable.
2021-01-02 23:17:30 +01:00
..
ClientConnection.cpp LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp NotificationServer: Reposition notifications on screen resolution change 2021-01-02 23:17:30 +01:00
NotificationClient.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
NotificationServer.ipc LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
NotificationWindow.cpp NotificationServer: Reposition notifications on screen resolution change 2021-01-02 23:17:30 +01:00
NotificationWindow.h NotificationServer: Reposition notifications on screen resolution change 2021-01-02 23:17:30 +01:00