summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.h
Commit message (Expand)AuthorAgeFilesLines
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-4/+2
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-011-0/+2
* Added ability to override shortcut definitions for OSX (remove preprocessor d...Eric M2021-09-221-0/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* EditorSettings: Factor code to compute auto display scaleRémi Verschelde2021-06-161-0/+1
* Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde2021-06-141-1/+0
* Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde2021-05-311-1/+1
|\
| * Rename the bundled text editor themes for consistency with themesHugo Locurcio2021-05-311-1/+1
* | Implement shader cachingreduz2021-05-311-7/+1
|/
* Added ability to override built-in actions for the editorEric M2021-02-181-1/+5
* Move project-specific editor data into res://.godot/editorAaron Franke2021-02-021-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Refactor MethodBind to use variadic templatesreduz2020-10-181-2/+1
* Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+0
* Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-17/+9
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-1/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand2019-06-131-0/+2
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-16/+16
* Fixes favorites not updating and rename favorite_dirs to favoritesgroud2018-09-181-3/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-1/+6
* Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-0/+2
* Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias2018-05-161-1/+1
* Merge pull request #15399 from poke1024/load-one-translationRémi Verschelde2018-02-141-1/+0
|\
| * Load needed translation on demandBernhard Liebl2018-01-061-1/+0
* | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
* | Fix editor setting value is back to defaultvolzhs2018-01-081-1/+1
* | Fix editor settings weird behaviorvolzhs2018-01-061-2/+6
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez2017-11-291-0/+5
* Fixed runtime EDITOR_DEFs being dropped.Daniel J. Ramirez2017-11-201-2/+2
* Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-0/+1
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-2/+9
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-2/+2