1. 08 May, 2003 2 commits
  2. 07 May, 2003 12 commits
  3. 06 May, 2003 8 commits
  4. 05 May, 2003 14 commits
  5. 04 May, 2003 4 commits
    • Gildas Bazin's avatar
      · cc0c54f9
      Gildas Bazin authored
      * src/audio_output/output.c: fixed warning.
      cc0c54f9
    • Christophe Massiot's avatar
    • Gildas Bazin's avatar
      · 36b12ceb
      Gildas Bazin authored
      * po/POTFILES.in: added the new modules since 0.5.3
      36b12ceb
    • Gildas Bazin's avatar
      · 30336bba
      Gildas Bazin authored
      * src/misc/variables.c, ALL: improvements to the object variables api.
         - added another argument to var_Change().
         - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
           that are used to set/get a friendly name to an object variable.
         - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
           the number of availabel choices without having to get their value
           as well.
         - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
           a friendly name to the choice value.
         - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
           names.
      
      * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
      30336bba