summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with `tab_changed` signal when removing multiple tabs at onceMichael Alexsander2022-10-271-4/+4
* Make the inner TabBar in a TabContainer behave as if it were in a ContainerRindbee2022-09-181-2/+2
* Fix minimum size calculation for TabContainerRindbee2022-09-181-5/+6
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-52/+80
* Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bgRémi Verschelde2022-08-301-0/+4
|\
| * Add background to TabContainer's tabbar and editor docksYuri Sizov2022-08-291-0/+4
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-11/+11
|/
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-1/+29
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Fix getting outdated tab controlsRindbee2022-07-181-2/+7
* repaint tab container when changing tab visibilityNathan Franke2022-06-231-0/+1
* Cleanup metadata usagekobewi2022-05-061-7/+3
* Fix font_size not working in TabContainerRindbee2022-04-251-1/+1
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Add action map editor for OpenXRBastiaan Olij2022-04-041-0/+19
* Small fixes for `TabContainer`Michael Alexsander2022-03-311-1/+7
* Add visual marker when dragging and dropping tabsMichael Alexsander2022-03-211-9/+40
* Merge pull request #58850 from YeldhamDev/more_tab_regressionsRémi Verschelde2022-03-081-3/+2
|\
| * Fix regressions with nameless and icon-only tabsMichael Alexsander2022-03-061-3/+2
* | Fix crash with all_tabs_in_frontPaweł Fertyk2022-03-081-1/+1
|/
* Change tabs_rearrange_group to propertykobewi2022-03-051-3/+8
* Fix renaming `TabContainer` children not updating tab names when outside the ...Michael Alexsander2022-03-041-5/+31
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-724/+334
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-1/+2
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+8
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-1/+1
* Merge pull request #56206 from KoBeWi/random_call_deferred_to_the_rescue_once...Rémi Verschelde2022-01-051-19/+6
|\
| * Fix TabContainer not setting layout immediatelykobewi2021-12-231-19/+6
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-15/+15
* Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Merge pull request #53049 from AnilBK/dont-construct-2Rémi Verschelde2021-09-251-2/+2
|\
| * Construct values only when necessary.Anilforextra2021-09-251-2/+2
* | Expose `TabContainer`'s tab hidding for scriptsMichael Alexsander2021-09-241-0/+2
|/
* Removed unused Ref<Font> font variablesMatthew Newall2021-09-091-2/+0
* Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40Gilles Roudière2021-09-071-0/+1
|\
| * Bind TabContainer::get_tab_idx_at_point() to ClassDBnobuyuki_nyuu2021-08-291-0/+1
* | TabContainer Fix drawing current tab when it's disabledkleonc2021-09-011-8/+9
* | Add support for internal nodeskobewi2021-08-281-1/+1
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1
* TabContainer: Fix error on removing top-level Control child, Remove _get_tab ...kleonc2021-08-041-38/+31
* TabContainer Fix moving dropped tab at incorrect child indexkleonc2021-08-021-2/+2
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-3/+4
* Optimize StringName usagereduz2021-07-181-60/+60
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Fixed bug in tab_container with hidden tabsbesh812021-05-071-0/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1