Karol Kosek
|
e39adc4772
Userland: Set Button text using the new String class
|
2 년 전 |
Karol Kosek
|
d32b052f22
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
|
2 년 전 |
Lucas CHOLLET
|
96b3063121
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
|
2 년 전 |
Andreas Kling
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Timothy Flynn
|
4addad67d1
LibGUI: Propagate changing an action's text to its associated buttons
|
2 년 전 |
Timothy Flynn
|
62cbfc68b9
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
|
2 년 전 |
thankyouverycool
|
7252a1aa4d
LibGUI: Add fallible try_create_checkable() Action
|
2 년 전 |
Zaggy1024
|
967dfa7956
LibGUI: Handle Action keyboard shortcuts in Widget keydown
|
2 년 전 |
Zaggy1024
|
8e7c7e0a2a
LibGUI: Share code for finding an Action by Shortcut
|
2 년 전 |
Zaggy1024
|
e20756f9f7
LibGUI: Update buttons' text/tooltips in Action::set_text
|
2 년 전 |
networkException
|
524f4be5af
LibGUI+WindowServer: Propagate action icon changes to buttons and menus
|
3 년 전 |
Rob Ryan
|
554709fec6
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
|
3 년 전 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 년 전 |
Idan Horowitz
|
d6ea6c39a7
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
|
3 년 전 |
bugreport0
|
c20f1e06c0
LibGUI: Flash menubar when using command palette
|
3 년 전 |
bugreport0
|
6c049ea4c4
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
|
3 년 전 |
sin-ack
|
d8fd4eee9b
LibGUI: Move common action definitions to CommonActions.cpp
|
3 년 전 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 년 전 |
jakubiakdev
|
4a396dc7e8
Base+LibGUI: Add icon to the Rename action
|
4 년 전 |
Karol Kosek
|
886e011608
LibGUI: Add Rename action
|
4 년 전 |
Aatos Majava
|
d50ff2b422
LibGUI: Add alternate shortcut F5 to the "reload" common action
|
4 년 전 |
Aatos Majava
|
21a193ed5a
LibGUI: Add support for an alternate keyboard shortcut in Action
|
4 년 전 |
Max Wipfli
|
229414b002
Applications: Use titlecase and distinct underlined characters in menus
|
4 년 전 |
Andreas Kling
|
55dead60b5
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
|
4 년 전 |
Andreas Kling
|
bfd2ec88f4
LibGUI: Make Action::set_text() update any associated menu items
|
4 년 전 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Andreas Kling
|
7ceb4f5330
LibGUI: Add some more status tips to common actions
|
4 년 전 |
Andreas Kling
|
a2086ad56e
LibGUI: Rename Action::long_text to Action::status_tip
|
4 년 전 |