summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
2018-11-05Fix creating a visual script virtual function after minimizing crashes #23536K. S. Ernest (iFire) Lee
2018-10-13[Docs] Fixed 'get_button_count's link and a typo related to 'button'.M. Huri
2018-10-07Fix crash in Tree when moving using JoypadFabio Alessandrelli
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix
2018-09-20Merge pull request #22198 from DualMatrix/input_was_eatenRémi Verschelde
2018-09-20Fixed ctrl+up/down shortcut no longer working in scene treeDualMatrix
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-08-31Make "Search Classes" dialog have relationship lines if the setting is enabledMichael Alexsander Silva Dias
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-13fixed a branch on uninitialised data in gui/treeIbrahn Sahir
2018-04-11Use internal physics processing for Nodes' internal logicRémi Verschelde
2018-03-16Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-23Tree now uses UI actions instead of keysFabio Alessandrelli
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-06Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde
2018-01-04Tree: only draw visible relationship linesBernhard Liebl
2018-01-03found via cppcheck:firefly2442
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-29Fix TreeItem cell text alignmentyanorax
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-18Add functionality to insert tree item.Ray Koopa
2017-12-15Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff
2017-11-26Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-17Allow exporting enums from GDScriptBojidar Marinov
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-10-24Fix margin with tree drawingJakob Sinclair
2017-10-11Stop move_to_bottom losing references to treeitemsMillionOstrich
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-28Several visual improvements.Daniel J. Ramirez
2017-09-25Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde
2017-09-24Goto to parent on left arrow in tree with single columnPaulb23
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-16Added Left / Right arrow navigation in tree, issue 10737Paulb23
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Merge pull request #10995 from GodotExplorer/pr-treeRémi Verschelde