summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/LinkLabel.cpp
AgeCommit message (Expand)Author
2023-02-23LibGUI: Fix missing parent in LinkLabel open actionHumberto Alves
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-21LibGUI: Make links only clickable where the text isBen Wiederhake
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26LibGUI: Set correct open action for LinkLabel context menuthankyouverycool
2021-02-21LibGUI: Show context menu when right-clicking a LinkLabelMițca Dumitru
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling