Age | Commit message (Expand) | Author |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-05-28 | Reset buttons_visible to false while tabs is empty in TabBar::_update_cache | Rindbee |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-03-26 | Merge pull request #59336 from YeldhamDev/where_we_dropping_boys | Rémi Verschelde |
2022-03-21 | Add visual marker when dragging and dropping tabs | Michael Alexsander |
2022-03-19 | Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int` | Michael Alexsander |
2022-03-09 | Replace `TabBar`'s `min_width` with `max_tab_width` and expose it | Michael Alexsander |
2022-03-06 | Fix regressions with nameless and icon-only tabs | Michael Alexsander |
2022-03-05 | Change tabs_rearrange_group to property | kobewi |
2022-03-03 | Make `TabContainer` use `TabBar` internally | Michael Alexsander |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-14 | Fix crash when removing tabs from `TabBar` | Michael Alexsander |
2022-02-08 | Fix `TabBar._update_hover` crash | Paweł Fertyk |
2022-01-31 | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander |
2022-01-12 | Improve looks and consistency of tabs | Michael Alexsander |
2022-01-12 | Fix several issues in ´TabBar´ | Michael Alexsander |
2022-01-07 | Fix missing arg name in bindings for GDExtension API | Rémi Verschelde |
2022-01-05 | Inspector property array for `TabBar` | rafallus |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-06 | Rename minimum_size_changed() method | kobewi |
2021-11-29 | Prevent hidden tab close buttons from intercepting input [4.0] | ator-dev |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-28 | Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed` | Michael Alexsander |
2021-10-27 | Fix uninteractable singular tab in `TabBar` | Michael Alexsander |
2021-10-20 | Fix Tabs crash where it still tries to detect the clicked tab even if there a... | Robin Arys |
2021-10-19 | Rename `Tabs` to `TabBar` | Michael Alexsander |