]> git.sesse.net Git - vlc/commit
* skin.dtd: added an attribute "resize" in the "Image" element, to define
authorCyril Deguet <asmax@videolan.org>
Wed, 4 May 2005 20:52:43 +0000 (20:52 +0000)
committerCyril Deguet <asmax@videolan.org>
Wed, 4 May 2005 20:52:43 +0000 (20:52 +0000)
commitf07020df7a1e67b6d063e82839b1fb29c92bc384
tree8cdb2567ca752dba62f65c34d5457a881165d746
parenta110441d5ae696b9672ff59ca938dc76482b72a3
* skin.dtd: added an attribute "resize" in the "Image" element, to define
  the method used to resize the image, which can be "mosaic" (the default)
  or "scale". Note that the previous behaviour was always "scale" before,
  but mosaic is much much faster, so use scale method only for fun ;)
* skins2/*: support of the new mosaic method; playlist resize with this
  method is significantly faster!
modules/gui/skins2/controls/ctrl_image.cpp
modules/gui/skins2/controls/ctrl_image.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
share/skins2/skin.dtd