Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 years ago |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Timothy Flynn
|
153218ed76
LibGUI: Allow overriding toolbar button tooltips
|
2 years ago |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 years ago |
Sam Atkins
|
9561ec15f4
Userland: Use Widget::add_spacer() everywhere
|
2 years ago |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 years ago |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
234ae3a2ae
LibGUI: Allow buttons to control the behavior when their text changes
|
2 years ago |
Timothy Flynn
|
62cbfc68b9
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
|
2 years ago |
Zaggy1024
|
e20756f9f7
LibGUI: Update buttons' text/tooltips in Action::set_text
|
2 years ago |
FrHun
|
02b9461714
LibGUI: Consider spacing for Toolbar overflow calculation
|
2 years ago |
FrHun
|
b868337d5e
LibGUI: Include overflow button in overflow calculation only when shown
|
2 years ago |
FrHun
|
eefe6e35ac
LibGUI: Add option to move Toolbar items to overflow menu in groups
|
2 years ago |
thankyouverycool
|
35e557c657
Browser+LibGUI+WindowServer: Open Button menus uniformly
|
2 years ago |
thankyouverycool
|
97b381652a
LibGUI: Let Toolbars collapse into an overflow menu
|
2 years ago |
thankyouverycool
|
1084eaea0b
LibGUI: Remove button padding on Toolbar construction
|
2 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
FrHun
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
Sam Atkins
|
d95e50643e
LibGUI: Cast unused smart-pointer return values to void
|
3 years ago |
Andreas Kling
|
e623e73f63
LibGUI: Add GUI::Toolbar::try_add_separator()
|
3 years ago |
Andreas Kling
|
9b07e13fb6
LibGUI: Add GUI::Toolbar::try_add_action()
|
3 years ago |
Andreas Kling
|
25475f7003
LibGUI: Make toolbar buttons non-focusable by default
|
3 years ago |
Andreas Kling
|
5daf7bd2ef
LibGUI: Make GUI::Toolbar::add_action() return the toolbar button
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
3bf2f7a329
LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeave
|
4 years ago |