summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde2022-01-031-2/+2
|\
| * Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander2021-11-301-2/+2
* | Fix various typosluz paz2022-01-021-2/+2
* | Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez2021-12-111-6/+13
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-13/+13
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-7/+7
* | ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+1
* | Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde2021-12-061-2/+2
|\ \
| * | Rename minimum_size_changed() methodkobewi2021-12-061-2/+2
* | | Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
|/ /
* / Fix EditorPlugin.remove_inspector_plugin() instance cleanupHaoyu Qiu2021-12-061-4/+1
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-10/+10
* Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-121-2/+10
|\
| * Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-2/+10
* | Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-8/+19
* | Add property value pinningPedro J. Estébanez2021-11-081-17/+142
* | Unify determination of default property valuesPedro J. Estébanez2021-11-071-170/+6
* | Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
|/
* 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