summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Auto-increment frame_coords when keyingTomasz Chabora2019-10-221-1/+13
* Remove redundant `camelcase_to_underscore()` call in EditorInspectorHugo Locurcio2019-10-101-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Improve folding appearance in the editor inspectorHugo Locurcio2019-09-191-8/+7
|/
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-12/+0
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+2
* Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-1/+1
* Revert "Expose "meta" to the Inspector"Rémi Verschelde2019-07-221-4/+4
* Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde2019-07-191-4/+4
|\
| * Expose "meta" to the InspectorMichael Alexsander Silva Dias2018-12-081-4/+4
* | Add a margin to "checkable" property checkboxes in the editor inspectorHugo Locurcio2019-06-051-3/+2
* | Use approximate equallity methods in many placesAaron Franke2019-04-251-1/+1
* | Added inspector plugin documentation.Juan Linietsky2019-04-231-0/+3
* | Revert 8d3345a, I thought this was non functioning but it is..Juan Linietsky2019-04-231-3/+3
* | Made virtual function begin with _, for consistency.Juan Linietsky2019-04-231-3/+3
* | Fix drawing of checkable editor propertiesJames Buck2019-04-221-4/+5
* | Fix editor tooltip formattingJames Buck2019-04-201-2/+2
* | Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart2019-04-201-9/+13
* | Add ability to edit editor feature profilesJuan Linietsky2019-04-081-1/+35
* | Force inspector to clean up on delete, fixes crash.Juan Linietsky2019-03-071-0/+4
* | Fix how settings change, closes #26692Juan Linietsky2019-03-061-1/+4
* | Fix crash on exit when removing EditorInspectorPluginsWill Nations2019-03-061-0/+4
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-27/+27
* | -Fixes to undo redo to avoid crash, closes #24251Juan Linietsky2019-02-141-1/+1
* | Fix EditorInspector property_changed argument mismatchRémi Verschelde2019-01-271-1/+1
* | Make sub-inspectors not listen to node removals, since they never edit nodes....Juan Linietsky2019-01-251-9/+11
* | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ...Juan Linietsky2019-01-221-1/+22
* | Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-5/+12
* | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky2019-01-181-3/+3
|\ \
| * | Fix multiselect change propertyAlexander Holland2018-11-241-3/+3
* | | Removed ancient code for set_edited that was doing nothing.Juan Linietsky2019-01-141-4/+0
* | | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| |/ |/|
* | Fix key icon overlapping revert iconGuilherme Felipe2018-11-301-9/+13
* | Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky2018-11-251-69/+37
|/
* Make sure inbetween lines in inspector can't be clicked, fixes #19014Juan Linietsky2018-11-181-0/+5
* Made AnimationPlayer timeline only advance when keyframing frame variablesDualMatrix2018-11-081-5/+5
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-83/+29
* Removed unnecessary assignmentsWilson E. Alvarez2018-11-041-2/+0
* Improve import dock usability when selecting multiple files, only change what...Juan Linietsky2018-10-301-0/+1
* Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky2018-10-291-1/+39
* Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky2018-10-291-0/+61
* Make editor tooltips wider and scale them on hiDPI displaysHugo Locurcio2018-10-241-3/+3
* Fix inspector color when theme changedChaosus2018-10-051-0/+7
* Fixed animation editor not moving to next frame of sprites when editing.DualMatrix2018-10-011-0/+16
* Merge pull request #22536 from DualMatrix/no_advanceRémi Verschelde2018-09-301-1/+1
|\
| * Fixed animation_player not advancing to the next frame when inserting a value.DualMatrix2018-09-291-1/+1
* | Merge pull request #22570 from lupoDharkael/todo-removeRémi Verschelde2018-09-301-3/+0
|\ \