Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Zae
|
d55deabae7
[3.x]Fix BaseButton's localization for tooltip text with shortcut
|
3 years ago |
Hugo Locurcio
|
43da1790c8
Remove deprecation warning for `BaseButton.enabled_focus_mode`
|
4 years ago |
Jason Knight
|
955f2ba75e
Removed the alteration of status.hovering during Focus Enter and Focus Exit events.
|
4 years ago |
kobewi
|
4941d2001c
Add set_pressed_no_signal method to BaseButton
|
4 years ago |
Jason Knight
|
7510e1c24b
Emit button_up signal after setting pressed to false.
|
4 years ago |
Gilles Roudière
|
472f7e9756
Adds a pressed signal to ButtonGroup
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rafał Mikrut
|
06976c3e84
[3.x] Fix crashes when using _input functions
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
FIF15
|
8311a37ed9
Deprecate Redundant property enabled_focus_mode
|
5 years ago |
OverloadedOrama
|
bf4a0242ff
Fixes BaseButton not triggering the "pressed" signal on "Button Press" Action Mode
|
5 years ago |
fossegutten
|
b728d3bd18
Fixes button flashing when releasing mousebutton outside
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
PouleyKetchoupp
|
1e6fa5d1a5
Fixed shortcut events in BaseButton (now acts the same as ui_accept action)
|
6 years ago |
Rémi Verschelde
|
2cedf7173a
BaseButton: Make shortcuts call virtual methods
|
6 years ago |
volzhs
|
5c01e066e1
Fix BaseButton not emitting signal with virtual function
|
6 years ago |
volzhs
|
5e8017721a
Refactor BaseButton event handling
|
6 years ago |
Rémi Verschelde
|
a72552367e
Merge pull request #25453 from nekomatata/button-keep-pressed-option
|
6 years ago |
Rémi Verschelde
|
4f10a08d1b
Merge pull request #27796 from Leytak/patch-2
|
6 years ago |
qarmin
|
856a8226a5
Small fixes, mostly dupicated code
|
6 years ago |
Alexey Kashlakov
|
c7fbc63cc2
Reset button state on exit tree
|
6 years ago |
PouleyKetchoupp
|
43bd28bc14
Option for BaseButton to keep button down when moving the pointer outside while pressed
|
6 years ago |
Kraus
|
ea211af412
ButtonGroup.get_pressed_button bugfix, fixes issue #25057
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Michael Alexsander Silva Dias
|
c2fe5c0468
Expose ButtonGroup's "get_buttons()" to GDScript
|
6 years ago |
lupoDharkael
|
d2b890ede5
BaseButton: add shortcut_in_tooltip
|
6 years ago |