summaryrefslogtreecommitdiffstats
path: root/scene/gui/option_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Register theme properties with ThemeDBYuri Sizov2023-09-111-19/+17
* Merge pull request #80203 from WhalesState/Dev2Rémi Verschelde2023-08-171-0/+22
|\
| * Add shortcut handling to OptionButtonMounir Tohami2023-08-031-0/+22
* | Fix OptionButton min size when fit longest item is enabledHaoyu Qiu2023-08-071-2/+2
|/
* Update OptionButton min size when disabling Fit to Longest ItemHaoyu Qiu2023-07-151-7/+5
* Fix invalid minimum size for translated messages in option buttonFlorian Kothmeier2023-06-291-1/+1
* Update size or size cache when toggling `expand_icon` in `Button`Rindbee2023-05-171-7/+7
* Merge pull request #72028 from kilojool/option_button_reselectionRémi Verschelde2023-04-031-1/+12
|\
| * OptionButton: allow reselection of selected itemkilojool2023-01-251-1/+12
* | Auto translate popup menus of MenuButton and OptionButtonHaoyu Qiu2023-03-271-1/+4
* | Fix Screen-Transform missing in Button Size in OptionButton::show_popupMarkus Sauermann2023-02-061-3/+5
|/
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-4/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix position and size of OptionButton PopupMenuMarkus Sauermann2022-11-121-3/+3
* Add call_deferred() method to Callablekobewi2022-11-041-1/+1
* Improve MenuButton and OptionButtonEricEzaM2022-10-031-26/+35
* Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`Michael Alexsander2022-09-061-2/+2
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-25/+44
* Fix some corner cases in the `Menu/OptionButton` item auto-highlightMichael Alexsander2022-08-281-4/+16
* Merge pull request #64768 from bruvzg/popups_hide_if_visibleRémi Verschelde2022-08-261-0/+5
|\
| * Hide MenuButton / OptionButton popup on click if it's already visible.bruvzg2022-08-231-0/+5
* | Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fixRémi Verschelde2022-08-241-2/+1
|\ \ | |/ |/|
| * Make `Menu/OptionButton` item auto-highlight behave betterMichael Alexsander2022-08-191-2/+1
* | Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculationRémi Verschelde2022-08-221-1/+1
|\ \
| * | Fix case where `h_separation` might not work in `Button`Rindbee2022-08-121-1/+1
| |/
* / Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
|/
* Add missing properties to default themekobewi2022-08-111-0/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
* Add fit_to_longest_item to OptionButtonkobewi2022-08-021-1/+58
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-1/+1
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Implement Animation Librariesreduz2022-04-111-7/+40
* Hide text and icon properties in OptionButtonkobewi2022-03-191-0/+6
* Add item tooltip access to OptionButtonHaoyu Qiu2022-03-171-0/+10
* Add optional constructor arguments to more Control nodesHugo Locurcio2022-03-041-1/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+2
* Merge pull request #57692 from YeldhamDev/popping_optionsRémi Verschelde2022-02-081-13/+31
|\
| * Enhancements and fixes for `OptionButton` and `PopupMenu`Michael Alexsander2022-02-061-13/+31
* | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d...Michael Alexsander2022-02-061-1/+4
|/
* Merge pull request #56992 from YeldhamDev/smarter_popmenu_focusRémi Verschelde2022-02-031-1/+8
|\
| * Make popup menus focus items automatically when not using the mouseMichael Alexsander2022-01-251-1/+8
* | Make various improvements to OptionButtoneikobear2022-01-281-18/+30
|/
* OptionButton::pressed(): give focus to selectedRicardo Buring2022-01-151-0/+1
* Fix missing arg name in bindings for GDExtension APIRémi Verschelde2022-01-071-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implement property array for OptionButtonkobewi2021-12-211-38/+67
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Add focus font color to Button and derivativesYuri Sizov2021-10-261-1/+5