summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_container.h
Commit message (Expand)AuthorAgeFilesLines
* Allow setting icon max width for TabContainerHaoyu Qiu2024-04-261-0/+3
* Add tab tooltip textMansur Isaev2024-04-231-0/+3
* Fix `TabContainer` desync when tabs share namesMichael Alexsander2024-04-091-0/+1
* Allow tab deselectionkit2024-01-291-1/+7
* TabContainer bottom positionkit2024-01-061-1/+15
* TabBar save current tabkit2023-10-261-0/+1
* Fix TabContainer drag to rearrangekit2023-10-251-0/+1
* Fix tab dragging issueskit2023-10-221-1/+5
* Merge pull request #79104 from DrRevert/focusable_tabs_refactorRémi Verschelde2023-09-251-0/+7
|\
| * Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+7
* | Merge pull request #80227 from raulsntos/get_tab_barRémi Verschelde2023-09-241-0/+2
|\ \ | |/ |/|
| * Expose the `TabBar` of a `TabContainer`Raul Santos2023-09-221-0/+2
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-1/+0
* | Fix TabContainer's font_hovered_color theme propertyYogendra Manawat2023-08-301-0/+1
|/
* Merge pull request #76374 from OverloadedOrama/more-tab-container-signalsRémi Verschelde2023-04-241-0/+2
|\
| * Add more signals to `TabContainer` that `TabBar` already hasEmmanouil Papadeas2023-04-231-0/+2
* | Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+1
|\ \ | |/ |/|
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+1
* | Add Tab MetadataShadyChibinko2023-04-111-0/+3
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+1
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-2/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix problems with `tab_changed` signal when removing multiple tabs at onceMichael Alexsander2022-10-271-1/+1
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+35
* Fix getting outdated tab controlsRindbee2022-07-181-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Add action map editor for OpenXRBastiaan Olij2022-04-041-0/+4
* Fix renaming `TabContainer` children not updating tab names when outside the ...Michael Alexsander2022-03-041-1/+1
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-37/+21
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-8/+8
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* TabContainer: Fix error on removing top-level Control child, Remove _get_tab ...kleonc2021-08-041-1/+0
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-14/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refresh TextLine buffer when moving tabgongpha2020-12-131-0/+2
* Add option to draw all tabs in frontvolzhs2020-12-101-0/+4
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+4
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Put unselected tabs back in TabContainer controlvolzhs2020-10-131-0/+1
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
* Handle gone TabContainer popup nicelyPedro J. Estébanez2020-06-241-1/+1
* Fix TabContainer emitting spurious tab_selected signals when a theme is changedLisandro Lorea2020-06-131-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fix tab container too large when tabs are hiddennathanwfranke2020-01-301-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix various problems with tab-related iconsMichael Alexsander Silva Dias2019-09-221-1/+3
* Merge pull request #25353 from azagaya/masterRémi Verschelde2019-08-301-0/+3
|\