summaryrefslogtreecommitdiff
path: root/editor/editor_properties.cpp
AgeCommit message (Expand)Author
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
2018-07-25Add editor property type so that inspector can search for objects. This is a ...K. S. Ernest (iFire) Lee
2018-07-19Merge pull request #20117 from ordigdug/inspector-fix-inconsistencies-with-ex...Rémi Verschelde
2018-07-18Improvements to vector fields, show axis in color with a backgroundJuan Linietsky
2018-07-18Fix -new inspector- Inconsistencies with exported enums - Fixes remaining iss...ordigdug
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-17Merge pull request #20220 from volzhs/texture-sizeRémi Verschelde
2018-07-17Fix preview texture size on Inspectorvolzhs
2018-07-17Inspector: Add bit/value info to layer tooltipRémi Verschelde
2018-07-16Merge pull request #20112 from nunodonato/openvisualeditorbuttonThomas Herzog
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-12Open visual editor when "open editor" button in the inspector is pressed.Nuno Donato
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
2018-07-04Fixes to the new inspectorGuilherme Felipe
2018-07-03Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspectorMax Hilbrunner
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-22Fix crash when assigning a node on editing animation keyvolzhs
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-18Add proper type information to array propertyBojidar Marinov
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-05-25Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde
2018-05-23Use relative node path when assigning a node on inspectorvolzhs
2018-05-23cppcheck - defensive programming on i index check orderfirefly2442
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky
2018-05-17Working Drag & Drop again in inspectorJuan Linietsky
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-15-New inspector.Juan Linietsky