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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-0
/
+1
|
\
|
*
Fix `Button` minimum size when `disabled` is toggled.
Mounir Tohami
2024-10-07
1
-0
/
+1
*
|
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
-9
/
+25
*
Merge pull request #93500 from anniryynanen/multi-press
Rémi Verschelde
2024-09-16
1
-7
/
+3
|
\
|
*
Improve button behavior when multiple mouse buttons are used at the same time
Anni Ryynänen
2024-09-15
1
-7
/
+3
*
|
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-1
/
+1
|
/
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Fix BaseButton.shortcut_feedback's timer raises errors
jsjtxietian
2023-10-25
1
-1
/
+1
*
Rename button_pressed bindings to avoid shadowing
MewPurPur
2023-07-05
1
-2
/
+2
*
Fix ButtonGroup unpressing
Markus Sauermann
2023-06-16
1
-5
/
+3
*
Add option for ButtonGroups to be unpressed
TheSecondReal0
2023-04-20
1
-1
/
+12
*
Add more sections to Button and BaseButton
VolTer
2023-01-25
1
-2
/
+4
*
Fix constant editor redraw after shortcut
Juan Linietsky
2023-01-21
1
-0
/
+1
*
Button shortcuts no longer "press" the Button.
Juan Linietsky
2023-01-13
1
-22
/
+53
*
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
/
+12
*
Merge pull request #68097 from KoBeWi/no_signal🔕
Rémi Verschelde
2022-11-04
1
-7
/
+4
|
\
|
*
Add set_value_no_signal() to Range
kobewi
2022-10-31
1
-7
/
+4
*
|
Make `BaseButton` Shortcut feedback togglable
George L. Albany
2022-10-20
1
-1
/
+18
|
/
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-1
/
+1
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-1
/
+1
*
|
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-36
/
+0
*
|
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-28
1
-5
/
+2
|
/
*
Fix #66062: editing shortcut_context in inspector
RedMser
2022-09-19
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-12
/
+12
*
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
Michael Alexsander
2022-08-28
1
-1
/
+2
*
Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix
Rémi Verschelde
2022-08-24
1
-0
/
+6
|
\
|
*
Make `Menu/OptionButton` item auto-highlight behave better
Michael Alexsander
2022-08-19
1
-0
/
+6
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
|
/
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-10
/
+10
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
Fix typo in BaseButton shortcut context methods
Hugo Locurcio
2022-03-07
1
-2
/
+2
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-30
/
+38
*
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-1
/
+1
*
Improve some signal bindings to use specific `Object` subtypes
Rémi Verschelde
2022-01-28
1
-1
/
+3
*
Allow unsetting `shortcut_context`.
bruvzg
2022-01-25
1
-2
/
+5
*
BaseButton: Rename `pressed` property to `button_pressed`
Rémi Verschelde
2022-01-23
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix BaseButton's localization for tooltip with shortcut
Zae
2021-12-21
1
-1
/
+1
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
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
-4
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-8
/
+4
[next]