Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TabBar initialization issue and add tests | kit | 2024-09-20 | 1 | -1/+3 |
| | |||||
* | Automatically use property count in PropertyListHelper | kobewi | 2024-05-25 | 1 | -1/+1 |
| | |||||
* | Add tab tooltip text | Mansur Isaev | 2024-04-23 | 1 | -0/+7 |
| | |||||
* | Add PropertyListHelper in all simple cases | kobewi | 2024-04-11 | 1 | -3/+11 |
| | |||||
* | Tweak property order in the inspector for TabBar | jsjtxietian | 2024-02-18 | 1 | -0/+3 |
| | |||||
* | Allow tab deselection | kit | 2024-01-29 | 1 | -2/+7 |
| | |||||
* | TabContainer bottom position | kit | 2024-01-06 | 1 | -0/+3 |
| | |||||
* | Fix tab dragging issues | kit | 2023-10-22 | 1 | -1/+5 |
| | |||||
* | Make hovered tabs be drawn with the unselected's width at minimum | Michael Alexsander | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | Allow to focus individual tabs in TabBar/TabContainer | Arkadiusz Marcin Kołek | 2023-09-17 | 1 | -1/+9 |
| | |||||
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #74632 from davthedev/tabs-hover | Rémi Verschelde | 2023-04-24 | 1 | -0/+2 |
|\ | | | | | | | Add theming support for hovered tabs | ||||
| * | Add theming support for hovered tabs | David Giardi | 2023-04-19 | 1 | -0/+2 |
| | | | | | | | | Tabs can now be styled differently when hovered by the mouse pointer. | ||||
* | | Add Tab Metadata | ShadyChibinko | 2023-04-11 | 1 | -0/+4 |
|/ | |||||
* | Make icons of scripted and custom classes fit the editor UI | Yuri Sizov | 2023-03-31 | 1 | -0/+7 |
| | | | | | | | | | | | Also: - Add an option to limit the icon size in PopupMenu. This is similar to how this works in Tree and TreeItem. - Add the same option to TabBar. - Add a theme constant for Tree, PopupMenu, Button, and TabBar to apply this limit on the control level. Co-authored-by: Daylily-Zeleen <daylily-zeleen@foxmail.com> | ||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -0/+29 |
| | |||||
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -5/+0 |
| | |||||
* | Add visual marker when dragging and dropping tabs | Michael Alexsander | 2022-03-21 | 1 | -0/+1 |
| | |||||
* | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | Replace `TabBar`'s `min_width` with `max_tab_width` and expose it | Michael Alexsander | 2022-03-09 | 1 | -2/+4 |
| | |||||
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -2/+3 |
| | |||||
* | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander | 2022-01-31 | 1 | -5/+11 |
| | |||||
* | Improve looks and consistency of tabs | Michael Alexsander | 2022-01-12 | 1 | -0/+1 |
| | |||||
* | Inspector property array for `TabBar` | rafallus | 2022-01-05 | 1 | -1/+10 |
| | |||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -9/+9 |
| | |||||
* | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -1/+0 |
| | |||||
* | Rename `Tabs` to `TabBar` | Michael Alexsander | 2021-10-19 | 1 | -0/+196 |