summaryrefslogtreecommitdiffstats
path: root/editor/plugins/curve_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* Fix incorrect Curve editor preview thumbnail scalingHugo Locurcio2024-07-211-2/+1
* Improve Curve preview colors for consistencyChristian Kaiser2024-07-181-3/+1
* Enable `restart_if_changed` for the touchscreen editor settingsFredia Huya-Kouadio2024-07-171-6/+0
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-9/+9
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+6
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix CurveEdit crash when dragging the curve if it is nullYuri Rubinsky2023-09-231-0/+3
* Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-17/+18
* Increase vertical size of `CurveEdit` when `Inspector` widensocean (they/them)2023-08-031-1/+4
* Merge pull request #79175 from MewPurPur/curve-deselectYuri Sizov2023-07-241-1/+3
|\
| * Deselect curve point with RMB on the empty spaceMewPurPur2023-07-081-1/+3
* | Fix wrong Curve connectionkobewi2023-07-181-2/+2
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-5/+4
* | 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-1/+1
* Use NOTIFICATION_MOUSE_EXIT instead of a signal for a few editor pluginsVolTer2023-05-311-8/+6
* Overhaul the Curve EditorVolTer2023-05-281-480/+725
* Add metadata to resource previewskobewi2023-05-101-1/+1
* Adds a `scale_gizmo_handles` entry to the `Touchscreen` editor settingsFredia Huya-Kouadio2023-05-071-8/+14
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
* Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-2/+2
* Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of undo_redo in editorkobewi2022-11-021-31/+28
* Fix error in curve editor multiline string drawocean (they/them)2022-11-011-2/+2
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Make some Image methods statickobewi2022-10-141-1/+1
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-3/+3
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-4/+4
* Add per-scene UndoRedokobewi2022-08-221-27/+27
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-2/+2
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-5/+1
* Use autowrap in the curve editor.bruvzg2022-07-041-2/+3
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+4
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Use fill() to fill an entire image instead of setting pixels individually.Anilforextra2022-01-081-5/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-10/+10