summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-19/+4
* Implement precise snapping in the animation editorHugo Locurcio2019-09-021-2/+15
* Tweak range steps in the animation editorHugo Locurcio2019-08-061-1/+1
* Improve snapping in the animation editorHugo Locurcio2019-08-061-24/+9
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix minor onion layering control errorsMichael Alexsander Silva Dias2019-06-191-77/+66
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Revert "Fix AnimationPlayer editor length and step synchronization"volzhs2019-05-311-30/+14
* Actually fix animation editor's bottom panel button not being pressed on cert...Michael Alexsander Silva Dias2019-05-271-4/+2
* Fix animation editor's bottom panel button not being pressed on certain occas...Michael Alexsander Silva Dias2019-05-251-55/+17
* Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...Rémi Verschelde2019-05-241-14/+30
|\
| * Fix AnimationPlayer editor length and step synchronizationTimo Schwarzer2019-05-061-14/+30
* | Fix 2D bones ignored by onion skinningPedro J. Estébanez2019-05-221-1/+1
* | Remove ghost of canvas zoom controls during onion skinningPedro J. Estébanez2019-05-201-0/+1
* | Make "Onion Skinning" toggle its own buttonMichael Alexsander Silva Dias2019-05-141-11/+16
|/
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-6/+6
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-6/+6
* | Add support for FPS snap in Animation Editor.Juan Linietsky2019-04-141-0/+5
|/
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-11/+11
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixes drawing of the 2D plugins on the 3D viewgroud2018-09-181-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner2018-07-051-0/+2
|\
| * Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias2018-06-301-0/+2
* | Fix animaiton key icon not show on inspectorGuilherme Felipe2018-07-031-1/+9
* | Merge pull request #19881 from khairul169/popupmenu_animeditMax Hilbrunner2018-07-031-2/+5
|\ \
| * | Fix error msg when selecting popupmenu if there is no animationkhairul1692018-07-011-2/+5
| |/
* / -Fix in animationplayback, sound would be cut on loopJuan Linietsky2018-07-011-0/+2
|/
* Fix translate messages for new AnimationPlayerGuilherme Felipe2018-06-081-4/+4
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-125/+128
* -New inspector.Juan Linietsky2018-05-151-2/+2
* Made the Pin button disable when no AnimationPlayer is selected.Michael Alexsander Silva Dias2018-04-271-0/+1
* Fixed deleting an animation marked to autoplay in the editor affecting the cr...Michael Alexsander Silva Dias2018-04-271-0/+6
* Numerous changes to the Animation Editor.Michael Alexsander Silva Dias2018-04-261-7/+10
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-3/+3
* AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-03-091-0/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-4/+4
* Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-141-13/+11
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
* Implement onion skinning for the animation editorPedro J. Estébanez2017-11-251-2/+450
* Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-121-1/+1
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-6/+6