summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Action.h
AgeCommit message (Expand)Author
2021-05-15LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"Andreas Kling
2021-05-08LibGUI: Make Action::set_text() update any associated menu itemsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-17LibGUI: Add a "long text" string to GUI::ActionAndreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Tidy up Action constructors and factory functions a bitAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling