summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gradient_texture_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* Fix unnecessary overbright modulates used in a few editorsMewPurPur2024-06-281-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-3/+3
* 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