summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/LinkLabel.cpp
AgeCommit message (Expand)Author
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