index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tab_container.cpp
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-22
Fix various problems with tab-related icons
Michael Alexsander Silva Dias
2019-08-30
Merge pull request #25353 from azagaya/master
Rémi Verschelde
2019-08-30
Make tab containers in editor, project settings, and export dialog, to use hi...
azagaya
2019-07-29
Translate TabContainer titles, when inherited from node name
Florian Kothmeier
2019-05-06
Fix 'TabContainer' not updating its tab titles when locale is changed
Michael Alexsander Silva Dias
2019-05-03
Make 'TabContainer' update when icon/title is changed
Michael Alexsander Silva Dias
2019-04-29
Make buttons that trigger popups have the same scale
Michael Alexsander Silva Dias
2019-04-08
Add ability to edit editor feature profiles
Juan Linietsky
2019-01-24
Updates containers minimum size when some constants are modified
groud
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-05
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Max Hilbrunner
2018-06-13
Fix "find and replace" initializing with wrong size
Guilherme Felipe
2018-06-12
Fix TabContainer not showing tabs on left when resizing.
Guilherme Felipe
2018-04-08
Drag to rearrange Tabs and TabContainer
ianb96
2018-02-20
Keep to show current script when closing all docs
volzhs
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-11
Fix Index p_current=0 error at starting editor
volzhs
2017-10-30
Fix crash when click an empty tabs container
sanikoyes
2017-10-14
tab container arrows don't work when a popup was set
santouits
2017-09-29
Vertical alignement (TabContainer menu button)
toger5
2017-09-22
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-17
Merge pull request #10900 from toger5/theme_tab_border
Rémi Verschelde
2017-09-15
Added border for tabs + container.
toger5
2017-09-13
Fix enums bindings
Maxim Sheronov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-18
Rename localization method to `tr` again
Rémi Verschelde
2017-08-17
Rename `XL_MESSAGE` aka `tr` to `localize`
Rémi Verschelde
2017-08-16
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-03
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-03
Revert "Add new editor and default theme (WIP)"
volzhs
2017-04-27
Add new editor and default theme (WIP)
Daniel J. Ramirez
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
- `tab_changed` signal emits only by selecting a different tab.
Thaer Razeq
2017-02-27
Add disabled tabs
Ray Koopa
2017-02-27
Fix several drawing and logic issues in TabContainer
Ray Koopa
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-13
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-08
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
[next]