summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Action.cpp
AgeCommit message (Expand)Author
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-04-03LibGUI: Extend mimic pressed across keyboard shortcuts for buttonsRob Ryan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-01-30LibGUI: Flash menubar when using command palettebugreport0
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2021-08-19LibGUI: Move common action definitions to CommonActions.cppsin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-14Base+LibGUI: Add icon to the Rename actionjakubiakdev
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-06-25LibGUI: Add alternate shortcut F5 to the "reload" common actionAatos Majava
2021-06-25LibGUI: Add support for an alternate keyboard shortcut in ActionAatos Majava
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
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-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibGUI: Add some more status tips to common actionsAndreas Kling
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-09LibGUI: Give Alt shortcuts to all the CommonActions :^)Andreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-02-20LibGUI: Use delegating constructors in GUI::ActionAndreas Kling
2021-02-20LibGUI: Tidy up Action constructors and factory functions a bitAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling