summaryrefslogtreecommitdiff
path: root/editor/editor_plugin_settings.cpp
AgeCommit message (Expand)Author
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-07Improve plugin dialog UXkobewi
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-07-29Remove colon from column titlesHaoyu Qiu
2021-07-18Optimize StringName usagereduz
2021-07-13Add header theme type variations to labelskobewi
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-19Detect plugins recursivelyShatur95
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-16Merge pull request #36184 from volzhs/plugins-checkboxRémi Verschelde
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-14Use checkbox for plugin status instead of option listvolzhs
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-08-30Warn about all missing keys in plugin.cfgmerumelu
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-09-14Add EditorPlugin descriptions to their tooltipWill Nations
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Add PluginConfigDialog, EditorPluginSettings GUIWill Nations
2018-02-13Remove unused variable from plugin settings updateGeorge Marques
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-08Several ui improvements (mostly margins)Daniel J. Ramirez
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-06-27Fix active plugins property nameGeorge Marques
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde