summaryrefslogtreecommitdiffstats
path: root/editor/plugins/curve_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+0
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-3/+3
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Fixes Curve Editor marginHaoyu Qiu2019-12-191-12/+16
* Fixed #21527 (Show hint to right click when curve editor is empty)MCrafterzz2019-10-261-0/+3
* Merge pull request #32345 from nekomatata/fix-curve-delete-point-errorRémi Verschelde2019-09-251-0/+3
|\
| * Reset hovered point in Curve when deleted to avoid errors on drawPouleyKetchoupp2019-09-251-0/+3
* | Added some obvious errors explanationsqarmin2019-09-251-1/+1
|/
* Implement snapping in the Curve editorHugo Locurcio2019-09-021-3/+13
* Merge pull request #30455 from qarmin/const_referenceRémi Verschelde2019-07-101-1/+1
|\
| * Use reference to constant in functionsqarmin2019-07-101-1/+1
* | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`Hugo Locurcio2019-07-091-18/+1
|/
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Improve the curve editor renderingHugo Locurcio2019-06-011-11/+12
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-9/+9
|\
| * Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-9/+9
* | Use approximate equallity methods in many placesAaron Franke2019-04-251-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+2
* Fix warnings about invalid logical not on left hand side [-Wlogical-not-paren...Rémi Verschelde2018-10-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Added possibility to change color of 2d editor gridChaosus2018-08-191-2/+2
* -Hid texture flags by default so they dont take so much spaceJuan Linietsky2018-05-181-2/+2
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-75/+17
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1