summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix shader editor crashbitsawer2023-05-261-2/+9
* Improve editor state persistenceHendrik Brucker2023-05-111-14/+69
* Add multi window code and shader editorstrollodel2023-05-101-5/+62
* Close built-in shaders when closing scenekobewi2023-04-091-0/+28
* Merge pull request #74869 from fahadshihab/masterYuri Sizov2023-03-151-4/+9
|\
| * Added drag and drop support for shaderincludeFahad Shihab2023-03-151-4/+9
* | Shader editor trims trailing whitespace if set in editor settingsAndreas Raddau2023-03-091-4/+12
|/
* Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde2023-01-221-0/+4
|\
| * Rework EditorPlugin editing logickobewi2023-01-221-0/+4
* | Use range iterators in LocalVector loopskobewi2023-01-211-20/+20
|/
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-7/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-7/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
|/
* 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
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Unify usage of undo_redo in editorkobewi2022-11-021-1/+2
* add explicit editor save tagging when savingKasper Sauramo2022-10-041-0/+6
* Merge pull request #65276 from aaronfranke/shaderRémi Verschelde2022-10-031-1165/+5
|\
| * Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke2022-10-021-1161/+1
| * Rename ShaderEditor that edits text shaders to TextShaderEditorAaron Franke2022-10-021-47/+47
* | Fixed shader editor when no files are currently in shader listAnutrix2022-10-011-2/+2
|/
* Rename Indent Left/Right to Indent/DedentVolTer2022-09-291-8/+8
* Add defines to completion list in shadersYuri Rubinsky2022-09-261-1/+5
* Close shader under cursor when middle mouse clicking in editor listjeffres2022-09-181-4/+3
* Fix selected shader file not being highlighted in shader editor listjeffres2022-09-171-0/+1
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add drag and drop support to shader listkobewi2022-08-261-0/+115
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Implement coloring for disabled branches in the shader editorYuri Rubinsky2022-08-141-2/+65
* Merge pull request #63582 from KoBeWi/power_shaderClay John2022-08-111-27/+39
|\
| * Improvements to shader editorkobewi2022-07-281-27/+39
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* | Swap arguments of ResourceSaver.save()kobewi2022-07-291-4/+4
* | Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* | Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-5/+5
|/
* Fix errors when using built-ins in shaderincYuri Rubinsky2022-07-251-4/+26
* Fix clearing errors indication in the shader editorYuri Rubinsky2022-07-231-0/+1
* Fix some errors after shader preprocessor PRYuri Rubinsky2022-07-231-3/+3
* Clean up Shader Preprocessorreduz2022-07-221-58/+203
* Adding shader preprocessor supportYuri Roubinsky2022-07-221-68/+270
* Fix icons not loaded correctly in the visual shader editorYuri Rubinsky2022-07-201-2/+2
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Fix visual shader graph not correctly updating when multiple tabs openedYuri Rubinsky2022-07-161-0/+10
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Redo the shader editorreduz2022-05-281-20/+190
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1