summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-2/+2
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+0
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-8/+0
* Rename directory for export templates from templates to export_templatesAaron Franke2022-07-221-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+2
* Added ability to retrieve array of changed settings changed when it is saved.Eric M2022-03-051-0/+5
* 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