summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Merge pull request #32997 from Calinou/editor-color-picker-add-tooltipRémi Verschelde2019-11-071-0/+17
|\
| * Add a tooltip to Color properties in the editor inspectorHugo Locurcio2019-10-221-0/+17
* | Add clear menu entries for extending and replacing scriptsAnubhab Ghosh2019-10-231-4/+11
|/
* Make the the resource menu button fallback to the Object icon instead of NodeMichael Alexsander2019-10-211-9/+1
* Make resource editor fallback to Object icon if none is foundMichael Alexsander2019-10-141-12/+4
* Increased step precisionDavid Sichma2019-10-131-1/+1
* Set tooltip to an empty string when clearingJoe Morton2019-10-061-0/+1
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Make editor inspector easing lines use the accent color when draggedHugo Locurcio2019-09-061-15/+38
|/
* Default ColorPicker color mode settingBhupendra Aole2019-08-311-0/+11
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-2/+1
* Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde2019-08-231-14/+1
|\
| * Export path is the only path to be saved as a relative pathSonerSound2019-08-221-14/+1
* | Tweak the size of the multiline text edit popup dialogHugo Locurcio2019-08-091-1/+1
* | Inspector: Make default float step configurableRémi Verschelde2019-07-231-10/+12
* | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-2/+1
|\ \
| * | Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+1
| |/
* / Make multiline text edit grab focus when popping upMichael Alexsander Silva Dias2019-07-191-1/+2
|/
* 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
|\ \