Age | Commit message (Expand) | Author |
2021-08-12 | Expose and cleanup TextEdit line wrap API | Paulb23 |
2021-07-25 | Fix various typos | luz paz |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-15 | Merge pull request #41788 from EricEzaM/PR/proj-settings-fix | Rémi Verschelde |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-07-12 | Added validation to plugin creation. | Eric M |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-31 | Wrap description TextEdit of plugin config dialog | Haoyu Qiu |
2021-03-13 | Fix Create Plugin after GD Annotation Changes | sboronczyk |
2021-03-06 | Fix enabling of created plugin | Shatur95 |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-07 | Use modules_enabled.gen.h to improve inter dependency checks | Rémi Verschelde |
2020-01-21 | Make script made via plugin creation obey syntax settings | Michael Alexsander |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin |
2019-02-12 | PluginConfigDialog: Slight usability changes | merumelu |
2019-01-23 | PluginConfigDialog: Add partial support for more script language | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-20 | Resize some editor panel minimum sizes on hiDPI displays | Hugo Locurcio |
2018-10-02 | PluginConfigDialog: pass subfolder name instead of plugin name on creation | merumelu |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-26 | Add PluginConfigDialog, EditorPluginSettings GUI | Will Nations |