index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
NotificationServer
/
NotificationWindow.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-28
NotificationServer: Use `Optional` for last rect in `NotificationWindow`
Jelle Raaijmakers
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-13
NotificationServer: Move notifications down if hovered
Atharva Kulkarni
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-28
NotificationServer: Remove usages of deprecated implicit ui conversions
FrHun
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-26
NotificationServer: Expand the notification when hovered
sin-ack
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
WindowServer: Fix notification placement
Valtteri Koskivuori
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-03-22
Notification: Remove default image
Nick Johnson
2021-03-22
Notification: Use on_close
Nick Johnson
2021-03-22
LibGUI+Notification: Add mutable notifications
Nick Johnson
2021-03-22
Notification: Member-ize updatable components
Nick Johnson
2021-03-22
Notification: Allow getting window by ID
Nick Johnson
2021-03-22
Notification: Give a unique internal ID
Nick Johnson
2021-02-10
NotificationWindow: Set notification text as tooltip content
Itamar
2021-01-12
Services: Move to Userland/Services/
Andreas Kling