summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.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: Fix signals error prints for the new signal systemMateo Dev .59
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-23Signals: Fix invalid connections to missing callbacksRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-01-13Animation editor: Set resource name when duplicatingRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-01Fixed errors in AnimationPlayerEditor when switching current_animation in the...PouleyKetchoupp
2019-10-03Fix potential crash in AnimationPlayer.Relintai
2019-10-03Fix crash in #32473. (Automatically seek timeline in selected animation)Relintai
2019-10-01Automatically seek timeline in selected animationTomasz Chabora
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Merge pull request #31964 from nekomatata/fix-animation-player-errorRémi Verschelde
2019-09-04Fixed switching back to animation player editor with no animation to selectPouleyKetchoupp
2019-09-04Add informational messages to various editorsMichael Alexsander Silva Dias
2019-09-02Implement precise snapping in the animation editorHugo Locurcio
2019-08-06Tweak range steps in the animation editorHugo Locurcio
2019-08-06Improve snapping in the animation editorHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Fix minor onion layering control errorsMichael Alexsander Silva Dias
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-31Revert "Fix AnimationPlayer editor length and step synchronization"volzhs
2019-05-27Actually fix animation editor's bottom panel button not being pressed on cert...Michael Alexsander Silva Dias
2019-05-25Fix animation editor's bottom panel button not being pressed on certain occas...Michael Alexsander Silva Dias
2019-05-24Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...Rémi Verschelde
2019-05-22Fix 2D bones ignored by onion skinningPedro J. Estébanez
2019-05-20Remove ghost of canvas zoom controls during onion skinningPedro J. Estébanez
2019-05-14Make "Onion Skinning" toggle its own buttonMichael Alexsander Silva Dias
2019-05-06Fix AnimationPlayer editor length and step synchronizationTimo Schwarzer
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-14Add support for FPS snap in Animation Editor.Juan Linietsky
2019-04-04Small fixes to static analyzer bugsqarmin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin