summaryrefslogtreecommitdiff
path: root/editor/plugins/curve_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-19Fixes Curve Editor marginHaoyu Qiu
2019-10-26Fixed #21527 (Show hint to right click when curve editor is empty)MCrafterzz
2019-09-25Merge pull request #32345 from nekomatata/fix-curve-delete-point-errorRémi Verschelde
2019-09-25Reset hovered point in Curve when deleted to avoid errors on drawPouleyKetchoupp
2019-09-25Added some obvious errors explanationsqarmin
2019-09-02Implement snapping in the Curve editorHugo Locurcio
2019-07-10Merge pull request #30455 from qarmin/const_referenceRémi Verschelde
2019-07-10Use reference to constant in functionsqarmin
2019-07-09Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`Hugo Locurcio
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-01Improve the curve editor renderingHugo Locurcio
2019-04-30Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-10-01Fix warnings about invalid logical not on left hand side [-Wlogical-not-paren...Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-03Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26-Split EditorPlugin into EditorPlugin and EditorInterfaceJuan Linietsky
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito