index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use internal physics processing for Nodes' internal logic
Rémi Verschelde
2018-04-11
1
-8
/
+8
*
Merge pull request #16947 from Faless/ui_actions
Fabio Alessandrelli
2018-03-16
1
-260
/
+256
|
\
|
*
Tree now uses UI actions instead of keys
Fabio Alessandrelli
2018-02-23
1
-260
/
+256
*
|
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-02-28
1
-0
/
+2
|
/
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-2
/
+2
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-35
/
+35
*
Fixes hangs with Tree in multi selection mode (issue 15588)
Bernhard Liebl
2018-01-13
1
-0
/
+3
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+24
*
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
Bernhard Liebl
2018-01-06
1
-0
/
+5
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15314 from poke1024/tree-rlines
Rémi Verschelde
2018-01-04
1
-7
/
+23
|
\
|
*
Tree: only draw visible relationship lines
Bernhard Liebl
2018-01-04
1
-7
/
+23
*
|
found via cppcheck:
firefly2442
2018-01-03
1
-2
/
+0
|
/
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix TreeItem cell text alignment
yanorax
2017-12-29
1
-2
/
+2
*
Removed the InputEvent ID field, which was unused and can cause bugs.
Juan Linietsky
2017-12-26
1
-3
/
+3
*
Add functionality to insert tree item.
Ray Koopa
2017-12-18
1
-19
/
+27
*
Fix thin lines in editor gui on hidpi (issue 14691)
Bernhard Liebl
2017-12-15
1
-2
/
+12
*
Some improvements to file/dir open/save dialogs:
Dmitry Koteroff
2017-11-27
1
-3
/
+24
*
Scene Tree Dock: added ability to deselect items when clicking on empty space
Dmitry Koteroff
2017-11-26
1
-0
/
+4
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+6
*
Allow exporting enums from GDScript
Bojidar Marinov
2017-11-17
1
-6
/
+26
*
In Create New Node, always select and show best (shortest) match
Bernhard Liebl
2017-11-04
1
-0
/
+20
*
Fix margin with tree drawing
Jakob Sinclair
2017-10-24
1
-1
/
+1
*
Stop move_to_bottom losing references to treeitems
MillionOstrich
2017-10-11
1
-7
/
+10
*
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-10-02
1
-11
/
+11
|
\
|
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-11
/
+11
*
|
Several visual improvements.
Daniel J. Ramirez
2017-09-28
1
-0
/
+1
|
/
*
Merge pull request #11541 from Paulb23/tree_arrow_goto_parent
Rémi Verschelde
2017-09-25
1
-2
/
+10
|
\
|
*
Goto to parent on left arrow in tree with single column
Paulb23
2017-09-24
1
-2
/
+10
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-15
/
+15
|
/
*
Added Left / Right arrow navigation in tree, issue 10737
Paulb23
2017-09-16
1
-29
/
+70
*
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
1
-0
/
+4
|
\
|
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+4
*
|
Merge pull request #10995 from GodotExplorer/pr-tree
Rémi Verschelde
2017-09-13
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Add custom minumus height to TreeItem
Geequlim
2017-09-05
1
-0
/
+17
*
|
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
1
-1
/
+1
|
\
\
|
*
|
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+1
|
|
/
*
/
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+1
|
/
*
LineEdit in Tree is aligned vertical center
volzhs
2017-09-03
1
-2
/
+4
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-31
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
\
|
*
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-26
1
-1
/
+1
*
|
Tree: fix RMB click collapses next item
Poommetee Ketson
2017-08-26
1
-11
/
+13
|
/
*
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-22
1
-1
/
+0
|
\
|
*
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-1
/
+0
*
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-12
/
+12
|
/
*
-Volume sliders, mute, solo and fx bypass are functional, closes #9021
Juan Linietsky
2017-08-18
1
-16
/
+16
*
Merge pull request #10247 from djrm/pr_bus_fixes
Rémi Verschelde
2017-08-11
1
-1
/
+1
|
\
[next]