summaryrefslogtreecommitdiffstats
path: root/editor/plugin_config_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make description in create plugin dialog expand verticallyJames Mintram2023-01-011-0/+3
* Make LineEdits in create plugin dialog expand horizontallyJames Mintram2023-01-011-0/+5
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-7/+7
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+2
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Improve plugin dialog UXkobewi2022-05-071-25/+31
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+3
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+1
* Various code and documentation improvementskobewi2022-03-051-2/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve editor template workflowfabriceci2022-01-021-44/+10
* Fix `PluginConfigDialog` UI brokenZae2021-12-111-0/+2
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Fix plugin create dialog subfolder and script field validity checksjmb4622021-10-171-0/+8
* Expose and cleanup TextEdit line wrap APIPaulb232021-08-121-1/+1
* Fix various typosluz paz2021-07-251-1/+1
* Optimize StringName usagereduz2021-07-181-3/+3
* Merge pull request #41788 from EricEzaM/PR/proj-settings-fixRémi Verschelde2021-07-151-7/+95
|\
| * Added validation to plugin creation.Eric M2021-07-121-7/+95
* | Misc cleanup of header includesRémi Verschelde2021-07-151-0/+1
|/
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Wrap description TextEdit of plugin config dialogHaoyu Qiu2021-05-311-0/+1
* Fix Create Plugin after GD Annotation Changessboronczyk2021-03-131-1/+1
* Fix enabling of created pluginShatur952021-03-061-1/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Working multiple window support, including editorJuan Linietsky2020-03-261-4/+5
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-7/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-1/+13
* Make script made via plugin creation obey syntax settingsMichael Alexsander2020-01-211-5/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+2
* PluginConfigDialog: Slight usability changesmerumelu2019-02-121-1/+9
* PluginConfigDialog: Add partial support for more script languageIgnacio Etcheverry2019-01-231-8/+21
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Resize some editor panel minimum sizes on hiDPI displaysHugo Locurcio2018-10-201-1/+1
* PluginConfigDialog: pass subfolder name instead of plugin name on creationmerumelu2018-10-021-2/+5
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0