aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde2017-01-021-1/+10
|\ \
| * | Show visual notice for visibility on Scene Dockvolzhs2016-12-281-1/+10
| |/
* / Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Clarify a NULL comparisoneska2016-11-131-1/+1
* Fix to focus or rename node by double clickvolzhs2016-11-011-30/+4
* Merge pull request #6553 from pkowal1982/treecheckboxRémi Verschelde2016-10-091-9/+4
|\
| * Use full width of TreeItem::Cell to change value in CELL_MODE_CHECKPawel Kowal2016-09-191-9/+4
* | Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-09-171-0/+31
|/
* More visual script improvementsJuan Linietsky2016-08-301-1/+27
* Merge pull request #6220 from volzhs/issue-5789Rémi Verschelde2016-08-291-12/+13
|\
| * Make LineEdit not to cover whole line when rename nodevolzhs2016-08-231-12/+13
* | Merge pull request #5956 from djrm/tree_behaviorRémi Verschelde2016-08-291-3/+35
|\ \
| * | Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez2016-08-271-3/+35
| |/
* / Show last added action on Input Map and implement InputEvent "=="volzhs2016-08-281-1/+1
|/
* Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-261-4/+4
* TreeItem.set_button exposed.Ovnuniarchos2016-07-161-0/+1
* Fix tree drawing the pressed stylebox in all buttons in the columnFranklin Sobrinho2016-07-101-1/+1
* Changed tree so shift-selection skips folded children, closes #5515Juan Linietsky2016-07-091-4/+4
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-15/+0
* Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho2016-07-041-1/+1
* Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-06-301-1/+6
* Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis2016-06-151-2/+15
* fix how some display values are shown, fixes #4953Juan Linietsky2016-06-111-1/+2
* Contextualized Scene Tree menuJuan Linietsky2016-05-161-2/+7
* Experimental Right Mouse Button menu for SceneTreeJuan Linietsky2016-05-151-5/+40
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-2/+15
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-0/+2
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-13/+240
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-1/+1
* Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia2016-05-011-6/+20
* Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen2016-03-171-1/+9
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-0/+7
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* -Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky2016-02-021-4/+22
* Fix Tree Slider disappearing when clicking on itFranklin Sobrinho2016-01-271-0/+2
* Fix wrong position of LineEdit in Scene editorFranklin Sobrinho2016-01-261-1/+1
* -Added a "modal_close" signal for controlsJuan Linietsky2016-01-231-0/+16
* Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky2016-01-231-25/+0
* Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde2016-01-211-0/+25
|\
| * Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho2016-01-211-0/+25
* | Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry2016-01-211-6/+6
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -fix range limit issue in Particles2D, closes #2411Juan Linietsky2015-12-311-2/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-5/+5
* Fix editing TreeItem cells in range modeeska2015-12-101-11/+3
* Spinbox: increase/decrease with mouse heldneikeq2015-12-101-1/+61
* Merge pull request #2735 from TheHX/fix_tree_checkboxJuan Linietsky2015-11-181-2/+5
|\
| * Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho2015-11-051-2/+5
* | -better integration of ndee's themeJuan Linietsky2015-11-131-4/+24
|/
* Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-301-1/+1
|\