summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+2
|\
| * Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-111-0/+2
| |\
| | * Exposed path properties save UID if referencing a resourceJuan2024-10-071-0/+2
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #90047 from ajreckof/fix-editing-exported-nodes-in-array-a...Thaddeus Crews2024-10-251-1/+1
| |\ \ | | |/ | |/|
| | * Fix editing exported nodes in array as text.ajreckof2024-03-301-1/+1
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Fix closing Theme Editor not actually closing itkobewi2024-09-271-0/+2
* | Remove empty bind_methods()kobewi2024-08-151-29/+0
* | 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