summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* Fix active plugins property nameGeorge Marques2017-06-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-80/+72
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+216