summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
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
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-08Fix various assorted warningsHein-Pieter van Braam
2017-09-05Add custom minumus height to TreeItemGeequlim
2017-09-03LineEdit in Tree is aligned vertical centervolzhs
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-26Tree: fix RMB click collapses next itemPoommetee Ketson
2017-08-22Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky
2017-08-11Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde