summaryrefslogtreecommitdiff
path: root/scene/gui/tab_container.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-22Fix various problems with tab-related iconsMichael Alexsander Silva Dias
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
2019-08-30Make tab containers in editor, project settings, and export dialog, to use hi...azagaya
2019-07-29Translate TabContainer titles, when inherited from node nameFlorian Kothmeier
2019-05-06Fix 'TabContainer' not updating its tab titles when locale is changedMichael Alexsander Silva Dias
2019-05-03Make 'TabContainer' update when icon/title is changedMichael Alexsander Silva Dias
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-01-24Updates containers minimum size when some constants are modifiedgroud
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
2018-06-13Fix "find and replace" initializing with wrong sizeGuilherme Felipe
2018-06-12Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe
2018-04-08Drag to rearrange Tabs and TabContainerianb96
2018-02-20Keep to show current script when closing all docsvolzhs
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-11Fix Index p_current=0 error at starting editorvolzhs
2017-10-30Fix crash when click an empty tabs containersanikoyes
2017-10-14tab container arrows don't work when a popup was setsantouits
2017-09-29Vertical alignement (TabContainer menu button)toger5
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
2017-09-15Added border for tabs + container.toger5
2017-09-13Fix enums bindingsMaxim Sheronov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-18Rename localization method to `tr` againRémi Verschelde
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A 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-27Add disabled tabsRay Koopa
2017-02-27Fix several drawing and logic issues in TabContainerRay Koopa
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky