summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
AgeCommit message (Expand)Author
2016-05-27Changed import workflowJuan Linietsky
2016-05-22Real-Time Remote Inspector supportJuan Linietsky
2016-05-21i18n: Fix another %i in vformatRémi Verschelde
2016-05-21i18n: Use %d instead of %i in vformatRémi Verschelde
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-14New reworked AnimatedSprite!Juan Linietsky
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-04i18n: Don't make print_line calls translatableRémi Verschelde
2016-05-04Merge pull request #4543 from djrm/better_hint_allRémi Verschelde
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-05-03Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-06Fix Project Settings dialog add/delete global variableFranklin Sobrinho
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid pro...Juan Linietsky
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky
2016-01-26Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-23Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-23-Support the TRNS flag on libpng, fixes #3097Juan Linietsky
2016-01-23Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-15Add a visual editor to color picker.MarianoGNU
2016-01-12Better search for SectionedPropertyEditor, added "All" sectionFranklin Sobrinho
2016-01-11Merge pull request #3302 from MarianoGnu/bug_fixing2Rémi Verschelde
2016-01-10-Project settings can properly add/remove properties again, fixes #3177Juan Linietsky
2016-01-10Allow to paste resources in inspector when text_hint indicates multiple typesMarianoGNU
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky
2016-01-02-Ability to roll-back script-exported properties to their default value on th...Juan Linietsky
2016-01-02Properly hide assign/clear dialog, closes #2295Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-16small fix for undo redoJuan Linietsky
2015-12-16added labels to sections and propertiesJuan Linietsky
2015-12-15-split view of property editor and editor settingsJuan Linietsky
2015-12-13Fix array editor NodePath being relative to editorFranklin Sobrinho
2015-12-12Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky
2015-12-11-remove (can be added back in editor settings) icons from property editorJuan Linietsky
2015-12-03Make ItemListEditor plugin functionalFranklin Sobrinho
2015-11-27Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho
2015-11-23Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho
2015-11-22Better PropertyEditor searchFranklin Sobrinho
2015-11-21Implement name filter to PropertyEditorFranklin Sobrinho
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-10-17remove unpexpected revert button, fixes #2614Juan Linietsky
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
2015-10-10Large improvements on scene packing and managementreduz
2015-08-30Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
2015-08-29Edit default values. WARNING!!!Mariano Javier Suligoy