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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tree.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Fixes to buses editor
Daniel J. Ramirez
2017-08-10
1
-1
/
+1
*
|
Merge pull request #10238 from Hinsbart/resource_rmb
Rémi Verschelde
2017-08-11
1
-4
/
+9
|
\
\
|
*
|
Inspector: Right click on resource opens sub-menu.
Andreas Haas
2017-08-10
1
-4
/
+9
|
|
/
*
/
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-18
/
+18
|
/
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-1
/
+1
*
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
1
-4
/
+4
*
Tree: fix index error with expanded column
Poommetee Ketson
2017-08-02
1
-1
/
+0
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-15
/
+29
*
Lots of work on Audio & Physics engine:
Juan Linietsky
2017-07-15
1
-0
/
+8
*
tree fix drawing order for header +
toger5
2017-06-25
1
-16
/
+20
*
-Added folding to property editor, persistent on objects it edits
Juan Linietsky
2017-06-25
1
-12
/
+107
*
Fix build error
Poommetee Ketson
2017-06-05
1
-1
/
+1
*
Merge pull request #9038 from AlexHolly/rect2-rename-pos
Rémi Verschelde
2017-06-05
1
-34
/
+34
|
\
|
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-34
/
+34
*
|
Removed stupid right arrow to edit resource. Now simply click it..
Juan Linietsky
2017-06-04
1
-7
/
+67
|
/
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-7
/
+7
*
-Fix the "set_val" call deferred, it was the only one.. closes #8742
Juan Linietsky
2017-05-23
1
-1
/
+1
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-396
/
+395
*
Add column_title_pressed signal to Tree node
yanorax
2017-05-18
1
-0
/
+21
[next]