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
/
Libraries
/
LibGUI
/
LinkLabel.cpp
Age
Commit message (
Expand
)
Author
2023-02-23
LibGUI: Fix missing parent in LinkLabel open action
Humberto Alves
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-21
LibGUI: Make links only clickable where the text is
Ben Wiederhake
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
LibGUI: Set correct open action for LinkLabel context menu
thankyouverycool
2021-02-21
LibGUI: Show context menu when right-clicking a LinkLabel
Mițca Dumitru
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling