aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed import workflowJuan Linietsky2016-05-271-0/+35
* Real-Time Remote Inspector supportJuan Linietsky2016-05-221-0/+32
* i18n: Fix another %i in vformatRémi Verschelde2016-05-211-1/+1
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-2/+2
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-11/+11
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-0/+1
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+199
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-1/+1
* Merge pull request #4543 from djrm/better_hint_allRémi Verschelde2016-05-041-2/+2
|\
| * Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2016-05-031-2/+2
* | Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-40/+40
|/
* Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia2016-05-011-33/+156
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Fix Project Settings dialog add/delete global variableFranklin Sobrinho2016-03-061-16/+53
* -Avoid crash in property editor due to newly out of focus but still valid pro...Juan Linietsky2016-02-081-0/+3
* -Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky2016-02-021-12/+29
* Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde2016-01-261-3/+1
|\
| * remove column titles in property inspectorDana Olson2015-02-281-3/+1
* | -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-231-2/+2
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-231-63/+5
|\ \
| * | Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky2016-01-231-63/+5
* | | -Support the TRNS flag on libpng, fixes #3097Juan Linietsky2016-01-231-2/+2
|/ /
* | Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky2016-01-231-24/+102
* | Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho2016-01-211-102/+24
* | Add a visual editor to color picker.MarianoGNU2016-01-151-1/+1
* | Better search for SectionedPropertyEditor, added "All" sectionFranklin Sobrinho2016-01-121-5/+63
* | Merge pull request #3302 from MarianoGnu/bug_fixing2Rémi Verschelde2016-01-111-1/+11
|\ \
| * | Allow to paste resources in inspector when text_hint indicates multiple typesMarianoGNU2016-01-101-1/+11
* | | -Project settings can properly add/remove properties again, fixes #3177Juan Linietsky2016-01-101-0/+5
|/ /
* | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-021-2/+0
* | -Ability to roll-back script-exported properties to their default value on th...Juan Linietsky2016-01-021-49/+121
* | Properly hide assign/clear dialog, closes #2295Juan Linietsky2016-01-021-0/+3
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* | small fix for undo redoJuan Linietsky2015-12-161-0/+10
* | added labels to sections and propertiesJuan Linietsky2015-12-161-3/+16
* | -split view of property editor and editor settingsJuan Linietsky2015-12-151-0/+171
* | Fix array editor NodePath being relative to editorFranklin Sobrinho2015-12-131-4/+14
* | Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky2015-12-121-3/+13
|\ \
| * | Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho2015-11-271-3/+13
* | | -remove (can be added back in editor settings) icons from property editorJuan Linietsky2015-12-111-25/+51
* | | Make ItemListEditor plugin functionalFranklin Sobrinho2015-12-031-3/+11
|/ /
* | Fix property editor Matrix3 and Matrix32 editingFranklin Sobrinho2015-11-231-1/+8
* | Better PropertyEditor searchFranklin Sobrinho2015-11-221-3/+12
* | Implement name filter to PropertyEditorFranklin Sobrinho2015-11-211-8/+40
* | -better integration of ndee's themeJuan Linietsky2015-11-131-0/+1
* | remove unpexpected revert button, fixes #2614Juan Linietsky2015-10-171-4/+48
* | Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-161-29/+120
|\ \
| * | Large improvements on scene packing and managementreduz2015-10-101-30/+121
* | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-301-11/+163
|\| |