summaryrefslogtreecommitdiff
path: root/editor/plugins/gradient_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-08-31Unite GradientEdit and GradientEditor as editor-only widgetYuri Sizov
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-21Color Pickers Respect SettingsGuh-Feng
2022-04-20Fix UndoRedo in Gradient editorFireForge
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-20Fix wrong ColorPicker shape with GradientEditjmb462
2021-11-08Several Gradient improvementsHendrik Brucker
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-06-24GradientTexture now uses a GradientMarc Gilleron
2017-06-14renamed occurances of ColorRamp with GradientKarroffel