An error occurred fetching the project authors.
  1. 19 Jan, 2009 1 commit
  2. 04 Jan, 2009 1 commit
  3. 17 Dec, 2008 1 commit
  4. 08 Dec, 2008 1 commit
  5. 24 Nov, 2008 1 commit
  6. 07 Oct, 2008 1 commit
    • Derk-Jan Hartman's avatar
      win32 installer: fix some registry entries for win32 · f34d7584
      Derk-Jan Hartman authored
      Have a look at the path
        HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command
      in the registry.
      
      In my registry under Vista 32 EN Business the value is
        C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1"
      
      Normally, it should read
        "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1"
      
      Windows Explorer accepts both variants but the first one causes problems
      when trying to call that command from self-written programs.
      
      Reported by Stefan <vbtricks  gmx.net>
      f34d7584
  7. 26 Sep, 2008 1 commit
  8. 23 Sep, 2008 1 commit
  9. 17 Sep, 2008 1 commit
  10. 12 Sep, 2008 2 commits
  11. 10 Sep, 2008 1 commit
  12. 06 Aug, 2008 1 commit
    • Pauline Castets's avatar
      Add translations for Win32 installer (fix #1044) · b75b548f
      Pauline Castets authored
      Enable translation for Win32 installer. French translation is provided.
      New translation files need to be created in order to translate other
      languages.
      Translated strings are:
      - strings displayed in installer pages, other than the NSI standard ones
      (section names, section descriptions, installation types, VLC already
      installed massage)
      - context menu entries (Open With VLC, Add to VLC's playlist)
      - name of actions displayed in Windows autorun dialog, for DVD and CD
      (Play With VLC)
      
      Add translation files for english and french (english.nsh and
      french.nsh)
      Add header file to declare translation variables (declaration.nsh)
      Include declaration.nsh in NSI file
      Replace every displayed string in installer by the variable defined in
      language file.
      Modify Makefile to copy translation files for Win32 installer
      
      Language is chosen by NSI, with a dialog at the beginning of the
      installer (which was already there).
      Translated string are copied into the variables according to which
      language was chosen. Default is English.
      Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
      b75b548f
  13. 01 Aug, 2008 1 commit
  14. 30 Jul, 2008 2 commits
  15. 24 Jul, 2008 2 commits
  16. 25 Jun, 2008 1 commit
  17. 14 Jun, 2008 2 commits
  18. 13 Jun, 2008 1 commit
  19. 05 Jun, 2008 1 commit
  20. 31 May, 2008 1 commit
  21. 28 May, 2008 3 commits
  22. 06 Apr, 2008 2 commits
  23. 03 Apr, 2008 2 commits
  24. 25 Mar, 2008 1 commit
  25. 22 Mar, 2008 1 commit
  26. 20 Feb, 2008 1 commit
  27. 04 Feb, 2008 1 commit
    • Pierre d'Herbemont's avatar
      Source Tree Layout Cleanup: (As decided at videolan-meeting #2) · 2e888fde
      Pierre d'Herbemont authored
          projects/ - contains projects that link to libvlc other than vlc and the bindings.
          extras/package - contains the packaging specific files.
          extras/deprecated - deprecated files.
          extras/buildsystem - contains non-default buildsystem stuff.
          extras/analyser - contains code analyser (such as editor specific files) specific files.
      2e888fde
  28. 29 Jan, 2008 1 commit
  29. 23 Jan, 2008 1 commit
  30. 21 Jan, 2008 1 commit
  31. 15 Jan, 2008 1 commit
  32. 22 Oct, 2007 1 commit