]> git.sesse.net Git - vlc/commit
* all: support of animated bitmaps in skins: there are new attributes
authorCyril Deguet <asmax@videolan.org>
Sat, 3 Dec 2005 11:43:35 +0000 (11:43 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 3 Dec 2005 11:43:35 +0000 (11:43 +0000)
commit07391315eb5d77e02a3b0569f52c2d45fb22973d
tree04ef1aac67dadb8c69f80ad493bb90d096eb09dc
parenteba35637c30b4d012c3512d95f087e25532ebba9
* all: support of animated bitmaps in skins: there are new attributes
  "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
  of frames and the frame rate in a bitmap. As in the radialslider,
  the different frames are just laid vertically in the bitamp (and
  all the frames must have the same size)
  At the moment animated bitmaps are only supported in Button controls.
15 files changed:
modules/gui/skins2/Modules.am
modules/gui/skins2/controls/ctrl_button.cpp
modules/gui/skins2/controls/ctrl_button.hpp
modules/gui/skins2/controls/ctrl_generic.cpp
modules/gui/skins2/controls/ctrl_generic.hpp
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder_data.def
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/skin_parser.cpp
modules/gui/skins2/src/file_bitmap.cpp
modules/gui/skins2/src/file_bitmap.hpp
modules/gui/skins2/src/generic_bitmap.cpp
modules/gui/skins2/src/generic_bitmap.hpp
modules/gui/skins2/src/os_graphics.hpp
share/skins2/skin.dtd