]> git.sesse.net Git - vlc/commit
* all: the skin sliders can now have a background image, which
authorCyril Deguet <asmax@videolan.org>
Tue, 8 Nov 2005 20:26:13 +0000 (20:26 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 8 Nov 2005 20:26:13 +0000 (20:26 +0000)
commite0352f9138f8da06abf7cb621011bbfafda9c803
tree596d9d594e057acc9dcd12bd15fbdb1ca72a222d
parentcfe22e5485777df42f02a129f9d36882b7ee67f2
* all: the skin sliders can now have a background image, which
 depends on the position of the slider. The "Slider" elements now
 have optional attributes "background", which the Id of a bitmap,
 and "nbimages" which is the number of images in the bitmap (it
 is similar to the radialslider). At the moment there is a hack
 to support winamp slider bars: the different images must be
 separated by 3 rows of unused pixels (well, maybe they are
 useful; if someone knows how... ;)
* theme_loader.cpp: convert the file names from zip archives to
  lower case, to avoid mixed case issues in some winamp skins
modules/gui/skins2/controls/ctrl_slider.cpp
modules/gui/skins2/controls/ctrl_slider.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/theme_loader.cpp
share/skins2/skin.dtd
share/skins2/winamp2.xml