summaryrefslogtreecommitdiff
path: root/editor/editor_properties.cpp
AgeCommit message (Expand)Author
2018-12-07Merge pull request #22437 from DualMatrix/wrong_prop_warningRémi Verschelde
2018-12-07Merge pull request #22535 from DualMatrix/editor_value_capRémi Verschelde
2018-12-06Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde
2018-12-03Arrays now parse the hint_string in the new inspector.MrCdK
2018-11-24Fix multiselect change propertyAlexander Holland
2018-11-21Make it smarter to infer paths from history data, closes #20005Juan Linietsky
2018-11-20Merge pull request #23802 from JFonS/add_save_optionRémi Verschelde
2018-11-18Make sure RMB also works for resource editor in inspector, fixes #18994Juan Linietsky
2018-11-18Add Save option to resource property menuJFonS
2018-11-14Add proper warnings when attempting to create a ViewporTexture in a resource ...Juan Linietsky
2018-11-12Export Path now has a folder icon to select the pathMarcelo Fernandez
2018-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
2018-11-01Merge pull request #23313 from DavidSichma/viewport-reassignJuan Linietsky
2018-10-26Handling NodePaths in in-place Editor for ResourcesDavid Sichma
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-25Merge pull request #23038 from DualMatrix/ugly_namesRémi Verschelde
2018-10-16Merge pull request #22885 from neikeq/issue-22122Rémi Verschelde
2018-10-15Fix enum values in the editor and hide enum numeric values in the InspectorIgnacio Etcheverry
2018-10-15Made NodePath property display path instead of object name if object is autog...DualMatrix
2018-10-11Merge pull request #22915 from fire/visuals-shader-colour-constant-22906Rémi Verschelde
2018-10-11Fixes resources name not showing in the inspectorgroud
2018-10-10Fix for Visual Shader Editor #22906: Cannot change color on Color ConstantK. S. Ernest (iFire) Lee
2018-10-07Fix inspector previewGuilherme Felipe
2018-10-03Added warning when trying to load resource of wrong type in editor.DualMatrix
2018-10-02Merge pull request #22364 from YeldhamDev/rect2_inspector_singlelineRémi Verschelde
2018-10-01Fix warnings about uninitialized vars [-Wsometimes-uninitialized]Rémi Verschelde
2018-09-30Merge pull request #22536 from DualMatrix/no_advanceRémi Verschelde
2018-09-29Fixed editor inspector ranges capping values at 65535.DualMatrix
2018-09-29Fixed animation_player not advancing to the next frame when inserting a value.DualMatrix
2018-09-28Merge pull request #22407 from DualMatrix/step_intRémi Verschelde
2018-09-27Inspector: Enable wrap for multiline text widgetRémi Verschelde
2018-09-24Added step support when exporting integers.DualMatrix
2018-09-23Make Rect2 EditorProperty obey the horizontal settingMichael Alexsander Silva Dias
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Misc. typosluz.paz
2018-09-05Make better look for bitmaskvolzhs
2018-08-23Change how path properties are presented, so they can be edited. Fixes #20709Juan Linietsky
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
2018-08-18Merge pull request #21155 from ordigdug/fix-colorpicker-popupRémi Verschelde
2018-08-18Fixed text entry is going in reverseDualMatrix
2018-08-18Fixes colorpicker popup immeditately closing when interacting with colorpicke...ordigdug
2018-08-16Fix crash assigning script to a ResourceRémi Verschelde
2018-08-14Revert "Open visual editor when "open editor" button in the inspector is pres...Juan Linietsky
2018-08-14Merge pull request #20400 from OliPerraul/oliperraul/20332/fix_defects_with_e...Rémi Verschelde
2018-08-07Several improvements to inspector.Juan Linietsky
2018-07-29Undo an accidental revert.Hein-Pieter van Braam
2018-07-28Revert "Open visual editor when "open editor" button in the inspector is pres...Hein-Pieter van Braam
2018-07-28Fixed a number of issues related to the Dictionary export property for the ed...oliperraul
2018-07-28Fix layer 2-line tooltips used as name in inspectorRémi Verschelde
2018-07-25Fixed Issue #20399Tiger Caldwell