aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-111-8/+8
* Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-161-260/+256
|\
| * Tree now uses UI actions instead of keysFabio Alessandrelli2018-02-231-260/+256
* | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-0/+2
|/
* Clean up some bad words from code commentsArtem Varaksa2018-02-171-2/+2
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-35/+35
* Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl2018-01-131-0/+3
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+24
* Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl2018-01-061-0/+5
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde2018-01-041-7/+23
|\
| * Tree: only draw visible relationship linesBernhard Liebl2018-01-041-7/+23
* | found via cppcheck:firefly24422018-01-031-2/+0
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix TreeItem cell text alignmentyanorax2017-12-291-2/+2
* Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-261-3/+3
* Add functionality to insert tree item.Ray Koopa2017-12-181-19/+27
* Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl2017-12-151-2/+12
* Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-271-3/+24
* Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff2017-11-261-0/+4
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+6
* Allow exporting enums from GDScriptBojidar Marinov2017-11-171-6/+26
* In Create New Node, always select and show best (shortest) matchBernhard Liebl2017-11-041-0/+20
* Fix margin with tree drawingJakob Sinclair2017-10-241-1/+1
* Stop move_to_bottom losing references to treeitemsMillionOstrich2017-10-111-7/+10
* Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-021-11/+11
|\
| * Renamed fixed_process to physics_processAndreaCatania2017-09-301-11/+11
* | Several visual improvements.Daniel J. Ramirez2017-09-281-0/+1
|/
* Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde2017-09-251-2/+10
|\
| * Goto to parent on left arrow in tree with single columnPaulb232017-09-241-2/+10
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-15/+15
|/
* Added Left / Right arrow navigation in tree, issue 10737Paulb232017-09-161-29/+70
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+4
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+4
* | Merge pull request #10995 from GodotExplorer/pr-treeRémi Verschelde2017-09-131-0/+17
|\ \ | |/ |/|
| * Add custom minumus height to TreeItemGeequlim2017-09-051-0/+17
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-1/+1
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+1
| |/
* / Fix various assorted warningsHein-Pieter van Braam2017-09-081-1/+1
|/
* LineEdit in Tree is aligned vertical centervolzhs2017-09-031-2/+4
* Dead code tells no talesRémi Verschelde2017-08-271-31/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde2017-08-271-1/+1
|\
| * Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-1/+1
* | Tree: fix RMB click collapses next itemPoommetee Ketson2017-08-261-11/+13
|/
* Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-1/+0
|\
| * Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-1/+0
* | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-12/+12
|/
* -Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky2017-08-181-16/+16
* Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde2017-08-111-1/+1
|\