summaryrefslogtreecommitdiff
path: root/editor/plugins/version_control_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-23VCS: Fix split diff's overlapping fieldsTwarit Waikar
2022-12-21Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde
2022-12-21VCS: Remove method binds that are not being used in VersionControlEditorPluginTwarit Waikar
2022-12-21VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar
2022-12-20VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar
2022-12-06Fix incorrect rendering of vcs dialogsYuri Rubinsky
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-09-12VCS plugin: SSH key dialog defaults to HOMERémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-31VCS: Improve VCS UI/UX by QoL changesTwarit Waikar
2022-08-31VCS: Replace usage of varray() by using callable_mp::bind()Twarit Waikar
2022-08-31VCS: Fix empty metadata items being moved across stagesTwarit Waikar
2022-08-31VCS: Load a GDExtension instead of Script + UI port from 3.5Twarit Waikar
2022-08-31VCS: Port Godot 3.5's VCS features to GDExtensionTwarit Waikar
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-08-02Merge pull request #50430 from goostengine/ctrl-enter-commitRémi Verschelde
2021-07-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-07-17VCS: Allow to stage and commit all files with Ctrl + EnterAndrii Doroshenko (Xrayez)
2021-07-10Set minimum size for "Version Control" diff bottom panelAndrii Doroshenko (Xrayez)
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-20Disable "Commit" button in VCS plugin if there's no commit messageMichael Alexsander
2020-12-19Merge pull request #44528 from Janglee123/no-commit-msg-pre-fillRémi Verschelde
2020-12-20Removed default commit messagejanglee
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-05Add do..while(0) wrappers to macros without one.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-19Editor: fix typo in VCS plugin method namesmerumelu