[vlc-devel] vlc: svn commit r7173 (asmax)

Subversion daemon svn at videolan.org
Sat Mar 27 01:21:14 CET 2004


r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
Changed paths:
   M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
   M /trunk/modules/gui/skins2/parser/builder.cpp
   M /trunk/modules/gui/skins2/parser/builder.hpp
   M /trunk/modules/gui/skins2/parser/builder_data.def
   M /trunk/modules/gui/skins2/parser/builder_data.hpp
   M /trunk/modules/gui/skins2/parser/skin_parser.cpp
   M /trunk/modules/gui/skins2/src/bitmap_font.cpp
   M /trunk/modules/gui/skins2/src/bitmap_font.hpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
   M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
   M /trunk/modules/gui/skins2/vars/time.cpp
   M /trunk/share/skins2/default/skin.dtd

  * all: beginning of bitmap font support. At the moment only the digits
  font for xmms/winamp2 skins is supported (the bitmap must have the
  following layout: [0123456789 -] with letters of size 9x13).
  Non-digit characters are just skipped, with a hardcoded advance of 6
  (it allows correct display of time in xmms skins; the ':' are skipped)
  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
  * vars/time.cpp: notify the observers also when the input is stopped
  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
  text is displayed (was causing bugs in time display)

-- 
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