summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Toolbar.cpp
AgeCommit message (Expand)Author
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