summaryrefslogtreecommitdiff
path: root/scene/gui/tab_bar.h
AgeCommit message (Collapse)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
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".
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-03-21Add visual marker when dragging and dropping tabsMichael Alexsander
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-09Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-01-31Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander
2022-01-12Improve looks and consistency of tabsMichael Alexsander
2022-01-05Inspector property array for `TabBar`rafallus
2022-01-03Update copyright statements to 2022Rémi Verschelde
Happy new year to the wonderful Godot community!
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander