aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8561 from volzhs/modulate-transparency-2.1Rémi Verschelde2017-05-021-2/+21
|\ | | | | Show transparency and accurate color for property
| * Show transparency and accurate color for propertyvolzhs2017-04-281-2/+21
| |
* | Add setting to opt-out of capitalization in the property inspectorPedro J. Estébanez2017-04-271-5/+8
|/
* Merge pull request #8358 from volzhs/script-filename-2.1Rémi Verschelde2017-04-201-2/+6
|\ | | | | Show script filename instead of thumbnail (2.1)
| * Show script filename instead of thumbnailvolzhs2017-04-121-2/+6
| | | | | | | | fix #7483
* | Merge pull request #8390 from volzhs/inspector-button-margin-2.1Andreas Haas2017-04-141-0/+1
|\ \ | | | | | | Make buttons closer in Inspector panel (2.1)
| * | Make buttons closer in Inspector panelvolzhs2017-04-131-0/+1
| |/
* / Prevent to take too much space for long vertical texturevolzhs2017-04-111-0/+8
|/ | | | fix #8176
* Style: Fix some badly formatted filesRémi Verschelde2017-04-081-3/+3
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Merge pull request #8202 from williamd1k0/add-script-buttonRémi Verschelde2017-04-071-1/+11
|\ | | | | Add Attach and Clear Script buttons (2.1)
| * Re-add create/load script button and context menuWilliam Tumeo2017-03-291-1/+11
| | | | | | | | | | - create from f51b202566e9b2a9deb3eb4836f6e00fb30e8500 - load from 41329f9750379b3c2e506d1e9ed7f6195c812920
* | Fix crash when change project settingsvolzhs2017-04-031-1/+1
|/
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-1488/+1261
| | | | | Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261.
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-181-0/+4440
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. (Manual redo of 49c065d29ca07040c3fd810026121164ad86b247)