aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/tab_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-6/+6
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-4/+6
* Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-5/+4
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-4/+5
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-48/+27
* - `tab_changed` signal emits only by selecting a different tab.Thaer Razeq2017-03-051-5/+23
* Add disabled tabsRay Koopa2017-02-271-5/+36
* Fix several drawing and logic issues in TabContainerRay Koopa2017-02-271-426/+306
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-17/+17
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-17/+17
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+3
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-31/+0
* Merge pull request #5234 from Paulb23/fix_error_tab_printRémi Verschelde2016-06-191-2/+3
|\
| * Fixed error: set_current_tab print on project openPaulb232016-06-151-2/+3
* | TabContainer now reports proper minimum size, closes #4896Juan Linietsky2016-06-171-3/+6
|/
* Fix error tab index out of size print, issue 4997Paulb232016-06-061-1/+0
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-0/+5
* remove trailing whitespaceHubert Jarosz2016-03-091-2/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky2015-10-201-38/+51
* some editor window changesJuan Linietsky2015-06-131-15/+105
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1