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
/
doc
/
classes
/
TabContainer.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document MDSF font outlines may require `msdf_pixel_range` adjustments
Hugo Locurcio
2022-12-19
1
-0
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Add background to TabContainer's tabbar and editor docks
Yuri Sizov
2022-08-29
1
-0
/
+3
*
[doc] Use "param" instead of "code" to refer to parameters
Andy Maloney
2022-08-11
1
-13
/
+13
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-22
/
+22
*
Link to Container tutorial
Chris verBurg
2022-04-28
1
-0
/
+1
*
Add action map editor for OpenXR
Bastiaan Olij
2022-04-04
1
-0
/
+21
*
Add visual marker when dragging and dropping tabs
Michael Alexsander
2022-03-21
1
-0
/
+6
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+1
*
Fix regressions with nameless and icon-only tabs
Michael Alexsander
2022-03-06
1
-1
/
+1
*
Change tabs_rearrange_group to property
kobewi
2022-03-05
1
-13
/
+4
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-26
/
+30
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Improve the default project theme
Hugo Locurcio
2022-01-19
1
-3
/
+3
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-8
/
+4
*
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-18
/
+18
*
Clarify usage of TabContainer
zacryol
2021-11-29
1
-1
/
+2
*
Add warnings to methods that give access to internal nodes
Yuri Sizov
2021-10-10
1
-0
/
+1
*
Expose `TabContainer`'s tab hidding for scripts
Michael Alexsander
2021-09-24
1
-6
/
+18
*
Bind TabContainer::get_tab_idx_at_point() to ClassDB
nobuyuki_nyuu
2021-08-29
1
-0
/
+7
*
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-04
1
-19
/
+19
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-56
/
+28
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-4
/
+4
*
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-14
1
-0
/
+6
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-28
1
-3
/
+3
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-9
/
+9
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-04
1
-3
/
+3
*
Add option to draw all tabs in front
volzhs
2020-12-10
1
-0
/
+3
*
[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...
bruvzg
2020-11-26
1
-0
/
+3
*
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')
Dominik 'dreamsComeTrue' Jasiński
2020-05-21
1
-2
/
+2
*
Fix incorrect TabContainer documentation for 'get_tab_control()'
Michael Alexsander
2020-03-14
1
-2
/
+2
*
Add LOTS of missing docs
Tomasz Chabora
2020-03-13
1
-0
/
+16
*
Remove unused theme constants in Tab(Container)
Michael Alexsander
2020-02-22
1
-6
/
+0
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-12
1
-9
/
+9
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
Document TabContainer's "use_hidden_tabs_for_min_size"
Michael Alexsander
2020-01-03
1
-0
/
+1
*
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-06
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-0
/
+2
*
TreeItem: Rename new button disable method to set_button_disabled
Rémi Verschelde
2019-07-09
1
-2
/
+2
*
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
1
-1
/
+1
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-12
/
+12
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-3
/
+4
*
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
|
*
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-17
1
-1
/
+1
*
|
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
|
/
*
Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...
Rémi Verschelde
2019-04-05
1
-5
/
+5
|
\
|
*
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Ignacio Etcheverry
2019-03-29
1
-5
/
+5
*
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
1
-1
/
+1
|
/
*
Expose OS::get_current_video_driver to scripting languages
Rémi Verschelde
2019-02-16
1
-0
/
+2
[next]