An error occurred fetching the project authors.
  1. 27 Mar, 2004 1 commit
    • Cyril Deguet's avatar
      * all: beginning of bitmap font support. At the moment only the digits · 00aa16f1
      Cyril Deguet authored
        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)
      00aa16f1
  2. 22 Mar, 2004 1 commit
  3. 11 Jan, 2004 1 commit
    • Cyril Deguet's avatar
      * modules/gui/skins/*: · c45fb127
      Cyril Deguet authored
       - 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
      c45fb127
  4. 03 Jan, 2004 1 commit
    • Cyril Deguet's avatar
      * all: brand new skins interface ( still _experimental_) for x11 and · b7dc5e88
      Cyril Deguet authored
        win32, by ipkiss and myself...
       Among the features:
       - framework rewritten from scratch, heavily based on design patterns
        => new controls can be (hopefully) created more easily, portability
        to other OS is better, and the interface is less dependant from
        the vlc core
       - new concept of "layout", to provide a window with several different
        views (as in winamp3 skins)
       - controls can now be placed at a relative position to the edges of
        a window, which allow controls and layouts to be resizable (e.g
        for the playlist window)
       - Use of libpng and libfreetype2 for better portability between x11 and
         win32 => ttf fonts and antialiasing
       - New DTD for the xml theme ( *it will probably change again* )
       - Very very beginning of scripting in the xml file
       - And many things I miss
       - And probably many bugs ;)
      b7dc5e88
  5. 28 Dec, 2003 2 commits
  6. 27 Dec, 2003 1 commit
  7. 26 Dec, 2003 1 commit
  8. 22 Dec, 2003 1 commit
  9. 08 Dec, 2003 1 commit
  10. 07 Dec, 2003 1 commit