Age | Commit message (Expand) | Author |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge pull request #7341 from bruno-ortiz/master | Rémi Verschelde |
2017-01-02 | Merge pull request #7385 from bojidar-bg/tree-range-drag-lock | Rémi Verschelde |
2017-01-02 | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_... | Bruno Ortiz |
2017-01-02 | Merge pull request #7382 from volzhs/fix-visibility | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-28 | Fix #7098 by not accepting right clicks while dragging the range | Bojidar Marinov |
2016-12-28 | Show visual notice for visibility on Scene Dock | volzhs |
2016-11-13 | Clarify a NULL comparison | eska |
2016-11-01 | Fix to focus or rename node by double click | volzhs |
2016-10-09 | Merge pull request #6553 from pkowal1982/treecheckbox | Rémi Verschelde |
2016-09-19 | Use full width of TreeItem::Cell to change value in CELL_MODE_CHECK | Pawel Kowal |
2016-09-17 | Add scrolling to Tree control in Drag and Drop mode | Pawel Kowal |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-08-29 | Merge pull request #6220 from volzhs/issue-5789 | Rémi Verschelde |
2016-08-29 | Merge pull request #5956 from djrm/tree_behavior | Rémi Verschelde |
2016-08-28 | Show last added action on Input Map and implement InputEvent "==" | volzhs |
2016-08-27 | Double click on scene tree element to focus currently selected node | Daniel J. Ramirez |
2016-08-23 | Make LineEdit not to cover whole line when rename node | volzhs |
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky |
2016-07-16 | TreeItem.set_button exposed. | Ovnuniarchos |
2016-07-10 | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho |
2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |
2016-07-04 | Fix TreeItem range editing by dragging on the inspector | Franklin Sobrinho |
2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky |
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis |
2016-06-11 | fix how some display values are shown, fixes #4953 | Juan Linietsky |
2016-05-16 | Contextualized Scene Tree menu | Juan Linietsky |
2016-05-15 | Experimental Right Mouse Button menu for SceneTree | Juan Linietsky |
2016-05-14 | New reworked AnimatedSprite! | Juan Linietsky |
2016-05-11 | ability to drag scenes from filesystem to tree for instancing | Juan Linietsky |
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky |
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry |
2016-05-01 | Add math/script expression evaluation in editor (#3620) | Franco Eusébio Garcia |
2016-03-17 | Fix 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-09 | remove trailing whitespace | Hubert Jarosz |
2016-02-02 | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe... | Juan Linietsky |
2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho |
2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho |
2016-01-23 | -Added a "modal_close" signal for controls | Juan Linietsky |
2016-01-23 | Revert "Tree and PropertyEditor confirm value change on focus loss" | Juan Linietsky |
2016-01-21 | Merge pull request #3407 from TheHX/pr-issue-1717 | Rémi Verschelde |
2016-01-21 | Tree and PropertyEditor confirm value change on focus loss | Franklin Sobrinho |