summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-1/+1
|\
| * String: Add contains().Anilforextra2022-02-041-1/+1
* | Merge pull request #57175 from fire-forge/add-type-iconsRémi Verschelde2022-02-031-10/+12
|\ \
| * | Add type icons to Project Settings, Array, and Dictionary editorsfire5402022-02-031-10/+12
| |/
* / Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker2022-02-011-27/+67
|/
* Merge pull request #56832 from Chaosus/fix_themingYuri Roubinsky2022-01-161-13/+13
|\
| * Fix theming update in several editor classesYuri Roubinsky2022-01-161-13/+13
* | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-1/+0
|/
* Check if action name exists before adding it or renaming an action to itMarcel Admiraal2022-01-121-8/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-6/+6
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+0
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+7
* Optimize StringName usagereduz2021-07-181-7/+7
* Improve Project Settings EditorDanil Alexeev2021-05-141-149/+113
* Improve ActionMapEditorDanil Alexeev2021-05-051-2/+0
* ProjectSettingsEditor: Make "Type" OptionButton item ids match corresponding ...kleonc2021-04-201-3/+2
* Save ProjectSettings on editor restartkobewi2021-02-261-0/+1
* Fix capitalization of checkbox in Input Map EditorMichael Alexsander2021-02-241-1/+1
* Added Import Defaults Editor in Project Settingsreduz2021-02-231-0/+6
* New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M2021-02-191-4/+214
* Reorganize Project Settingsreduz2021-02-181-19/+17
* Fix editor always redrawingreduz2021-02-131-0/+1
* Don't allow adding Objects to the project settingsHugo Locurcio2021-01-101-3/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Refactored variant constructor logicreduz2020-11-091-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander2020-08-281-0/+1
* Fixed issues with adding custom project settings and added confirmation dialo...Eric M2020-08-181-2/+12
* Fix and tweak the new header in "Project Settings"Michael Alexsander2020-08-141-12/+10
* Rewrite ProjectSettings editor advanced optionsStijn Hinlopen2020-08-101-287/+250
* Refactor Project Settings:Stijn Hinlopen2020-07-141-1793/+51
* Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-041-1/+1
|\
| * Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* | Add translation parser plugin supportSkyJJ2020-07-021-10/+16
* | Added "POT generation" feature under "Localization" in the EditorSkyJJ2020-07-021-0/+114
|/
* Merge pull request #39661 from dreamsComeTrue/restart-project-settings-msgRémi Verschelde2020-06-211-1/+1
|\
| * Project Settings 'restart' message put focus on editor rather than project it...Dominik 'dreamsComeTrue' Jasiński2020-06-191-1/+1
* | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-48/+96
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-98/+0