summaryrefslogtreecommitdiff
path: root/editor/editor_inspector.cpp
AgeCommit message (Expand)Author
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde
2021-11-10Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov
2021-11-08Add property value pinningPedro J. Estébanez
2021-11-07Unify determination of default property valuesPedro J. Estébanez
2021-11-04Add is_built_in() method to Resourcekobewi
2021-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-05Use a yellow color for editable children properties instead of redHugo Locurcio
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-16Merge pull request #52376 from rcorre/prop_path_copy_fixRémi Verschelde
2021-09-15Merge pull request #32068 from aaronfranke/transform-editorRémi Verschelde
2021-09-14Merge pull request #52636 from Jummit/highlight_categoriesGilles Roudière
2021-09-14Merge pull request #52259 from jmb462/fix-ctrl-V-wrong-behavior-in-inspector-...Rémi Verschelde
2021-09-13Highlight hovered inspector categoriesJummit
2021-09-07Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIEDPouleyKetchoupp
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-09-03Don't handle property_editor shortcuts on release.Ryan Roden-Corrent
2021-08-31Reformat Transform(2D) inspector menusAaron Franke
2021-08-30Fix CTRL+V doesn't work properly in inspector texteditjmb462
2021-08-27Fix crash on scenes with tool scripts and mismatched node typesSaracenOne
2021-08-23Copy/Paste property paths/values in inspector.Ryan Roden-Corrent
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-19Fix capsule height/radius setters with linked propertiesPouleyKetchoupp
2021-08-13Fix incorrect word block colors in the inspector tooltipYuri Roubinsky
2021-08-06Fix theme property descriptions in the InspectorYuri Sizov
2021-08-02Fix up property reversionPedro J. Estébanez
2021-07-30Rationalize property reversionPedro J. Estébanez
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #50648 from foxydevloper/remove-weird-printsRémi Verschelde
2021-07-19Remove random prints for some shader actionsfoxydevloper
2021-07-19Merge pull request #50517 from KoBeWi/🌳💣Rémi Verschelde
2021-07-19Assign value to property by dropping to scene treekobewi
2021-07-18Optimize StringName usagereduz
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Add right-to-left layout support for `EditorSpinSlider`.bruvzg
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-02Use bold fonts in editorreduz
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-23Change frame_coords to Vector2ikobewi
2021-05-21Fix usage of String.left()kobewi
2021-05-20Change behavior of String.rightTomasz Chabora