| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
| * | Auto-increment frame_coords when keying | Tomasz Chabora | 2019-10-22 | 1 | -1/+13 |
| * | Remove redundant `camelcase_to_underscore()` call in EditorInspector | Hugo Locurcio | 2019-10-10 | 1 | -2/+2 |
| * | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | 2019-09-25 | 1 | -1/+1 |
| |\ |
|
| | * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -1/+1 |
| * | | Improve folding appearance in the editor inspector | Hugo Locurcio | 2019-09-19 | 1 | -8/+7 |
| |/ |
|
| * | Editor: remove TOOLS_ENABLED guards | merumelu | 2019-08-30 | 1 | -12/+0 |
| * | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | 2019-08-07 | 1 | -1/+2 |
| * | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde | 2019-07-25 | 1 | -1/+1 |
| * | Revert "Expose "meta" to the Inspector" | Rémi Verschelde | 2019-07-22 | 1 | -4/+4 |
| * | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde | 2019-07-19 | 1 | -4/+4 |
| |\ |
|
| | * | Expose "meta" to the Inspector | Michael Alexsander Silva Dias | 2018-12-08 | 1 | -4/+4 |
| * | | Add a margin to "checkable" property checkboxes in the editor inspector | Hugo Locurcio | 2019-06-05 | 1 | -3/+2 |
| * | | Use approximate equallity methods in many places | Aaron Franke | 2019-04-25 | 1 | -1/+1 |
| * | | Added inspector plugin documentation. | Juan Linietsky | 2019-04-23 | 1 | -0/+3 |
| * | | Revert 8d3345a, I thought this was non functioning but it is.. | Juan Linietsky | 2019-04-23 | 1 | -3/+3 |
| * | | Made virtual function begin with _, for consistency. | Juan Linietsky | 2019-04-23 | 1 | -3/+3 |
| * | | Fix drawing of checkable editor properties | James Buck | 2019-04-22 | 1 | -4/+5 |
| * | | Fix editor tooltip formatting | James Buck | 2019-04-20 | 1 | -2/+2 |
| * | | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart | 2019-04-20 | 1 | -9/+13 |
| * | | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -1/+35 |
| * | | Force inspector to clean up on delete, fixes crash. | Juan Linietsky | 2019-03-07 | 1 | -0/+4 |
| * | | Fix how settings change, closes #26692 | Juan Linietsky | 2019-03-06 | 1 | -1/+4 |
| * | | Fix crash on exit when removing EditorInspectorPlugins | Will Nations | 2019-03-06 | 1 | -0/+4 |
| * | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -27/+27 |
| * | | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | 2019-02-14 | 1 | -1/+1 |
| * | | Fix EditorInspector property_changed argument mismatch | Rémi Verschelde | 2019-01-27 | 1 | -1/+1 |
| * | | Make sub-inspectors not listen to node removals, since they never edit nodes.... | Juan Linietsky | 2019-01-25 | 1 | -9/+11 |
| * | | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ... | Juan Linietsky | 2019-01-22 | 1 | -1/+22 |
| * | | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | 2019-01-18 | 1 | -5/+12 |
| * | | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-change | Juan Linietsky | 2019-01-18 | 1 | -3/+3 |
| |\ \ |
|
| | * | | Fix multiselect change property | Alexander Holland | 2018-11-24 | 1 | -3/+3 |
| * | | | Removed ancient code for set_edited that was doing nothing. | Juan Linietsky | 2019-01-14 | 1 | -4/+0 |
| * | | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | Fix key icon overlapping revert icon | Guilherme Felipe | 2018-11-30 | 1 | -9/+13 |
| * | | Rewrite code for unfolding and make it automatic on scene load, which works b... | Juan Linietsky | 2018-11-25 | 1 | -69/+37 |
| |/ |
|
| * | Make sure inbetween lines in inspector can't be clicked, fixes #19014 | Juan Linietsky | 2018-11-18 | 1 | -0/+5 |
| * | Made AnimationPlayer timeline only advance when keyframing frame variables | DualMatrix | 2018-11-08 | 1 | -5/+5 |
| * | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -83/+29 |
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2018-11-04 | 1 | -2/+0 |
| * | Improve import dock usability when selecting multiple files, only change what... | Juan Linietsky | 2018-10-30 | 1 | -0/+1 |
| * | Automatically unfold sections of properties that someone else edited (no loca... | Juan Linietsky | 2018-10-29 | 1 | -1/+39 |
| * | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | 2018-10-29 | 1 | -0/+61 |
| * | Make editor tooltips wider and scale them on hiDPI displays | Hugo Locurcio | 2018-10-24 | 1 | -3/+3 |
| * | Fix inspector color when theme changed | Chaosus | 2018-10-05 | 1 | -0/+7 |
| * | Fixed animation editor not moving to next frame of sprites when editing. | DualMatrix | 2018-10-01 | 1 | -0/+16 |
| * | Merge pull request #22536 from DualMatrix/no_advance | Rémi Verschelde | 2018-09-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed animation_player not advancing to the next frame when inserting a value. | DualMatrix | 2018-09-29 | 1 | -1/+1 |
| * | | Merge pull request #22570 from lupoDharkael/todo-remove | Rémi Verschelde | 2018-09-30 | 1 | -3/+0 |
| |\ \ |
|