summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Remove unused base_hint from EditorPropertyNodePathkobewi2024-05-291-2/+1
* Fix unchecking theme overrides not creating an undo actionMichael Alexsander2024-05-221-0/+1
* Add colored margin in Inspector for arrays and dictionaries.ajreckof2024-05-031-3/+2
* Fixed undo/redo behaviour of color picker and added ability to cancel/confirm...Zi Ye2024-03-241-1/+2
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-3/+3
* Use `set_value_no_signal` in editor property codeAaron Franke2023-12-181-12/+0
* Enhance NodePath property editingkobewi2023-10-021-3/+17
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-2/+2
* Replace all flags with one value when holding Cmd in the layers editorHugo Locurcio2023-08-171-3/+3
* Merge pull request #76389 from ajreckof/editor-property-nodepath-for-nodeRémi Verschelde2023-06-011-4/+3
|\
| * Fix typed array exportajreckof2023-05-211-4/+3
* | Refactor vector editor propertieskobewi2023-05-311-127/+0
|/
* Rework Navigation Avoidancesmix82023-05-101-0/+1
* Make `EditorPropertyLayersGrid` responsive to touch tapsFredia Huya-Kouadio2023-04-231-0/+3
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-2/+2
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Rework EditorPlugin editing logickobewi2023-01-221-2/+1
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-34/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-5/+5
* Use forward-declarations in big editor classestrollodel2022-11-291-8/+12
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Only show named layers in layer menuHaoyu Qiu2022-10-081-0/+1
* Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-031-16/+16
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-261-0/+1
* Merge pull request #64691 from TokageItLab/Quaternion-editorRémi Verschelde2022-08-241-1/+18
|\
| * Implement Quaternion EditorSilc Renew2022-08-241-1/+18
* | Disable editing properties in foreign resourcesSaracenOne2022-08-231-1/+1
|/
* Merge pull request #63173 from fire-forge/layers-gridRémi Verschelde2022-08-081-1/+2
|\
| * Use menu icon for layers grid buttonFireForge2022-07-171-1/+2
* | Merge pull request #62089 from Step-an/add_drag_and_drop_to_EditorPropertyPathRémi Verschelde2022-08-071-0/+2
|\ \
| * | Add drag and drop support to EditorPropertyPathcow-neaz2022-06-161-0/+2
* | | Improve easing inspector usabilityHugo Locurcio2022-08-011-1/+2
* | | Improve usability of non-default values in the property inspectorPedro J. Estébanez2022-07-301-0/+1
* | | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+52
| |/ |/|
* | Add editor properties for Callable and SignalMinusKube2022-06-301-0/+27
* | Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-1/+2
* | Add ability to export Node pointers as NodePathsreduz2022-06-251-1/+6
|/
* Add vector value linkingkobewi2022-06-141-6/+28
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-2/+2
* Tweak minsize of editor ColorPickerButtonskobewi2022-05-191-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-42/+42
* Initialize bools in the headers in editorAaron Franke2022-03-121-22/+22
* Renaming layers from the inspector via a popup menu.jmb4622022-01-281-1/+43
* Improve locale detection.bruvzg2022-01-181-0/+21
* [Editor] Fix inspector keying signals argument count.Fabio Alessandrelli2022-01-071-1/+1