summaryrefslogtreecommitdiff
path: root/scene/gui/option_button.cpp
AgeCommit message (Expand)Author
2023-02-06Fix Screen-Transform missing in Button Size in OptionButton::show_popupMarkus Sauermann
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-12Fix position and size of OptionButton PopupMenuMarkus Sauermann
2022-11-04Add call_deferred() method to Callablekobewi
2022-10-03Improve MenuButton and OptionButtonEricEzaM
2022-09-06Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`Michael Alexsander
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-08-28Fix some corner cases in the `Menu/OptionButton` item auto-highlightMichael Alexsander
2022-08-26Merge pull request #64768 from bruvzg/popups_hide_if_visibleRémi Verschelde
2022-08-24Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fixRémi Verschelde
2022-08-23Hide MenuButton / OptionButton popup on click if it's already visible.bruvzg
2022-08-22Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculationRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-19Make `Menu/OptionButton` item auto-highlight behave betterMichael Alexsander
2022-08-12Fix case where `h_separation` might not work in `Button`Rindbee
2022-08-11Add missing properties to default themekobewi
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-08-02Add fit_to_longest_item to OptionButtonkobewi
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-05-17Fix errors and improve UX relating to new animation librariesSnailRhymer
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-11Implement Animation Librariesreduz
2022-03-19Hide text and icon properties in OptionButtonkobewi
2022-03-17Add item tooltip access to OptionButtonHaoyu Qiu
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-08Merge pull request #57692 from YeldhamDev/popping_optionsRémi Verschelde
2022-02-06Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d...Michael Alexsander
2022-02-06Enhancements and fixes for `OptionButton` and `PopupMenu`Michael Alexsander
2022-02-03Merge pull request #56992 from YeldhamDev/smarter_popmenu_focusRémi Verschelde
2022-01-28Make various improvements to OptionButtoneikobear
2022-01-25Make popup menus focus items automatically when not using the mouseMichael Alexsander
2022-01-15OptionButton::pressed(): give focus to selectedRicardo Buring
2022-01-07Fix missing arg name in bindings for GDExtension APIRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-21Implement property array for OptionButtonkobewi
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-26Add focus font color to Button and derivativesYuri Sizov
2021-09-17Merge pull request #49376 from menip/OptionButtonFixRémi Verschelde
2021-08-30Make Color Picker, Menu Button, Option Button consider camera position scale ...menip
2021-08-28Add support for internal nodeskobewi
2021-07-18Optimize StringName usagereduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz