summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_space_1d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alertRémi Verschelde2022-10-311-0/+2
|\
| * Change import animation error to "animation nodes"kingoftheconnors2022-08-071-1/+1
| * Add alert in anim trees if resource load failskingoftheconnors2020-10-081-0/+2
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-14/+14
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | | Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde2022-08-271-1/+0
|\ \ \
| * | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
| |/ /
* / / Add read-only mode to AnimationTreeEditor pluginsSaracenOne2022-08-251-69/+91
|/ /
* | 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-4/+4
* | refactor sync in AnimationTreeSilc Renew2022-07-161-1/+11
* | Use antialiasing for line drawing in the AnimationTree editorHugo Locurcio2022-07-021-8/+8
* | Removes start/end states from menusGuilherme Felipe de C. G. da Silva2022-06-041-1/+1
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-5/+0
* | Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
* | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-30/+33
* | 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
* | 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-1/+1
* | Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+2
* | Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* | 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-17/+17
* | 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-1/+1
* | Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename Math::stepify to snappedMarcel Admiraal2020-12-281-4/+4
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+2
|/
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+10
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-17/+17
* Working multiple window support, including editorJuan 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-31/+16
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-16/+16
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2