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
*
Updated getters and setters names for toplevel
Duroxxigar
2020-10-02
1
-1
/
+1
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-2
/
+2
*
Handle gone TabContainer popup nicely
Pedro J. Estébanez
2020-06-24
1
-3
/
+20
*
Fix TabContainer emitting spurious tab_selected signals when a theme is changed
Lisandro Lorea
2020-06-13
1
-20
/
+25
*
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')
Dominik 'dreamsComeTrue' Jasiński
2020-05-21
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-58
/
+103
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-56
/
+0
*
Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix
Rémi Verschelde
2020-04-16
1
-1
/
+1
|
\
|
*
Fix incorrect TabContainer documentation for 'get_tab_control()'
Michael Alexsander
2020-03-14
1
-1
/
+1
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
|
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-49
/
+49
|
/
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-5
/
+3
*
Signals: tab_changed now is emitted when it's on scene tree
Mateo Dev .59
2020-02-27
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
1
-26
/
+26
*
Fix tab container too large when tabs are hidden
nathanwfranke
2020-01-30
1
-6
/
+10
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix various problems with tab-related icons
Michael Alexsander Silva Dias
2019-09-22
1
-12
/
+100
*
Merge pull request #25353 from azagaya/master
Rémi Verschelde
2019-08-30
1
-1
/
+13
|
\
|
*
Make tab containers in editor, project settings, and export dialog, to use hi...
azagaya
2019-08-30
1
-1
/
+13
*
|
Translate TabContainer titles, when inherited from node name
Florian Kothmeier
2019-07-29
1
-1
/
+1
*
|
Fix 'TabContainer' not updating its tab titles when locale is changed
Michael Alexsander Silva Dias
2019-05-06
1
-1
/
+5
*
|
Make 'TabContainer' update when icon/title is changed
Michael Alexsander Silva Dias
2019-05-03
1
-0
/
+2
*
|
Make buttons that trigger popups have the same scale
Michael Alexsander Silva Dias
2019-04-29
1
-2
/
+3
*
|
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
1
-1
/
+43
|
/
*
Updates containers minimum size when some constants are modified
groud
2019-01-24
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Max Hilbrunner
2018-07-05
1
-2
/
+2
|
\
|
*
Fix "find and replace" initializing with wrong size
Guilherme Felipe
2018-06-13
1
-2
/
+2
*
|
Fix TabContainer not showing tabs on left when resizing.
Guilherme Felipe
2018-06-12
1
-0
/
+40
|
/
*
Drag to rearrange Tabs and TabContainer
ianb96
2018-04-08
1
-0
/
+161
*
Keep to show current script when closing all docs
volzhs
2018-02-20
1
-9
/
+13
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix Index p_current=0 error at starting editor
volzhs
2017-12-11
1
-3
/
+8
*
Fix crash when click an empty tabs container
sanikoyes
2017-10-30
1
-0
/
+7
*
tab container arrows don't work when a popup was set
santouits
2017-10-14
1
-2
/
+7
*
Vertical alignement (TabContainer menu button)
toger5
2017-09-29
1
-2
/
+2
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-2
/
+2
*
Merge pull request #10900 from toger5/theme_tab_border
Rémi Verschelde
2017-09-17
1
-3
/
+3
|
\
|
*
Added border for tabs + container.
toger5
2017-09-15
1
-3
/
+3
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+4
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+5
*
Rename localization method to `tr` again
Rémi Verschelde
2017-08-18
1
-2
/
+2
*
Rename `XL_MESSAGE` aka `tr` to `localize`
Rémi Verschelde
2017-08-17
1
-2
/
+2
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-2
/
+2
*
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-13
1
-4
/
+8
[next]