Commit Graph

16 Commits

Author SHA1 Message Date
Cyril Deguet 80d1c1d973 * theme.xml: please, no useless vout window in the default skin 2004-05-17 20:14:31 +00:00
Olivier Teulière ac01cdf7c0 * skins2: Removed the Theme.fadetime attribute (unused) 2004-05-12 18:56:51 +00:00
Olivier Teulière 65be8db804 * skins2/src/skin_main.cpp: Transparency is default disabled
* skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
   because in the future resizing will be allowed in all directions
 * share/skins2/default/theme.xml: Updated the skin accordingly
2004-05-08 18:10:38 +00:00
Olivier Teulière d10776c2c6 * share/skins2/skin.dtd: removed a useless attribute 2004-05-04 19:50:43 +00:00
Gildas Bazin 2a73b7289d * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
2004-04-30 15:30:43 +00:00
Cyril Deguet f812f2cb8d * all: the DTD lookup for skins2 themes now use XML catalogs:
The XML file must begin with:
    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
    (the "skin.dtd" is ignored but should be an URL on the website)
    and the DTD is looked up at runtime in the directories of the resource
    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
    -> the DTD doesn't need any more to be shipped with the themes.
2004-04-12 17:08:58 +00:00
Mohammed Adnène Trojette 9c615be0e1 crotte ! 2004-04-07 20:10:16 +00:00
Olivier Teulière 0702887b0a * skins2 DTD: Removed unused attributes of the Font 2004-03-31 11:24:43 +00:00
Mohammed Adnène Trojette fb105c196f Modified a little default skin
-> hiding video window
2004-03-30 10:37:44 +00:00
Cyril Deguet 00aa16f116 * 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)
2004-03-27 00:21:13 +00:00
Olivier Teulière 73d587a5c2 * skins2/parser/builder*: All the controls now have a 'visible' attribute
* share/skins2/default/skin.dtd: Changed a few details here and there
2004-03-24 22:10:56 +00:00
Olivier Teulière e72c13db72 * skins2: Fixed broken DTD 2004-03-23 21:03:20 +00:00
Cyril Deguet a8283ef69a * all : skeleton of a future bitmap font support
* skin.dtd : new BitmapFont element
2004-03-22 20:38:15 +00:00
Cyril Deguet 0c81e3b452 * moved the default font in share/skins2/fonts
* parser/builder.cpp: a font with ID "defaultfont" is loaded from
  the common font directory
2004-03-21 20:39:43 +00:00
Cyril Deguet 8c85b41474 * added a fonts directory 2004-03-21 20:19:18 +00:00
Cyril Deguet eda02c9465 * moved the default skins2 theme in share/skins2/default/
* all: added a "tooltipfont" element in the <Theme> tag (unused at the
      moment)
2004-03-21 20:01:24 +00:00