summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a yellow color for editable children properties instead of redHugo Locurcio2021-10-051-16/+19
* Use range iterators for `Map`Lightning_A2021-09-301-12/+12
* Merge pull request #52376 from rcorre/prop_path_copy_fixRémi Verschelde2021-09-161-9/+13
|\
| * Don't handle property_editor shortcuts on release.Ryan Roden-Corrent2021-09-031-9/+13
* | Merge pull request #32068 from aaronfranke/transform-editorRémi Verschelde2021-09-151-0/+13
|\ \
| * | Reformat Transform(2D) inspector menusAaron Franke2021-08-311-0/+13
| |/
* | Merge pull request #52636 from Jummit/highlight_categoriesGilles Roudière2021-09-141-1/+9
|\ \
| * | Highlight hovered inspector categoriesJummit2021-09-131-1/+9
* | | Merge pull request #52259 from jmb462/fix-ctrl-V-wrong-behavior-in-inspector-...Rémi Verschelde2021-09-141-1/+1
|\ \ \ | |/ / |/| |
| * | Fix CTRL+V doesn't work properly in inspector texteditjmb4622021-08-301-1/+1
| |/
* | Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIEDPouleyKetchoupp2021-09-071-10/+4
* | Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-221/+1057
* | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-5/+10
|/
* Fix crash on scenes with tool scripts and mismatched node typesSaracenOne2021-08-271-6/+8
* Copy/Paste property paths/values in inspector.Ryan Roden-Corrent2021-08-231-0/+68
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-5/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-31/+18
* Fix capsule height/radius setters with linked propertiesPouleyKetchoupp2021-08-191-0/+7
* Fix incorrect word block colors in the inspector tooltipYuri Roubinsky2021-08-131-2/+2
* Fix theme property descriptions in the InspectorYuri Sizov2021-08-061-2/+1
* Fix up property reversionPedro J. Estébanez2021-08-021-3/+3
* Rationalize property reversionPedro J. Estébanez2021-07-301-72/+55
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-5/+5
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-3/+3
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* | Fix various typos with codespellluz paz2021-07-251-1/+1
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-66/+61
* Merge pull request #50648 from foxydevloper/remove-weird-printsRémi Verschelde2021-07-201-1/+0
|\
| * Remove random prints for some shader actionsfoxydevloper2021-07-191-1/+0
* | Merge pull request #50517 from KoBeWi/🌳💣Rémi Verschelde2021-07-191-1/+1
|\ \ | |/ |/|
| * Assign value to property by dropping to scene treekobewi2021-07-191-1/+1
* | Optimize StringName usagereduz2021-07-181-94/+94
|/
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-2/+2
* Add right-to-left layout support for `EditorSpinSlider`.bruvzg2021-06-301-3/+7
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Consistently prefix bound virtual methods with _kobewi2021-06-121-35/+14
* Use bold fonts in editorreduz2021-06-021-16/+26
* Fixed console error spam (about invalid edited scene index)Yuri Roubinsky2021-05-261-1/+1
* Change frame_coords to Vector2ikobewi2021-05-231-1/+1
* Fix usage of String.left()kobewi2021-05-211-1/+7
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* Provide a way to hook into Inspectors UndoRedo.Gilles Roudière2021-05-041-0/+16
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-3/+3
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+4
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-3/+3
* Fix EditorInspector not updating its theme on rare occasionsMichael Alexsander2021-03-131-1/+1
* Refactor Process Modereduz2021-02-181-0/+4
* Reorganize Project Settingsreduz2021-02-181-2/+7
* Improved Inspector Sub-Resource Editingreduz2021-02-121-21/+32
* Removed _change_notifyreduz2021-02-101-18/+53