summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gradient_texture_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-5/+5
* Unify and streamline connecting to Resource changeskobewi2023-07-171-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Fix Curve Editor crash with null curveMewPurPur2023-06-131-3/+5
* Some code simplificationsMarkus Sauermann2023-06-081-2/+2
* Use NOTIFICATION_MOUSE_EXIT instead of a signal for a few editor pluginsVolTer2023-05-311-10/+6
* Improvements to Gradient2D EditorVolTer2023-05-071-102/+153
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-2/+2
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-4/+2
* Fix jankiness when drawing GradientTexture2DVolTer2022-11-061-8/+8
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-2/+2
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Fix GradientTexture2D editor heightFireForge2022-06-201-5/+5
* Add GradientTexture2D editor pluginFireForge2022-03-171-0/+284