summaryrefslogtreecommitdiffstats
path: root/editor/editor_feature_profile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Merge pull request #57749 from timothyqiu/feature-class-propsRémi Verschelde2022-02-071-1/+9
|\
| * Don't display empty Class Properties in feature profileHaoyu Qiu2022-02-071-1/+9
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-17/+17
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Fix various i18n failuresHaoyu Qiu2021-08-031-1/+1
* Put multiple colons back into translated stringsYuri Sizov2021-07-311-6/+6
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+6
* Optimize StringName usagereduz2021-07-181-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-22/+21
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve the layout and texts of the Editor Feature Profiles dialogYuri Sizov2021-05-311-43/+88
* Fixed changing enabled classes resetting folding in manage editor features.Emre Aydin2021-05-271-0/+36
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-5/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename Control margin to offsetMarcel Admiraal2020-12-231-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-09-041-1/+1
* Make the Import dock depend on the FileSystem dockAaron Franke2020-08-271-5/+12
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-2/+2
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Fix build after merge of #37235Rémi Verschelde2020-05-251-2/+3
* Merge pull request #37235 from Calinou/improve-editor-feature-profilesRémi Verschelde2020-05-251-5/+30
|\
| * Improve the editor feature profiles UXHugo Locurcio2020-03-221-5/+30
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-31/+0
* | Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* | Working multiple window support, including editorJuan Linietsky2020-03-261-10/+10
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-25/+15
* Added StringName as a variant type.Juan Linietsky2020-02-211-5/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-15/+15
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-3/+3
* Add ignoring of disabled recent and favorite classes in createPucklaMotzer092020-01-091-2/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Makes more strings in editor translatableHaoyu Qiu2019-12-161-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-4/+6
|\
| * Added some obvious errors explanationsqarmin2019-09-251-4/+6
* | doc: Sync classref with current sourceRémi Verschelde2019-09-241-2/+2
|/
* Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profileRémi Verschelde2019-06-191-7/+10
|\
| * Enhancements and fixes for the editor feature profileMichael Alexsander Silva Dias2019-06-121-7/+10