summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer/NotificationWindow.cpp
AgeCommit message (Expand)Author
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-28NotificationServer: Use `Optional` for last rect in `NotificationWindow`Jelle Raaijmakers
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-13NotificationServer: Move notifications down if hoveredAtharva Kulkarni
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-28NotificationServer: Remove usages of deprecated implicit ui conversionsFrHun
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-26NotificationServer: Expand the notification when hoveredsin-ack
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12WindowServer: Fix notification placementValtteri Koskivuori
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-03-22Notification: Remove default imageNick Johnson
2021-03-22Notification: Use on_closeNick Johnson
2021-03-22LibGUI+Notification: Add mutable notificationsNick Johnson
2021-03-22Notification: Member-ize updatable componentsNick Johnson
2021-03-22Notification: Allow getting window by IDNick Johnson
2021-03-22Notification: Give a unique internal IDNick Johnson
2021-02-10NotificationWindow: Set notification text as tooltip contentItamar
2021-01-12Services: Move to Userland/Services/Andreas Kling