[vlc-devel] CVS Commit (asmax)
cvs at videolan.org
cvs at videolan.org
Sun Jan 11 18:12:17 CET 2004
Update of /cvs/videolan/vlc/modules/gui/skins2/controls
Modified Files:
ctrl_radialslider.cpp ctrl_radialslider.hpp ctrl_slider.cpp
ctrl_slider.hpp
Update of /cvs/videolan/vlc/modules/gui/skins2/parser
Modified Files:
builder.cpp builder.hpp builder_data.hpp interpreter.cpp
interpreter.hpp
Update of /cvs/videolan/vlc/modules/gui/skins2/src
Modified Files:
skin_common.hpp skin_main.cpp tooltip.cpp var_manager.cpp
var_manager.hpp vlcproc.cpp vlcproc.hpp
Update of /cvs/videolan/vlc/modules/gui/skins2/utils
Modified Files:
bezier.cpp bezier.hpp var_bool.cpp var_bool.hpp var_list.cpp
var_list.hpp var_percent.cpp var_percent.hpp var_text.cpp
var_text.hpp variable.hpp
Update of /cvs/videolan/vlc/modules/gui/skins2/vars
Modified Files:
time.cpp time.hpp volume.cpp volume.hpp
Log Message:
* modules/gui/skins/*:
- huge cleaning of the interpreter; all the variables are stored in
the container VarManager, and can be retrieved by their name (with
type checking if needed). Some variables are still owned by VlcProc
for technical reasons (their interface is not compliant with normal
variable, because of the "updateVLC" trick)
- replaced double by float
--
asmax
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list