summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_space_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+5
* refactor sync in AnimationTreeSilc Renew2022-07-161-1/+11
* Use antialiasing for line drawing in the AnimationTree editorHugo Locurcio2022-07-021-17/+17
* Removes start/end states from menusGuilherme Felipe de C. G. da Silva2022-06-041-1/+1
* Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-40/+43
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-3/+3
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-3/+3
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Use List Initializations for Vectors.Anilforextra2022-01-121-4/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-7/+7
* Use functions defined in the their classes.Anilforextra2021-09-291-10/+5
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+8
* Optimize StringName usagereduz2021-07-181-23/+23
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-10/+10
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-7/+14
* 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-7/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-34/+0
* thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-111-1/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-23/+23
* 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-44/+26
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-26/+26
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-3/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2