summaryrefslogtreecommitdiffstats
path: root/editor/plugins/curve_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias2018-01-031-20/+3
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+4
* CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-9/+9
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-8/+8
* Rename pos to position in user facing methods and variablesletheed2017-09-201-11/+11
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Split EditorPlugin into EditorPlugin and EditorInterfaceJuan Linietsky2017-08-261-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-7/+7
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-071-3/+3
* Added Curve preview thumbnailMarc Gilleron2017-07-021-0/+73
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-281-29/+53
* Curve featuresMarc Gilleron2017-06-261-40/+142