summaryrefslogtreecommitdiffstats
path: root/editor/editor_feature_profile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix minor typosYuri Chornoivan2019-06-171-1/+1
|/
* Add missing license headersRémi Verschelde2019-06-111-0/+30
* Changes to to feature profile editorJuan Linietsky2019-04-081-3/+3
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+889