1. 26 May, 2003 7 commits
    • Gildas Bazin's avatar
      · 34e462b4
      Gildas Bazin authored
      * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
      * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
      * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
      * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
      34e462b4
    • Gildas Bazin's avatar
      · 0188c099
      Gildas Bazin authored
      * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
      0188c099
    • Derk-Jan Hartman's avatar
      * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100 · e230f122
      Derk-Jan Hartman authored
      * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
      * modules/gui/macosx/intf.?: added a wrapString:toWidth function
      * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
        was ugly. now we use our own, osx method. This fixes tooltips in japanese
        I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
      e230f122
    • Clément Stenac's avatar
      * The VLC-integrated SAP server now sends compliant packets. They can · 2db764f9
      Clément Stenac authored
        only be viewed with the CVS version of VLC
      2db764f9
    • Gildas Bazin's avatar
      · 9de7a7eb
      Gildas Bazin authored
      * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
         started to implement X11Region and integrated the wxWindows dialogs.
      * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
      9de7a7eb
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/prefs.m: fixed the module selectors. · 8556d7ee
      Derk-Jan Hartman authored
      * modules/video_filter/crop.c: clarified the use of crop. someone please
        check, i'm not entirely sure this is correct. Actually i think we should
        split this up in more then one config item, for GUI preferences clarity.
        Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
        like ffmpeg has which uses left, right, top and bottom offsets.
      8556d7ee
    • Derk-Jan Hartman's avatar
      * extras/MacOSX/Resources/English.lproj/MainMenu.nib · b52970e2
      Derk-Jan Hartman authored
      * modules/gui/macosx/output.m:
        - changed the textfields for bitrate into comboboxes with suggested values
          identical to the ones in wxwindows intf.
        - changed "bitrate (bps)" into "bitrate (kb/s)
      * modules/gui/macosx/prefs.?:
        - update the current view when advanced is changed.
        - module_lists now use the description strings.
        - always wraptext on tooltips. Currently japanese language is breaking.
        - we now have sliders for int/float config options with ranges.
        - fixed a warning message about an un-init'ed module_t.
      * modules/video_filter/adjust.c:
        - added the ranges to the description strings of the config options.
        - blur-factor now uses a range as according to it's description string
          it already should have used this.
      b52970e2
  2. 25 May, 2003 12 commits
  3. 24 May, 2003 14 commits
  4. 23 May, 2003 4 commits
  5. 22 May, 2003 3 commits
    • Gildas Bazin's avatar
      · af520d36
      Gildas Bazin authored
      * modules/gui/wxwindows/streamout.cpp: fixed typo.
      af520d36
    • Gildas Bazin's avatar
      · 8b90225c
      Gildas Bazin authored
      * src/libvlc.h: fixed spelling mistake.
      * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
      * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
      8b90225c
    • Derk-Jan Hartman's avatar
      * spelling error in description string · ac309ac8
      Derk-Jan Hartman authored
      ac309ac8