summaryrefslogtreecommitdiff
path: root/editor/editor_feature_profile.cpp
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-03Fix various i18n failuresHaoyu Qiu
2021-07-31Put multiple colons back into translated stringsYuri Sizov
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Improve the layout and texts of the Editor Feature Profiles dialogYuri Sizov
2021-05-27Fixed changing enabled classes resetting folding in manage editor features.Emre Aydin
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-09-04doc: Sync classref with current sourceRémi Verschelde
2020-08-27Make the Import dock depend on the FileSystem dockAaron Franke
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-25Fix build after merge of #37235Rémi Verschelde
2020-05-25Merge pull request #37235 from Calinou/improve-editor-feature-profilesRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-22Improve the editor feature profiles UXHugo Locurcio
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-09Add ignoring of disabled recent and favorite classes in createPucklaMotzer09
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24doc: Sync classref with current sourceRémi Verschelde
2019-06-19Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profileRémi Verschelde
2019-06-17Fix minor typosYuri Chornoivan
2019-06-12Enhancements and fixes for the editor feature profileMichael Alexsander Silva Dias
2019-06-11Add missing license headersRémi Verschelde
2019-04-08Changes to to feature profile editorJuan Linietsky
2019-04-08Add ability to edit editor feature profilesJuan Linietsky