An error occurred fetching the project authors.
  1. 14 Apr, 2008 1 commit
  2. 29 Jan, 2008 1 commit
    • Rafaël Carré's avatar
      misc: fix warnings · 94a67470
      Rafaël Carré authored
          declare unused parameters in callbacks as void
          use size_t
          xml/xtag.c: comment dead code
          freetype: use mdate() instead of time(), remove unused parameter from UnderlineGlyphYUVA()
          notify/growl: factorize NotifyGrowl()
      94a67470
  3. 23 Jan, 2008 1 commit
  4. 10 Sep, 2007 1 commit
  5. 20 Aug, 2007 1 commit
  6. 07 Oct, 2006 1 commit
  7. 29 Mar, 2006 1 commit
  8. 25 Mar, 2006 1 commit
  9. 22 Mar, 2006 1 commit
  10. 12 Jan, 2006 1 commit
  11. 08 Oct, 2005 1 commit
  12. 09 Jul, 2005 1 commit
  13. 08 Jul, 2005 1 commit
  14. 03 Apr, 2005 1 commit
  15. 02 Apr, 2005 2 commits
  16. 01 Apr, 2005 1 commit
  17. 11 Dec, 2004 1 commit
    • Clément Stenac's avatar
      Improvements to preferences · a90a19a6
      Clément Stenac authored
      * Each module can declare a "human-readable short name" with set_name
      * Modules are sorted by category (set_category, set_subcategory).
        Modules configs can be separated by set_section()
      * Separated audio-filter and audio-visual
      * Separated extraintf and control
      * New command and widget : add_module_list() for comma-separated modules
      * Vfilters now use "," as separator
      a90a19a6
  18. 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