Karol Kosek
|
4b169cf25f
LibGUI+Userland: Use action text as a fallback in Action::status_tip()
|
2 years ago |
thankyouverycool
|
c87c4f6d94
LibGUI: Put a governor on Action activation
|
2 years ago |
Tim Ledbetter
|
5ed78d39dd
LibGUI: Don't invoke non-visible shortcuts
|
2 years ago |
Timothy Flynn
|
153218ed76
LibGUI: Allow overriding toolbar button tooltips
|
2 years ago |
Humberto Alves
|
d50b4f3581
LibGUI: Fix Action destructor to unregister itself correctly
|
2 years ago |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 years ago |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 years ago |
Lucas CHOLLET
|
96b3063121
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
|
2 years ago |
Andreas Kling
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
4addad67d1
LibGUI: Propagate changing an action's text to its associated buttons
|
2 years ago |
Timothy Flynn
|
62cbfc68b9
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
|
2 years ago |
thankyouverycool
|
7252a1aa4d
LibGUI: Add fallible try_create_checkable() Action
|
2 years ago |
Zaggy1024
|
967dfa7956
LibGUI: Handle Action keyboard shortcuts in Widget keydown
|
2 years ago |
Zaggy1024
|
8e7c7e0a2a
LibGUI: Share code for finding an Action by Shortcut
|
2 years ago |
Zaggy1024
|
e20756f9f7
LibGUI: Update buttons' text/tooltips in Action::set_text
|
2 years ago |
networkException
|
524f4be5af
LibGUI+WindowServer: Propagate action icon changes to buttons and menus
|
3 years ago |
Rob Ryan
|
554709fec6
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Idan Horowitz
|
d6ea6c39a7
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
|
3 years ago |
bugreport0
|
c20f1e06c0
LibGUI: Flash menubar when using command palette
|
3 years ago |
bugreport0
|
6c049ea4c4
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
|
3 years ago |
sin-ack
|
d8fd4eee9b
LibGUI: Move common action definitions to CommonActions.cpp
|
3 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
jakubiakdev
|
4a396dc7e8
Base+LibGUI: Add icon to the Rename action
|
4 years ago |
Karol Kosek
|
886e011608
LibGUI: Add Rename action
|
4 years ago |
Aatos Majava
|
d50ff2b422
LibGUI: Add alternate shortcut F5 to the "reload" common action
|
4 years ago |
Aatos Majava
|
21a193ed5a
LibGUI: Add support for an alternate keyboard shortcut in Action
|
4 years ago |
Max Wipfli
|
229414b002
Applications: Use titlecase and distinct underlined characters in menus
|
4 years ago |