summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-5/+5
* Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde2018-09-271-1/+1
* Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix2018-09-231-33/+7
* Merge pull request #22198 from DualMatrix/input_was_eatenRémi Verschelde2018-09-201-2/+2
|\
| * Fixed ctrl+up/down shortcut no longer working in scene treeDualMatrix2018-09-201-2/+2
* | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \ | |/ |/|
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
|/
* Improve ClassDB information for some some signal parametersKelly Thomas2018-09-011-3/+3
* Make "Search Classes" dialog have relationship lines if the setting is enabledMichael Alexsander Silva Dias2018-08-311-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-54/+54
* fixed a branch on uninitialised data in gui/treeIbrahn Sahir2018-07-131-5/+14
* 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-261/+257
|\
| * Tree now uses UI actions instead of keysFabio Alessandrelli2018-02-231-261/+257
* | 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
| |/