summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Tray.cpp
AgeCommit message (Expand)Author
2023-03-04Userland: Use Font::pixel_size_rounded_up() in more placesAndreas Kling
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-02LibGUI: Make Tray item height honor the current font sizeAndreas Kling
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-10LibGUI: Blit brightened icon when try item is hoverednetworkException
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-21LibGUI: Add a GUI::Tray widget for the FilePicker common locationsAndreas Kling