summaryrefslogtreecommitdiff
path: root/editor/editor_settings.h
AgeCommit message (Expand)Author
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-05Added ability to retrieve array of changed settings changed when it is saved.Eric M
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-01Allow shortcuts to have any number of bindings. Updated UI as required.Eric M
2021-09-22Added ability to override shortcut definitions for OSX (remove preprocessor d...Eric M
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-06-16EditorSettings: Factor code to compute auto display scaleRémi Verschelde
2021-06-14Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde
2021-05-31Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde
2021-05-31Rename the bundled text editor themes for consistency with themesHugo Locurcio
2021-05-31Implement shader cachingreduz
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-02Move project-specific editor data into res://.godot/editorAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-29Removed unnecessary keyword, fix comment styleCraig-Stoneham
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-22Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-13Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-09-18Fixes favorites not updating and rename favorite_dirs to favoritesgroud
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb23
2018-05-16Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias
2018-02-14Merge pull request #15399 from poke1024/load-one-translationRémi Verschelde
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-01-08Fix editor setting value is back to defaultvolzhs
2018-01-06Load needed translation on demandBernhard Liebl
2018-01-06Fix editor settings weird behaviorvolzhs
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez
2017-11-20Fixed runtime EDITOR_DEFs being dropped.Daniel J. Ramirez