summaryrefslogtreecommitdiffstats
path: root/editor/plugins/curve_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Curve resourceMarc Gilleron2017-06-241-384/+551
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-2/+2
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-7/+12
* Add a few missing copyright headersRémi Verschelde2017-04-281-0/+30
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-0/+519