index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Action.cpp
Age
Commit message (
Expand
)
Author
2023-03-16
LibGUI: Don't invoke non-visible shortcuts
Tim Ledbetter
2023-03-05
LibGUI: Allow overriding toolbar button tooltips
Timothy Flynn
2023-02-23
LibGUI: Fix Action destructor to unregister itself correctly
Humberto Alves
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibGUI: Propagate changing an action's text to its associated buttons
Timothy Flynn
2022-11-26
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
Timothy Flynn
2022-11-19
LibGUI: Add fallible try_create_checkable() Action
thankyouverycool
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-06-01
LibGUI+WindowServer: Propagate action icon changes to buttons and menus
networkException
2022-04-03
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Rob Ryan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-01-30
LibGUI: Flash menubar when using command palette
bugreport0
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-14
Base+LibGUI: Add icon to the Rename action
jakubiakdev
2021-07-13
LibGUI: Add Rename action
Karol Kosek
2021-06-25
LibGUI: Add alternate shortcut F5 to the "reload" common action
Aatos Majava
2021-06-25
LibGUI: Add support for an alternate keyboard shortcut in Action
Aatos Majava
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-15
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
Andreas Kling
2021-05-08
LibGUI: Make Action::set_text() update any associated menu items
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibGUI: Add some more status tips to common actions
Andreas Kling
2021-04-18
LibGUI: Rename Action::long_text to Action::status_tip
Andreas Kling
2021-04-17
LibGUI: Add a "long text" string to GUI::Action
Andreas Kling
2021-04-09
LibGUI: Give Alt shortcuts to all the CommonActions :^)
Andreas Kling
2021-04-04
LibGUI: Add GUI::CommonActions::make_properties_action()
Andreas Kling
2021-02-20
LibGUI: Use delegating constructors in GUI::Action
Andreas Kling
2021-02-20
LibGUI: Tidy up Action constructors and factory functions a bit
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling