summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated getters and setters names for toplevelDuroxxigar2020-10-021-1/+1
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-2/+2
* Handle gone TabContainer popup nicelyPedro J. Estébanez2020-06-241-3/+20
* Fix TabContainer emitting spurious tab_selected signals when a theme is changedLisandro Lorea2020-06-131-20/+25
* Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')Dominik 'dreamsComeTrue' Jasiński2020-05-211-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-58/+103
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-56/+0
* Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fixRémi Verschelde2020-04-161-1/+1
|\
| * Fix incorrect TabContainer documentation for 'get_tab_control()'Michael Alexsander2020-03-141-1/+1
* | Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-49/+49
|/
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+3
* Signals: tab_changed now is emitted when it's on scene treeMateo Dev .592020-02-271-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Texture refactorJuan Linietsky2020-02-111-26/+26
* Fix tab container too large when tabs are hiddennathanwfranke2020-01-301-6/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix various problems with tab-related iconsMichael Alexsander Silva Dias2019-09-221-12/+100
* Merge pull request #25353 from azagaya/masterRémi Verschelde2019-08-301-1/+13
|\
| * Make tab containers in editor, project settings, and export dialog, to use hi...azagaya2019-08-301-1/+13
* | Translate TabContainer titles, when inherited from node nameFlorian Kothmeier2019-07-291-1/+1
* | Fix 'TabContainer' not updating its tab titles when locale is changedMichael Alexsander Silva Dias2019-05-061-1/+5
* | Make 'TabContainer' update when icon/title is changedMichael Alexsander Silva Dias2019-05-031-0/+2
* | Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias2019-04-291-2/+3
* | Add ability to edit editor feature profilesJuan Linietsky2019-04-081-1/+43
|/
* Updates containers minimum size when some constants are modifiedgroud2019-01-241-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner2018-07-051-2/+2
|\
| * Fix "find and replace" initializing with wrong sizeGuilherme Felipe2018-06-131-2/+2
* | Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe2018-06-121-0/+40
|/
* Drag to rearrange Tabs and TabContainerianb962018-04-081-0/+161
* Keep to show current script when closing all docsvolzhs2018-02-201-9/+13
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix Index p_current=0 error at starting editorvolzhs2017-12-111-3/+8
* Fix crash when click an empty tabs containersanikoyes2017-10-301-0/+7
* tab container arrows don't work when a popup was setsantouits2017-10-141-2/+7
* Vertical alignement (TabContainer menu button)toger52017-09-291-2/+2
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-2/+2
* Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde2017-09-171-3/+3
|\
| * Added border for tabs + container.toger52017-09-151-3/+3
* | Fix enums bindingsMaxim Sheronov2017-09-131-0/+4
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+5
* Rename localization method to `tr` againRémi Verschelde2017-08-181-2/+2
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-2/+2
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-4/+8