summaryrefslogtreecommitdiffstats
path: root/editor/plugins/resource_preloader_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-201-3/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-4/+4
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-0/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-5/+5
* Unify usage of undo_redo in editorkobewi2022-11-021-0/+1
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-1/+5
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-4/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-8/+8
* More icon updates on theme changeHaoyu Qiu2022-03-151-1/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-9/+4
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-5/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* String: Add contains().Anilforextra2022-02-041-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-4/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-4/+0
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Optimize StringName usagereduz2021-07-181-4/+4
* Clean up Treereduz2021-07-041-2/+4
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-2/+2
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-2/+2