summaryrefslogtreecommitdiffstats
path: root/editor/plugins/version_control_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-9/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde2022-12-211-4/+1
|\
| * VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar2022-12-201-4/+1
* | VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar2022-12-211-0/+3
|/
* VCS: Improve VCS UI/UX by QoL changesTwarit Waikar2022-08-311-5/+10
* VCS: Load a GDExtension instead of Script + UI port from 3.5Twarit Waikar2022-08-311-1/+3
* VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-61/+122
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-38/+38
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke2021-11-121-0/+4
* VCS: Allow to stage and commit all files with Ctrl + EnterAndrii Doroshenko (Xrayez)2021-07-171-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Disable "Commit" button in VCS plugin if there's no commit messageMichael Alexsander2020-12-201-0/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-1/+1
* Add copyright headers to vcs integrationTwarit2019-09-041-0/+30
* Add version control editor pluginTwarit2019-09-031-0/+116