Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-12-29 | LibGUI: Set default value of LinkLabel text argument to a null string | Linus Groh | |
The regular Label also does this, being able to call the constructor with no arguments is required for REGISTER_WIDGET(GUI, LinkLabel). | |||
2020-12-26 | LibGUI: Make the LinkLabel widget keyboard-friendly | Andreas Kling | |
Make it tab-focusable and activate it with the return key. :^) | |||
2020-12-26 | LibGUI: Set LinkLabel tooltip if text can't fit the widget | Andreas Kling | |
We were setting a tooltip when the text overflowed the *window* width, make this more general by basing it on the *widget* width. | |||
2020-12-26 | LibGUI: Minor tweaks to the GUI::LinkLabel | Andreas Kling | |
Remove some unnecessary includes and make the constructor private. | |||
2020-12-26 | LibGUI: Rename Link => LinkLabel | Andreas Kling | |