1. 02 Aug, 2006 1 commit
  2. 01 Aug, 2006 8 commits
  3. 31 Jul, 2006 11 commits
  4. 30 Jul, 2006 13 commits
  5. 29 Jul, 2006 7 commits
    • Damien Fouilleul's avatar
      few fixes in libvlc APis · de277e80
      Damien Fouilleul authored
      - allow for libvlc_exception_t to be NULL in APIs
      - remove X11 references from libvlc, as it breaks MacOS X
      de277e80
    • Derk-Jan Hartman's avatar
      * Allow the asx module to peek instead on relying on file extension · 56c76843
      Derk-Jan Hartman authored
      * Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
      * Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.
      
      This fixes #690
      
      56c76843
    • Felix Paul Kühne's avatar
      9c964adb
    • Felix Paul Kühne's avatar
      * improved some error messages · 76d75d3d
      Felix Paul Kühne authored
      76d75d3d
    • Felix Paul Kühne's avatar
      * enhanced the interaction core with some method additions/changes · 6cb1101a
      Felix Paul Kühne authored
      - intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
      - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
      - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
      - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
      6cb1101a
    • Christophe Mutricy's avatar
      fix breakqge introduce in [16152] · 87a71d24
      Christophe Mutricy authored
      87a71d24
    • Clément Stenac's avatar
      svn ids and stuff · 525b810c
      Clément Stenac authored
      525b810c