summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add drag and drop for NodePathskobewi2021-12-091-0/+4
* Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-2/+0
* Merge pull request #52781 from KoBeWi/node's_favorite_shaderRémi Verschelde2021-11-031-0/+1
|\
| * Infer shader type based on edited nodekobewi2021-11-031-0/+1
* | Add a flag to EditorResourcePicker to differentiate selection contextsYuri Sizov2021-11-021-1/+1
|/
* Merge pull request #32068 from aaronfranke/transform-editorRémi Verschelde2021-09-151-1/+1
|\
| * Reformat Transform(2D) inspector menusAaron Franke2021-08-311-1/+1
* | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-1/+29
|/
* Revert "Display a matrix for Node2D and don't display a duplicate origin"Juan Linietsky2021-08-291-1/+1
* Display a matrix for Node2D and don't display a duplicate originAaron Franke2021-08-291-1/+1
* Add type variations to ThemeYuri Sizov2021-07-131-3/+22
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-2/+2
* Fix editor suffixes and degrees conversionreduz2021-06-301-15/+17
* Implement painting properties over TileSetsGilles Roudière2021-06-291-0/+2
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-3/+3
* Rename EditorPropertyTransform to EditorPropertyTransform3DAaron Franke2021-06-031-3/+3
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Use EditorResourcePicker in the InspectorYuri Sizov2021-05-191-48/+11
* Implement Navigation layersGilles Roudière2021-03-101-0/+2
* Improved Inspector Sub-Resource Editingreduz2021-02-121-0/+3
* Emit changed signal from Color Picker when changedkobewi2021-01-091-0/+4
* Don't emit changed signal on Color Picker closekobewi2021-01-031-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Add override keywords.Marcel Admiraal2020-07-101-37/+37
* Made low level changes to the Skeleton3D class and Skeleton3D inspector. Chan...TwistedTwigleg2020-06-151-0/+3
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-5/+53
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+4
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Use int64_t for EditorPropertyInteger and warn when out of double rangeAaron Franke2020-01-151-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add clear menu entries for extending and replacing scriptsAnubhab Ghosh2019-10-231-1/+2
* Make editor inspector easing lines use the accent color when draggedHugo Locurcio2019-09-061-0/+1
* Default ColorPicker color mode settingBhupendra Aole2019-08-311-0/+1
* Add option to input value manually in EditorPropertyEasingAnaDenisa2019-06-281-4/+11
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-29/+32
* Remove the "Open Editor" button, it will open automatically.Juan Linietsky2019-03-041-0/+3
* Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky2019-01-181-9/+9
|\
| * Fix multiselect change propertyAlexander Holland2018-11-241-9/+9
* | wtfJuan Linietsky2019-01-141-2/+2
* | Added a flag to specify an exported node path must be supplied from scene roo...Juan Linietsky2019-01-141-1/+2
* | Add EditorPropertyRID as read-only label showing RIDRémi Verschelde2019-01-141-0/+9
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde2018-12-061-0/+2
|\ \
| * | Export Path now has a folder icon to select the pathMarcelo Fernandez2018-11-121-0/+2
* | | Merge pull request #23802 from JFonS/add_save_optionRémi Verschelde2018-11-201-4/+5
|\ \ \ | |_|/ |/| |
| * | Add Save option to resource property menuJFonS2018-11-181-4/+5
| |/