summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Export path may now be written as a relative pathSonerSound2019-06-301-1/+14
* Merge pull request #24156 from AnaDenisa/masterRémi Verschelde2019-06-291-4/+45
|\
| * Add option to input value manually in EditorPropertyEasingAnaDenisa2019-06-281-4/+45
* | Fix an EditorPropertyResource bug where clicking on the flat buttons would no...LikeLakers22019-06-281-0/+2
|/
* Some code changed with Clang-Tidyqarmin2019-06-261-6/+6
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+2
* Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde2019-04-251-0/+5
|\
| * Enable toggle behaviour for buttons that trigger popupsMichael Alexsander Silva Dias2018-12-111-0/+6
* | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-1/+5
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-3/+6
* | Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resourcesRémi Verschelde2019-04-061-1/+11
|\ \
| * | Include global class resources in Resource property inspectorVixelz2019-02-211-1/+11
* | | Merge pull request #26954 from willnationsdev/refreshRémi Verschelde2019-04-051-0/+1
|\ \ \
| * | | Add EditorInspector getter. Update Sub-Inspectors.Will Nations2019-03-121-0/+1
* | | | Prevents crash on loading unrecognized resources.Anish2019-03-251-0/+2
|/ / /
* | | Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-1/+1
* | | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky2019-03-061-2/+1
* | | Ensure shader is not set if code did not changeJuan Linietsky2019-03-041-2/+3
* | | Some clean up to previous commit.Juan Linietsky2019-03-041-2/+2
* | | Remove the "Open Editor" button, it will open automatically.Juan Linietsky2019-03-041-0/+48
* | | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2...Juan Linietsky2019-02-221-1/+1
* | | Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit intRémi Verschelde2019-02-211-7/+7
|/ /
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-11/+11
* | Fix big text window in TextEditqarmin2019-02-161-1/+1
* | Instantiate global classes properly, fixes #20857Juan Linietsky2019-01-271-1/+13
* | Make sub-inspectors not listen to node removals, since they never edit nodes....Juan Linietsky2019-01-251-1/+1
* | Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-37/+37
* | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky2019-01-181-32/+32
|\ \
| * | Fix multiselect change propertyAlexander Holland2018-11-241-32/+32
* | | Fix keying resource properties, closes #24690Juan Linietsky2019-01-171-1/+1
* | | wtfJuan Linietsky2019-01-141-8/+10
* | | Added a flag to specify an exported node path must be supplied from scene roo...Juan Linietsky2019-01-141-8/+13
* | | Add EditorPropertyRID as read-only label showing RIDRémi Verschelde2019-01-141-0/+20
* | | Merge pull request #24831 from clayjohn/fix_nested_docs_tooltipRémi Verschelde2019-01-081-0/+1
|\ \ \
| * | | make tooltips display for subinspectorsclayjohn2019-01-071-0/+1
* | | | i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-1/+1
|/ / /
* | | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | | Fixed a property warning when loading a correct resource typeDawid Wdowiak2018-12-301-4/+14
* | | #23231: make resource changes in a nested inspector undoableGleb Mineev2018-12-131-0/+1
| |/ |/|
* | Merge pull request #22437 from DualMatrix/wrong_prop_warningRémi Verschelde2018-12-071-0/+14
|\ \
| * | Added warning when trying to load resource of wrong type in editor.DualMatrix2018-10-031-0/+14
* | | Merge pull request #22535 from DualMatrix/editor_value_capRémi Verschelde2018-12-071-0/+18
|\ \ \
| * | | Fixed editor inspector ranges capping values at 65535.DualMatrix2018-09-291-0/+18
* | | | Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde2018-12-061-1/+7
|\ \ \ \
| * | | | Export Path now has a folder icon to select the pathMarcelo Fernandez2018-11-121-1/+7
* | | | | Arrays now parse the hint_string in the new inspector.MrCdK2018-12-031-1/+1
* | | | | Make it smarter to infer paths from history data, closes #20005Juan Linietsky2018-11-211-6/+18
* | | | | Merge pull request #23802 from JFonS/add_save_optionRémi Verschelde2018-11-201-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add Save option to resource property menuJFonS2018-11-181-0/+8
* | | | | Make sure RMB also works for resource editor in inspector, fixes #18994Juan Linietsky2018-11-181-1/+24
|/ / / /