index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
base_button.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabled
Haoyu Qiu
2024-09-26
1
-1
/
+1
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-1
/
+1
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-1
/
+1
*
Add option for ButtonGroups to be unpressed
TheSecondReal0
2023-04-20
1
-0
/
+3
*
Button shortcuts no longer "press" the Button.
Juan Linietsky
2023-01-13
1
-5
/
+8
*
Fix unpressable buttons
Danil Alexeev
2023-01-09
1
-1
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add configuration warning when ButtonGroup is used with non-toggleable buttons
Markus Sauermann
2022-12-22
1
-0
/
+2
*
Make `BaseButton` Shortcut feedback togglable
George L. Albany
2022-10-20
1
-0
/
+5
*
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-4
/
+0
*
Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix
Rémi Verschelde
2022-08-24
1
-0
/
+2
|
\
|
*
Make `Menu/OptionButton` item auto-highlight behave better
Michael Alexsander
2022-08-19
1
-0
/
+2
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-1
/
+1
|
/
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-1
/
+1
*
Fix typo in BaseButton shortcut context methods
Hugo Locurcio
2022-03-07
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+3
*
Add set_pressed_no_signal method to BaseButton
kobewi
2021-07-13
1
-1
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-1
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-10
/
+10
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Implement new shortcuts system.
Eric M
2020-11-23
1
-1
/
+7
*
Remove redundant property "enabled_focus_mode"
FIF15
2020-10-13
1
-4
/
+0
*
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
1
-3
/
+3
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-1
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Merge pull request #25573 from nekomatata/button-shortcut-fix
Rémi Verschelde
2019-06-20
1
-0
/
+2
|
\
|
*
Fixed shortcut events in BaseButton (now acts the same as ui_accept action)
PouleyKetchoupp
2019-06-20
1
-0
/
+2
*
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
|
/
*
Fix BaseButton not emitting signal with virtual function
volzhs
2019-05-29
1
-0
/
+2
*
Refactor BaseButton event handling
volzhs
2019-05-21
1
-1
/
+0
*
Option for BaseButton to keep button down when moving the pointer outside whi...
PouleyKetchoupp
2019-04-03
1
-0
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Expose ButtonGroup's "get_buttons()" to GDScript
Michael Alexsander Silva Dias
2018-12-14
1
-0
/
+1
*
BaseButton: add shortcut_in_tooltip
lupoDharkael
2018-11-19
1
-0
/
+4
*
Added hover_pressed style to CheckBox and CheckButton
DualMatrix
2018-09-24
1
-0
/
+1
*
Add a binary mask to allow configuration of which mouse buttons the BaseButto...
Goutte
2018-03-13
1
-0
/
+4
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
[next]