Age | Commit message (Expand) | Author |
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde |
2019-07-07 | TreeItem: Added a setter for the disabled-property of buttons | Meriipu |
2019-05-31 | Improvements to incremental search | Tomasz Chabora |
2019-01-14 | Defer activated signal after tree has been traversed. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe |
2018-11-18 | If using relationship lines (now default) hide guides. | Juan Linietsky |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-23 | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c... | DualMatrix |
2018-09-03 | Change return value of Tree.create_item() from Object to TreeItem | Kelly Thomas |
2018-02-23 | Tree now uses UI actions instead of keys | Fabio Alessandrelli |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky |
2017-12-18 | Add functionality to insert tree item. | Ray Koopa |
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff |
2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl |
2017-09-28 | Several visual improvements. | Daniel J. Ramirez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-05 | Add custom minumus height to TreeItem | Geequlim |
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-18 | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-10 | Inspector: Right click on resource opens sub-menu. | Andreas Haas |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-06-25 | -Added folding to property editor, persistent on objects it edits | Juan Linietsky |
2017-06-04 | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-04-26 | Tree: Ability to add tooltips to TreeItem buttons. | Andreas Haas |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-03 | Fix wrong TreeItem reference after reconstructing | volzhs |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | 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 #7382 from volzhs/fix-visibility | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-28 | Show visual notice for visibility on Scene Dock | volzhs |
2016-11-01 | Fix to focus or rename node by double click | volzhs |
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-27 | Double click on scene tree element to focus currently selected node | Daniel J. Ramirez |
2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky |
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis |