summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
2018-07-03Fix animaiton key icon not show on inspectorGuilherme Felipe
2018-07-03Merge pull request #19881 from khairul169/popupmenu_animeditMax Hilbrunner
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-07-01Fix error msg when selecting popupmenu if there is no animationkhairul169
2018-06-30Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias
2018-06-08Fix translate messages for new AnimationPlayerGuilherme Felipe
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-15-New inspector.Juan Linietsky
2018-04-27Made the Pin button disable when no AnimationPlayer is selected.Michael Alexsander Silva Dias
2018-04-27Fixed deleting an animation marked to autoplay in the editor affecting the cr...Michael Alexsander Silva Dias
2018-04-26Numerous changes to the Animation Editor.Michael Alexsander Silva Dias
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-03-27Use radio-button-like menu entries where applicablePedro J. Estébanez
2018-03-09AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-11-25Implement onion skinning for the animation editorPedro J. Estébanez
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez
2017-09-09update icons for animation_player_plugin (top bar)toger5
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Cleanup tons of obsolete commented out codeRémi Verschelde
2017-08-25Editor: Add some more translatable strings.Andreas Haas
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-08fixed loading old theme styleboxestoger5
2017-08-07Revert "fixed loading old theme styleboxes"Juan Linietsky
2017-08-05fixed loading old theme styleboxestoger5
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas
2017-06-16Fixed ‘CreateNewAnimation’ window wrong size.ageazrael
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-09New customizable editor themevolzhs
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez