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
/
Toolbar.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibGUI: Allow buttons to control the behavior when their text changes
Timothy Flynn
2022-11-26
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
Timothy Flynn
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-10-06
LibGUI: Consider spacing for Toolbar overflow calculation
FrHun
2022-10-06
LibGUI: Include overflow button in overflow calculation only when shown
FrHun
2022-10-06
LibGUI: Add option to move Toolbar items to overflow menu in groups
FrHun
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-08-04
LibGUI: Let Toolbars collapse into an overflow menu
thankyouverycool
2022-08-04
LibGUI: Remove button padding on Toolbar construction
thankyouverycool
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-12-05
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_action()
Andreas Kling
2021-10-21
LibGUI: Make toolbar buttons non-focusable by default
Andreas Kling
2021-05-16
LibGUI: Make GUI::Toolbar::add_action() return the toolbar button
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeave
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling