1. 14 May, 2005 12 commits
  2. 13 May, 2005 16 commits
  3. 12 May, 2005 9 commits
  4. 11 May, 2005 3 commits
    • Damien Fouilleul's avatar
    • Damien Fouilleul's avatar
      src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to... · 83974ced
      Damien Fouilleul authored
      src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
      
      vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
      
      main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
      
      83974ced
    • Benjamin Pracht's avatar
      * Transmit keyboard events from the arrow and enter key to the main... · 29e2c8a4
      Benjamin Pracht authored
      * Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
      * This doesn't conflict with dvd menu navigation.
      * If these keys are set to an action that is handled by Cocoa, this action will have priority.
      
      
      29e2c8a4