summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |/
* / Make sure RMB also works for resource editor in inspector, fixes #18994Juan Linietsky2018-11-181-0/+3
|/
* Fix inspector previewGuilherme Felipe2018-10-071-1/+1
* Added step support when exporting integers.DualMatrix2018-09-241-1/+1
* Change how path properties are presented, so they can be edited. Fixes #20709Juan Linietsky2018-08-231-1/+4
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-0/+1
* Fixes colorpicker popup immeditately closing when interacting with colorpicke...ordigdug2018-08-181-0/+1
* Fixed a number of issues related to the Dictionary export property for the ed...oliperraul2018-07-281-0/+1
* Add editor property type so that inspector can search for objects. This is a ...K. S. Ernest (iFire) Lee2018-07-251-0/+19
* Improvements to vector fields, show axis in color with a backgroundJuan Linietsky2018-07-181-0/+9
* Several improvements to editor inspector usability and styleJuan Linietsky2018-07-181-4/+14
* Fix preview texture size on Inspectorvolzhs2018-07-171-0/+1
* Visual Shaders are back.Juan Linietsky2018-07-141-0/+3
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+2
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+3
* Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-191-0/+9
* Working Drag & Drop again in inspectorJuan Linietsky2018-05-171-0/+7
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-0/+10
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-2/+2
* -New inspector.Juan Linietsky2018-05-151-0/+490