summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-2/+2
|\
| * Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-5/+5
|/
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-10/+11
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Adds pan gesture to StateMachine editorHaoyu Qiu2020-10-091-0/+6
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-6/+12
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+20
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-57/+0
* thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-111-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Removed duplicated add_childqarmin2020-04-031-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Popups have also been converted to windowsJuan Linietsky2020-03-261-11/+9
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-1/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-37/+37
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* 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: Port connect calls to use callable_mpRémi Verschelde2020-02-281-32/+16
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-16/+16
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-2/+2
* Texture refactorJuan Linietsky2020-02-111-15/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-1/+1
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Makes more editor strings translatableHaoyu Qiu2019-12-211-1/+1
* Fixed error when renaming a state in AnimationNodeStateMachinePouleyKetchoupp2019-11-011-2/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+4
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* [StateMachine] Fix play positionGuilherme Felipe2019-04-231-2/+6
* Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam2019-04-231-2/+21
|\
| * Show play position of sub state machineGuilherme Felipe2019-01-131-2/+21
* | Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-9/+9
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
|/
* Hides error_panel of state machine on the first time.Guilherme Felipe2019-01-091-0/+1
* Merge pull request #24814 from YeldhamDev/animtree_editor_statemach_scrollsRémi Verschelde2019-01-071-15/+8
|\
| * Move scrolls in the StateMachine editor inside the panelMichael Alexsander Silva Dias2019-01-071-15/+8
* | Fix state machine scrollGuilherme Felipe2019-01-061-2/+3
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2