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
/
option_button.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #97890 from timothyqiu/id-focused
Thaddeus Crews
2024-11-12
1
-1
/
+1
|
\
|
*
Fix `PopupMenu.id_focused` signal using index as ID
Haoyu Qiu
2024-10-07
1
-1
/
+1
*
|
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-3
/
+3
|
/
*
Always store ID of PopupMenu items
kobewi
2024-08-20
1
-1
/
+1
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
Improve button min. size calculation.
bruvzg
2024-05-16
1
-1
/
+1
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-46
/
+18
*
Add a `h_separation` between icons in `CheckButton`/`CheckBox`
风青山
2024-02-21
1
-2
/
+0
*
Merge pull request #88145 from Ratamacue9112/tweak-option-button-property-order
Rémi Verschelde
2024-02-17
1
-3
/
+15
|
\
|
*
Tweak property order in the inspector for OptionButton
Ratamacue9112
2024-02-17
1
-3
/
+15
*
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-4
/
+1
|
/
*
Make the drawing logic clearer in `Button`
Rindbee
2024-01-18
1
-1
/
+3
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-19
/
+17
*
Merge pull request #80203 from WhalesState/Dev2
Rémi Verschelde
2023-08-17
1
-0
/
+22
|
\
|
*
Add shortcut handling to OptionButton
Mounir Tohami
2023-08-03
1
-0
/
+22
*
|
Fix OptionButton min size when fit longest item is enabled
Haoyu Qiu
2023-08-07
1
-2
/
+2
|
/
*
Update OptionButton min size when disabling Fit to Longest Item
Haoyu Qiu
2023-07-15
1
-7
/
+5
*
Fix invalid minimum size for translated messages in option button
Florian Kothmeier
2023-06-29
1
-1
/
+1
*
Update size or size cache when toggling `expand_icon` in `Button`
Rindbee
2023-05-17
1
-7
/
+7
*
Merge pull request #72028 from kilojool/option_button_reselection
Rémi Verschelde
2023-04-03
1
-1
/
+12
|
\
|
*
OptionButton: allow reselection of selected item
kilojool
2023-01-25
1
-1
/
+12
*
|
Auto translate popup menus of MenuButton and OptionButton
Haoyu Qiu
2023-03-27
1
-1
/
+4
*
|
Fix Screen-Transform missing in Button Size in OptionButton::show_popup
Markus Sauermann
2023-02-06
1
-3
/
+5
|
/
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-4
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix position and size of OptionButton PopupMenu
Markus Sauermann
2022-11-12
1
-3
/
+3
*
Add call_deferred() method to Callable
kobewi
2022-11-04
1
-1
/
+1
*
Improve MenuButton and OptionButton
EricEzaM
2022-10-03
1
-26
/
+35
*
Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`
Michael Alexsander
2022-09-06
1
-2
/
+2
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-25
/
+44
*
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
Michael Alexsander
2022-08-28
1
-4
/
+16
*
Merge pull request #64768 from bruvzg/popups_hide_if_visible
Rémi Verschelde
2022-08-26
1
-0
/
+5
|
\
|
*
Hide MenuButton / OptionButton popup on click if it's already visible.
bruvzg
2022-08-23
1
-0
/
+5
*
|
Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix
Rémi Verschelde
2022-08-24
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make `Menu/OptionButton` item auto-highlight behave better
Michael Alexsander
2022-08-19
1
-2
/
+1
*
|
Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation
Rémi Verschelde
2022-08-22
1
-1
/
+1
|
\
\
|
*
|
Fix case where `h_separation` might not work in `Button`
Rindbee
2022-08-12
1
-1
/
+1
|
|
/
*
/
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-3
/
+3
|
/
*
Add missing properties to default theme
kobewi
2022-08-11
1
-0
/
+3
*
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
1
-1
/
+1
*
Add fit_to_longest_item to OptionButton
kobewi
2022-08-02
1
-1
/
+58
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Fix errors and improve UX relating to new animation libraries
SnailRhymer
2022-05-17
1
-1
/
+1
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
*
Implement Animation Libraries
reduz
2022-04-11
1
-7
/
+40
*
Hide text and icon properties in OptionButton
kobewi
2022-03-19
1
-0
/
+6
*
Add item tooltip access to OptionButton
Haoyu Qiu
2022-03-17
1
-0
/
+10
[next]