Age | Commit message (Expand) | Author |
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin |
2019-07-25 | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde |
2019-07-22 | Revert "Expose "meta" to the Inspector" | Rémi Verschelde |
2019-07-19 | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde |
2019-06-05 | Add a margin to "checkable" property checkboxes in the editor inspector | Hugo Locurcio |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-04-23 | Added inspector plugin documentation. | Juan Linietsky |
2019-04-23 | Revert 8d3345a, I thought this was non functioning but it is.. | Juan Linietsky |
2019-04-23 | Made virtual function begin with _, for consistency. | Juan Linietsky |
2019-04-22 | Fix drawing of checkable editor properties | James Buck |
2019-04-20 | Fix editor tooltip formatting | James Buck |
2019-04-20 | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |
2019-03-07 | Force inspector to clean up on delete, fixes crash. | Juan Linietsky |
2019-03-06 | Fix how settings change, closes #26692 | Juan Linietsky |
2019-03-06 | Fix crash on exit when removing EditorInspectorPlugins | Will Nations |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky |
2019-01-27 | Fix EditorInspector property_changed argument mismatch | Rémi Verschelde |
2019-01-25 | Make sub-inspectors not listen to node removals, since they never edit nodes.... | Juan Linietsky |
2019-01-22 | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ... | Juan Linietsky |
2019-01-18 | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky |
2019-01-18 | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-change | Juan Linietsky |
2019-01-14 | Removed ancient code for set_edited that was doing nothing. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-08 | Expose "meta" to the Inspector | Michael Alexsander Silva Dias |
2018-11-30 | Fix key icon overlapping revert icon | Guilherme Felipe |
2018-11-25 | Rewrite code for unfolding and make it automatic on scene load, which works b... | Juan Linietsky |
2018-11-24 | Fix multiselect change property | Alexander Holland |
2018-11-18 | Make sure inbetween lines in inspector can't be clicked, fixes #19014 | Juan Linietsky |
2018-11-08 | Made AnimationPlayer timeline only advance when keyframing frame variables | DualMatrix |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-10-30 | Improve import dock usability when selecting multiple files, only change what... | Juan Linietsky |
2018-10-29 | Automatically unfold sections of properties that someone else edited (no loca... | Juan Linietsky |
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky |
2018-10-24 | Make editor tooltips wider and scale them on hiDPI displays | Hugo Locurcio |
2018-10-05 | Fix inspector color when theme changed | Chaosus |
2018-10-01 | Fixed animation editor not moving to next frame of sprites when editing. | DualMatrix |
2018-09-30 | Merge pull request #22536 from DualMatrix/no_advance | Rémi Verschelde |
2018-09-30 | Merge pull request #22570 from lupoDharkael/todo-remove | Rémi Verschelde |
2018-09-30 | Remove old TODO from editor_inspector.cpp | lupoDharkael |
2018-09-29 | Fixed animation_player not advancing to the next frame when inserting a value. | DualMatrix |
2018-09-28 | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-14 | Refactor editor icon retrieval | willnationsdev |
2018-09-12 | Misc. typos | luz.paz |
2018-09-11 | Drop obsolete PropertyEditor and SectionedPropertyEditor code | Rémi Verschelde |
2018-09-11 | Replace last occurrences of PropertyEditor by EditorInspector | Rémi Verschelde |
2018-08-20 | [EditorInspector] Fix ImportDock and ProjectExport capitalize | Guilherme Felipe |