summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_file_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-2/+2
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-2/+2
* Extract BottomPanel from EditorNodekit2024-02-201-3/+4
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* Add EditorStringNames singletonkobewi2023-09-031-6/+7
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+1
* Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Allow selecting text in shader compilation logsMarc Gilleron2022-11-201-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+6
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-7/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* Implement Binary Shader Compilationreduz2021-07-261-3/+3
* Optimize StringName usagereduz2021-07-181-6/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Style: Add missing copyright headersRémi Verschelde2020-05-101-0/+30
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-0/+303