summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Toolbar.cpp
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibGUI: Allow buttons to control the behavior when their text changesTimothy Flynn
2022-11-26Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"Timothy Flynn
2022-10-30LibGUI: Update buttons' text/tooltips in Action::set_textZaggy1024
2022-10-06LibGUI: Consider spacing for Toolbar overflow calculationFrHun
2022-10-06LibGUI: Include overflow button in overflow calculation only when shownFrHun
2022-10-06LibGUI: Add option to move Toolbar items to overflow menu in groupsFrHun
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-08-04LibGUI: Let Toolbars collapse into an overflow menuthankyouverycool
2022-08-04LibGUI: Remove button padding on Toolbar constructionthankyouverycool
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-11-24LibGUI: Add GUI::Toolbar::try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Toolbar::try_add_action()Andreas Kling
2021-10-21LibGUI: Make toolbar buttons non-focusable by defaultAndreas Kling
2021-05-16LibGUI: Make GUI::Toolbar::add_action() return the toolbar buttonAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeaveAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling