summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+1
* Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde2022-08-301-1/+1
|\
| * Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
|/
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+5
* Improve plugin dialog UXkobewi2022-05-071-4/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-5/+9
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Remove colon from column titlesHaoyu Qiu2021-07-291-5/+5
* Optimize StringName usagereduz2021-07-181-1/+1
* Add header theme type variations to labelskobewi2021-07-131-1/+3
* Clean up Treereduz2021-07-041-0/+5
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Detect plugins recursivelyShatur952021-01-191-34/+32
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove connect *_compat methodsAaron Franke2020-12-051-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Merge pull request #36184 from volzhs/plugins-checkboxRémi Verschelde2020-03-161-18/+6
|\
| * Use checkbox for plugin status instead of option listvolzhs2020-02-141-18/+6
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-9/+4
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
|/
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Warn about all missing keys in plugin.cfgmerumelu2019-08-301-37/+51
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-1/+1
* Add EditorPlugin descriptions to their tooltipWill Nations2018-09-141-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Add PluginConfigDialog, EditorPluginSettings GUIWill Nations2018-07-261-1/+35
* Remove unused variable from plugin settings updateGeorge Marques2018-02-131-2/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-4/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-4/+5