summaryrefslogtreecommitdiffstats
path: root/editor/plugins/version_control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-10/+10
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-10/+10
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-3/+3
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-9/+9
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-7/+7
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-22/+22
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-23/+19
* Allow docks to be closedkit2024-03-291-2/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-9/+9
* Merge pull request #87760 from kitbdev/extract-bottom-dockRémi Verschelde2024-02-231-2/+3
|\
| * Extract BottomPanel from EditorNodekit2024-02-201-2/+3
* | Add methods to add submenus without using nameskobewi2024-02-221-6/+2
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Extract editor dock managerkit2024-01-151-2/+3
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-4/+4
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-7/+7
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-39/+39
* Add EditorStringNames singletonkobewi2023-09-031-39/+40
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-1/+1
* Fix theme of editor VCS dialogsHaoyu Qiu2023-05-291-2/+3
* Merge pull request #74114 from dalexeev/editor-help-enable-context-menuYuri Sizov2023-03-161-0/+1
|\
| * Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
* | Exposing more project settings for documentationNinni Pipping2023-03-151-2/+2
|/
* 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