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