summaryrefslogtreecommitdiff
path: root/editor/plugin_config_dialog.cpp
AgeCommit message (Expand)Author
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-07-25Fix various typosluz paz
2021-07-18Optimize StringName usagereduz
2021-07-15Merge pull request #41788 from EricEzaM/PR/proj-settings-fixRémi Verschelde
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-12Added validation to plugin creation.Eric M
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Wrap description TextEdit of plugin config dialogHaoyu Qiu
2021-03-13Fix Create Plugin after GD Annotation Changessboronczyk
2021-03-06Fix enabling of created pluginShatur95
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-07Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde
2020-01-21Make script made via plugin creation obey syntax settingsMichael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-09-25Added some obvious errors explanationsqarmin
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-02-12PluginConfigDialog: Slight usability changesmerumelu
2019-01-23PluginConfigDialog: Add partial support for more script languageIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-20Resize some editor panel minimum sizes on hiDPI displaysHugo Locurcio
2018-10-02PluginConfigDialog: pass subfolder name instead of plugin name on creationmerumelu
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Add PluginConfigDialog, EditorPluginSettings GUIWill Nations