index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tab_container.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problems with `tab_changed` signal when removing multiple tabs at once
Michael Alexsander
2022-10-27
1
-4
/
+4
*
Make the inner TabBar in a TabContainer behave as if it were in a Container
Rindbee
2022-09-18
1
-2
/
+2
*
Fix minimum size calculation for TabContainer
Rindbee
2022-09-18
1
-5
/
+6
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-52
/
+80
*
Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bg
Rémi Verschelde
2022-08-30
1
-0
/
+4
|
\
|
*
Add background to TabContainer's tabbar and editor docks
Yuri Sizov
2022-08-29
1
-0
/
+4
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-11
/
+11
|
/
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-1
/
+29
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Fix getting outdated tab controls
Rindbee
2022-07-18
1
-2
/
+7
*
repaint tab container when changing tab visibility
Nathan Franke
2022-06-23
1
-0
/
+1
*
Cleanup metadata usage
kobewi
2022-05-06
1
-7
/
+3
*
Fix font_size not working in TabContainer
Rindbee
2022-04-25
1
-1
/
+1
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
*
Add action map editor for OpenXR
Bastiaan Olij
2022-04-04
1
-0
/
+19
*
Small fixes for `TabContainer`
Michael Alexsander
2022-03-31
1
-1
/
+7
*
Add visual marker when dragging and dropping tabs
Michael Alexsander
2022-03-21
1
-9
/
+40
*
Merge pull request #58850 from YeldhamDev/more_tab_regressions
Rémi Verschelde
2022-03-08
1
-3
/
+2
|
\
|
*
Fix regressions with nameless and icon-only tabs
Michael Alexsander
2022-03-06
1
-3
/
+2
*
|
Fix crash with all_tabs_in_front
Paweł Fertyk
2022-03-08
1
-1
/
+1
|
/
*
Change tabs_rearrange_group to property
kobewi
2022-03-05
1
-3
/
+8
*
Fix renaming `TabContainer` children not updating tab names when outside the ...
Michael Alexsander
2022-03-04
1
-5
/
+31
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-724
/
+334
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-1
/
+2
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-0
/
+8
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-1
/
+1
*
Merge pull request #56206 from KoBeWi/random_call_deferred_to_the_rescue_once...
Rémi Verschelde
2022-01-05
1
-19
/
+6
|
\
|
*
Fix TabContainer not setting layout immediately
kobewi
2021-12-23
1
-19
/
+6
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-15
/
+15
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-2
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Merge pull request #53049 from AnilBK/dont-construct-2
Rémi Verschelde
2021-09-25
1
-2
/
+2
|
\
|
*
Construct values only when necessary.
Anilforextra
2021-09-25
1
-2
/
+2
*
|
Expose `TabContainer`'s tab hidding for scripts
Michael Alexsander
2021-09-24
1
-0
/
+2
|
/
*
Removed unused Ref<Font> font variables
Matthew Newall
2021-09-09
1
-2
/
+0
*
Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40
Gilles Roudière
2021-09-07
1
-0
/
+1
|
\
|
*
Bind TabContainer::get_tab_idx_at_point() to ClassDB
nobuyuki_nyuu
2021-08-29
1
-0
/
+1
*
|
TabContainer Fix drawing current tab when it's disabled
kleonc
2021-09-01
1
-8
/
+9
*
|
Add support for internal nodes
kobewi
2021-08-28
1
-1
/
+1
|
/
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+1
*
TabContainer: Fix error on removing top-level Control child, Remove _get_tab ...
kleonc
2021-08-04
1
-38
/
+31
*
TabContainer Fix moving dropped tab at incorrect child index
kleonc
2021-08-02
1
-2
/
+2
*
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-29
1
-3
/
+4
*
Optimize StringName usage
reduz
2021-07-18
1
-60
/
+60
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Fixed bug in tab_container with hidden tabs
besh81
2021-05-07
1
-0
/
+1
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-1
/
+1
[next]