summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
2017-01-02Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde
2017-01-02Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde
2017-01-02Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz
2017-01-02Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-28Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov
2016-12-28Show visual notice for visibility on Scene Dockvolzhs
2016-11-13Clarify a NULL comparisoneska
2016-11-01Fix to focus or rename node by double clickvolzhs
2016-10-09Merge pull request #6553 from pkowal1982/treecheckboxRémi Verschelde
2016-09-19Use full width of TreeItem::Cell to change value in CELL_MODE_CHECKPawel Kowal
2016-09-17Add scrolling to Tree control in Drag and Drop modePawel Kowal
2016-08-30More visual script improvementsJuan Linietsky
2016-08-29Merge pull request #6220 from volzhs/issue-5789Rémi Verschelde
2016-08-29Merge pull request #5956 from djrm/tree_behaviorRémi Verschelde
2016-08-28Show last added action on Input Map and implement InputEvent "=="volzhs
2016-08-27Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez
2016-08-23Make LineEdit not to cover whole line when rename nodevolzhs
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky
2016-07-16TreeItem.set_button exposed.Ovnuniarchos
2016-07-10Fix tree drawing the pressed stylebox in all buttons in the columnFranklin Sobrinho
2016-07-09Changed tree so shift-selection skips folded children, closes #5515Juan Linietsky
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-07-04Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
2016-06-11fix how some display values are shown, fixes #4953Juan Linietsky
2016-05-16Contextualized Scene Tree menuJuan Linietsky
2016-05-15Experimental Right Mouse Button menu for SceneTreeJuan Linietsky
2016-05-14New reworked AnimatedSprite!Juan Linietsky
2016-05-11ability to drag scenes from filesystem to tree for instancingJuan Linietsky
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-04Fix wrong return and argument types in documentationIgnacio Etcheverry
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky
2016-01-27Fix Tree Slider disappearing when clicking on itFranklin Sobrinho
2016-01-26Fix wrong position of LineEdit in Scene editorFranklin Sobrinho
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-21Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-21Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-fix range limit issue in Particles2D, closes #2411Juan Linietsky
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-10Fix editing TreeItem cells in range modeeska
2015-12-10Spinbox: increase/decrease with mouse heldneikeq