| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add optional constructor arguments to more Control nodes | Hugo Locurcio | 2022-03-04 | 1 | -1/+2 |
| * | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -0/+2 |
| * | Merge pull request #57692 from YeldhamDev/popping_options | Rémi Verschelde | 2022-02-08 | 1 | -13/+31 |
| |\ |
|
| | * | Enhancements and fixes for `OptionButton` and `PopupMenu` | Michael Alexsander | 2022-02-06 | 1 | -13/+31 |
| * | | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout d... | Michael Alexsander | 2022-02-06 | 1 | -1/+4 |
| |/ |
|
| * | Merge pull request #56992 from YeldhamDev/smarter_popmenu_focus | Rémi Verschelde | 2022-02-03 | 1 | -1/+8 |
| |\ |
|
| | * | Make popup menus focus items automatically when not using the mouse | Michael Alexsander | 2022-01-25 | 1 | -1/+8 |
| * | | Make various improvements to OptionButton | eikobear | 2022-01-28 | 1 | -18/+30 |
| |/ |
|
| * | OptionButton::pressed(): give focus to selected | Ricardo Buring | 2022-01-15 | 1 | -0/+1 |
| * | Fix missing arg name in bindings for GDExtension API | Rémi Verschelde | 2022-01-07 | 1 | -1/+2 |
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| * | Implement property array for OptionButton | kobewi | 2021-12-21 | 1 | -38/+67 |
| * | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
| * | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 1 | -1/+1 |
| * | Add focus font color to Button and derivatives | Yuri Sizov | 2021-10-26 | 1 | -1/+5 |
| * | Merge pull request #49376 from menip/OptionButtonFix | Rémi Verschelde | 2021-09-17 | 1 | -1/+1 |
| |\ |
|
| | * | Make Color Picker, Menu Button, Option Button consider camera position scale ... | menip | 2021-08-30 | 1 | -1/+1 |
| * | | Add support for internal nodes | kobewi | 2021-08-28 | 1 | -1/+1 |
| |/ |
|
| * | Optimize StringName usage | reduz | 2021-07-18 | 1 | -22/+22 |
| * | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+0 |
| * | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -3/+3 |
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -6/+6 |
| * | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -5/+24 |
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| * | Allow searching with keyboard input by default in PopupMenu | Hugo Locurcio | 2020-05-17 | 1 | -3/+0 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -11/+22 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+5 |