summaryrefslogtreecommitdiff
path: root/editor/plugins/shader_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-22Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde
2023-01-22Rework EditorPlugin editing logickobewi
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-18Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-04add explicit editor save tagging when savingKasper Sauramo
2022-10-03Merge pull request #65276 from aaronfranke/shaderRémi Verschelde
2022-10-02Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke
2022-10-02Rename ShaderEditor that edits text shaders to TextShaderEditorAaron Franke
2022-10-01Fixed shader editor when no files are currently in shader listAnutrix
2022-09-29Rename Indent Left/Right to Indent/DedentVolTer
2022-09-26Add defines to completion list in shadersYuri Rubinsky
2022-09-18Close shader under cursor when middle mouse clicking in editor listjeffres
2022-09-17Fix selected shader file not being highlighted in shader editor listjeffres
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-26Add drag and drop support to shader listkobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-14Implement coloring for disabled branches in the shader editorYuri Rubinsky
2022-08-11Merge pull request #63582 from KoBeWi/power_shaderClay John
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio
2022-07-28Improvements to shader editorkobewi
2022-07-25Fix errors when using built-ins in shaderincYuri Rubinsky
2022-07-23Fix clearing errors indication in the shader editorYuri Rubinsky
2022-07-23Fix some errors after shader preprocessor PRYuri Rubinsky
2022-07-22Clean up Shader Preprocessorreduz
2022-07-22Adding shader preprocessor supportYuri Roubinsky
2022-07-20Fix icons not loaded correctly in the visual shader editorYuri Rubinsky
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-16Fix visual shader graph not correctly updating when multiple tabs openedYuri Rubinsky
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-05-28Redo the shader editorreduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-24Add an external link editor iconHugo Locurcio
2022-03-27Add GDExtension support to Scriptreduz
2022-03-15More icon updates on theme changeHaoyu Qiu
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-06Remove duplicate editor settings definitionskobewi
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel