Merge pull request #1579 from wxWidgets/fix-1567-AnimationDecoder

Use generic animation classes on all platforms
This commit is contained in:
Robin Dunn
2020-04-06 20:16:51 -07:00
committed by GitHub
9 changed files with 333 additions and 112 deletions

View File

@@ -110,10 +110,17 @@
"AND":"wx.",
"AND_INVERT":"wx.",
"AND_REVERSE":"wx.",
"ANIDecoder":"wx.adv.",
"ANIMATION_IMPL_TYPE_GENERIC":"wx.adv.",
"ANIMATION_IMPL_TYPE_NATIVE":"wx.adv.",
"ANIMATION_TYPE_ANI":"wx.adv.",
"ANIMATION_TYPE_ANY":"wx.adv.",
"ANIMATION_TYPE_GIF":"wx.adv.",
"ANIMATION_TYPE_INVALID":"wx.adv.",
"ANIM_DONOTREMOVE":"wx.adv.",
"ANIM_TOBACKGROUND":"wx.adv.",
"ANIM_TOPREVIOUS":"wx.adv.",
"ANIM_UNSPECIFIED":"wx.adv.",
"ANTIALIAS_DEFAULT":"wx.",
"ANTIALIAS_NONE":"wx.",
"APPLY":"wx.",
@@ -300,8 +307,15 @@
"AlphaPixelData":"wx.",
"AlphaPixelData_Accessor":"wx.",
"Animation":"wx.adv.",
"AnimationBase":"wx.adv.",
"AnimationCtrl":"wx.adv.",
"AnimationCtrlGeneric":"wx.adv.",
"AnimationCtrlNameStr":"wx.adv.",
"AnimationDecoder":"wx.adv.",
"AnimationDisposal":"wx.adv.",
"AnimationGenericImpl":"wx.adv.",
"AnimationImpl":"wx.adv.",
"AnimationImplType":"wx.adv.",
"AnimationType":"wx.adv.",
"AntialiasMode":"wx.",
"AnyButton":"wx.",
@@ -1306,6 +1320,7 @@
"GBSpan":"wx.",
"GCDC":"wx.",
"GDIObject":"wx.",
"GIFDecoder":"wx.adv.",
"GIFHandler":"wx.",
"GLAttribsBase":"wx.glcanvas.",
"GLAttributes":"wx.glcanvas.",
@@ -1347,6 +1362,8 @@
"Gauge":"wx.",
"GaugeNameStr":"wx.",
"GenericAboutBox":"wx.adv.",
"GenericAnimation":"wx.adv.",
"GenericAnimationCtrl":"wx.adv.",
"GenericCalendarCtrl":"wx.adv.",
"GenericDatePickerCtrl":"wx.adv.",
"GenericDirCtrl":"wx.",
@@ -2520,6 +2537,7 @@
"NullColour":"wx.",
"NullCursor":"wx.",
"NullFont":"wx.",
"NullGenericAnimation":"wx.adv.",
"NullGraphicsBitmap":"wx.",
"NullGraphicsBrush":"wx.",
"NullGraphicsFont":"wx.",