summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Action.h
AgeCommit message (Expand)Author
2022-11-19LibGUI: Add fallible try_create_checkable() Actionthankyouverycool
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-14LibGUI: Share code for finding an Action by ShortcutZaggy1024
2022-10-25LibGUI: Add CommonActions::make_command_palette_action()demostanis
2022-09-08Base+LibGUI: Add insert emoji common actionelectrikmilk
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-30LibGUI: Add Menu column to CommandPalette :^)networkException
2022-01-30LibGUI: Flash menubar when using command palettebugreport0
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-06-25LibGUI: Make Action::shortcut() return const&Aatos Majava
2021-06-25LibGUI: Add support for an alternate keyboard shortcut in ActionAatos Majava
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