1. 08 May, 2003 1 commit
    • Eric Petit's avatar
      src/misc/beos_specific.cpp: · 4effacde
      Eric Petit authored
           Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
           exit without any cleaning (that made VLC crash badly)
      4effacde
  2. 07 May, 2003 12 commits
  3. 06 May, 2003 8 commits
  4. 05 May, 2003 14 commits
  5. 04 May, 2003 5 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
    • Christophe Massiot's avatar
      baa735b3