summaryrefslogtreecommitdiffstats
path: root/editor/plugins/curve_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Improve Curve with const and real_tAaron Franke2021-11-301-1/+1
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-3/+3
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-5/+1
* Add scaling to the curve editor's handlesAtlinx2021-07-191-6/+7
* Optimize StringName usagereduz2021-07-181-13/+13
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-0/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-4/+4
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-12/+15
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+38
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-11/+11
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-5/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-6/+6