An error occurred fetching the project authors.
  1. 03 Dec, 2005 1 commit
    • Cyril Deguet's avatar
      * all: support of animated bitmaps in skins: there are new attributes · 07391315
      Cyril Deguet authored
        "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
        of frames and the frame rate in a bitmap. As in the radialslider,
        the different frames are just laid vertically in the bitamp (and
        all the frames must have the same size)
        At the moment animated bitmaps are only supported in Button controls.
      07391315
  2. 05 Nov, 2005 1 commit
  3. 09 Jul, 2005 1 commit
  4. 08 Jul, 2005 1 commit
  5. 16 Dec, 2004 1 commit
  6. 26 Nov, 2004 1 commit
    • Gildas Bazin's avatar
      * ALL: New XML module type. · 6d51bbdc
      Gildas Bazin authored
      * include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
      * modules/misc/xml/xtag.c: trivial XML parser module.
      * modules/misc/xml/libxml.c: XML parser module using libxml2.
      * modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.
      6d51bbdc
  7. 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