summaryrefslogtreecommitdiffstats
path: root/editor/plugins/version_control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* VCS: Fix split diff's overlapping fieldsTwarit Waikar2022-12-231-6/+1
* Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde2022-12-211-41/+4
|\
| * VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar2022-12-201-41/+4
* | VCS: Remove method binds that are not being used in VersionControlEditorPluginTwarit Waikar2022-12-211-38/+1
* | VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar2022-12-211-1/+17
|/
* Fix incorrect rendering of vcs dialogsYuri Rubinsky2022-12-061-2/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* VCS plugin: SSH key dialog defaults to HOMERémi Verschelde2022-09-121-6/+4
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* VCS: Improve VCS UI/UX by QoL changesTwarit Waikar2022-08-311-77/+124
* VCS: Replace usage of varray() by using callable_mp::bind()Twarit Waikar2022-08-311-9/+9
* VCS: Fix empty metadata items being moved across stagesTwarit Waikar2022-08-311-2/+7
* VCS: Load a GDExtension instead of Script + UI port from 3.5Twarit Waikar2022-08-311-168/+157
* VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar2022-08-311-294/+1253
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-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-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-5/+5
* Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke2021-11-121-0/+33
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Expose and cleanup TextEdit line wrap APIPaulb232021-08-121-1/+1
* Merge pull request #50430 from goostengine/ctrl-enter-commitRémi Verschelde2021-08-021-0/+26
|\
| * VCS: Allow to stage and commit all files with Ctrl + EnterAndrii Doroshenko (Xrayez)2021-07-171-0/+26
* | Make various strings translatablefoxydevloper2021-07-191-5/+5
* | Optimize StringName usagereduz2021-07-181-14/+14
|/
* Set minimum size for "Version Control" diff bottom panelAndrii Doroshenko (Xrayez)2021-07-101-0/+1
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* 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-7/+7
* Merge pull request #44528 from Janglee123/no-commit-msg-pre-fillRémi Verschelde2020-12-191-1/+0
|\
| * Removed default commit messagejanglee2020-12-201-1/+0
* | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-58/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-18/+14
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+11
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-11/+11
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-2/+3