summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_bar.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix TabBar initialization issue and add testskit2024-09-201-1/+3
|
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
|
* Add tab tooltip textMansur Isaev2024-04-231-0/+7
|
* Add PropertyListHelper in all simple caseskobewi2024-04-111-3/+11
|
* Tweak property order in the inspector for TabBarjsjtxietian2024-02-181-0/+3
|
* Allow tab deselectionkit2024-01-291-2/+7
|
* TabContainer bottom positionkit2024-01-061-0/+3
|
* Fix tab dragging issueskit2023-10-221-1/+5
|
* Make hovered tabs be drawn with the unselected's width at minimumMichael Alexsander2023-09-261-1/+1
|
* Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-1/+9
|
* Register theme properties with ThemeDBYuri Sizov2023-09-111-1/+1
|
* Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+2
|\ | | | | | | Add theming support for hovered tabs
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+2
| | | | | | | | Tabs can now be styled differently when hovered by the mouse pointer.
* | Add Tab MetadataShadyChibinko2023-04-111-0/+4
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-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 allRémi Verschelde2023-01-051-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 ControlYuri Sizov2022-09-011-0/+29
|
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+0
|
* Add visual marker when dragging and dropping tabsMichael Alexsander2022-03-211-0/+1
|
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+1
|
* Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander2022-03-091-2/+4
|
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-2/+3
|
* Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander2022-01-311-5/+11
|
* Improve looks and consistency of tabsMichael Alexsander2022-01-121-0/+1
|
* Inspector property array for `TabBar`rafallus2022-01-051-1/+10
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-9/+9
|
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
|
* Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-0/+196