summaryrefslogtreecommitdiffstats
path: root/editor/plugins/version_control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-15/+4
* Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-291-2/+3
* Add checks after ResourceLoader::load()lupoDharkael2019-09-291-0/+1
* Merge pull request #32137 from Calinou/vcs-error-if-none-availableRémi Verschelde2019-09-201-23/+13
|\
| * Display an error message if no version control systems are availableHugo Locurcio2019-09-141-23/+13
* | Merge pull request #32134 from IronicallySerious/fix-global-class-listRémi Verschelde2019-09-201-1/+13
|\ \
| * | Add correct class selection in Select VCS menuTwarit2019-09-141-1/+13
| |/
* / Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/
* Add copyright headers to vcs integrationTwarit2019-09-041-0/+30
* Add version control editor pluginTwarit2019-09-031-0/+565