summaryrefslogtreecommitdiffstats
path: root/scene/gui/option_button.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #49376 from menip/OptionButtonFixRémi Verschelde2021-09-171-1/+1
|\
| * Make Color Picker, Menu Button, Option Button consider camera position scale ...menip2021-08-301-1/+1
* | Add support for internal nodeskobewi2021-08-281-1/+1
|/
* Optimize StringName usagereduz2021-07-181-22/+22
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+0
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-6/+6
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+24
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Allow searching with keyboard input by default in PopupMenuHugo Locurcio2020-05-171-3/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+22
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-39/+0
* Fix OptionButton docs godotengine#36803Zak Grumbles2020-04-101-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-20/+19
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Texture refactorJuan Linietsky2020-02-111-5/+5
* Fixes OptionButton min sizeHaoyu Qiu2020-01-271-1/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make OptionButton itself take into account the arrow margin instead of relyin...Michael Alexsander2019-12-281-2/+12
* Fixes OptionButton Not Updating if Current Selection Already SelectedEmmanuel Barroga2019-09-051-0/+6
* Remove useless variable and line in OptionButtonNilsIrl2019-07-291-1/+0
* Change if to switch in OptionButtonNilsIrl2019-07-291-30/+33
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Connect OptionButton selection to menu's "index_pressed" signalJames Buck2019-06-091-19/+2
* Improvements to incremental searchTomasz Chabora2019-05-311-0/+1
* Change "ID" to lowercase "id"Aaron Franke2019-05-091-8/+8
* Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias2019-04-291-3/+3