Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | Change how path properties are presented, so they can be edited. Fixes #20709 | Juan Linietsky | |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde | |
Use it to provide a better example for application identifiers on Android, iOS and macOS, where users thought they *had* to use this as a magic token. | |||
2018-08-18 | Fixes colorpicker popup immeditately closing when interacting with ↵ | ordigdug | |
colorpicker property in a subinspector. Fixes #19559 | |||
2018-07-28 | Fixed a number of issues related to the Dictionary export property for the ↵ | oliperraul | |
editor * Fixed a problem when buttons were deleted on the same frame they were pressed (inside update_property) * Prevent usage of nul key for a dictionary. * Provide symetry in the interface for both the array property and dictionary property by first clicking on the field to instantiating the dictionary. Array (Nil), Array (size 0), Array (size 1) Dictionary (Nil), Array (size 0), Array (size 1) * Allow to press enter to confirm a string in line edi. | |||
2018-07-25 | Add editor property type so that inspector can search for objects. This is a ↵ | K. S. Ernest (iFire) Lee | |
regression. | |||
2018-07-18 | Improvements to vector fields, show axis in color with a background | Juan Linietsky | |
2018-07-18 | Several improvements to editor inspector usability and style | Juan Linietsky | |
2018-07-17 | Fix preview texture size on Inspector | volzhs | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | |
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||
2018-05-19 | Dictionary editing does the comeback to the inspector, fixes #19046 | Juan Linietsky | |
2018-05-17 | Working Drag & Drop again in inspector | Juan Linietsky | |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - |