1. 20 Oct, 2003 3 commits
  2. 19 Oct, 2003 12 commits
    • Gildas Bazin's avatar
      · 6fc5b53e
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
         Small cosmetic fixes to the code.
      * modules/gui/wxwindows/menus.cpp: added a couple of new options.
      6fc5b53e
    • Derk-Jan Hartman's avatar
      * include/codecs.h: cosmetic fixes. · 908f4efc
      Derk-Jan Hartman authored
      * modules/gui/macosx/*:
        - remove the enqueue option from the open panel. why did i even add it? KISS
        - better use of name and uri fields of playlist_item_t
        - when users d&d a CD on VLC, it will now play. This breaks d&d folders
          located on a CD for now. Not really important but should be fixed later on.
      908f4efc
    • Sigmund Augdal Helberg's avatar
      4b33c51d
    • Sigmund Augdal Helberg's avatar
      Factored the code for each of the different types of config options out into · cae376f2
      Sigmund Augdal Helberg authored
      separate widgets. This makes preferences.cpp much cleaner and opens up
      greater possibilities for the config item controls.
      * Added "browse..." button to CONFIG_ITEM_DIRECTORY
      * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
      * Made it possible to change CONFIG_ITEM_KEY options with the preferences
      dialog
      cae376f2
    • Gildas Bazin's avatar
      · ed1df1f7
      Gildas Bazin authored
      * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
      ed1df1f7
    • Cyril Deguet's avatar
      * lalala · f20d985a
      Cyril Deguet authored
      f20d985a
    • Cyril Deguet's avatar
    • Gildas Bazin's avatar
      · 65be6620
      Gildas Bazin authored
      * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
      65be6620
    • Derk-Jan Hartman's avatar
      76d5dc16
    • Derk-Jan Hartman's avatar
      * modules/demux/avi/* · 898575aa
      Derk-Jan Hartman authored
        - print a debug message in case of 0xfffe audio
          This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
        - use c-style comments
      * modules/gui/macosx/info.m:
        - release your objects when you finished using them.
      898575aa
    • Gildas Bazin's avatar
      · af0b400d
      Gildas Bazin authored
      * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
      af0b400d
    • Gildas Bazin's avatar
      · ae9e72a7
      Gildas Bazin authored
      * src/playlist/playlist.c: fixed locking problem.
      * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
      ae9e72a7
  3. 18 Oct, 2003 3 commits
  4. 17 Oct, 2003 7 commits
    • Gildas Bazin's avatar
    • Olivier Teulière's avatar
      * modules/gui/skins/src/banks.cpp: Two events had the same shortcut · c416fc0b
      Olivier Teulière authored
       * doc/skins/events-howto.txt: Updated the doc accordingly
      c416fc0b
    • Clément Stenac's avatar
      * A few sanity checks · 99f278fc
      Clément Stenac authored
      * Escape < and > to prevent script injections (could be done easily with crappy playlist items)
      99f278fc
    • Gildas Bazin's avatar
      · 7fc09b62
      Gildas Bazin authored
      * Makefile.am: don't forget include/vlc_keys.h in "make dist"
      7fc09b62
    • Gildas Bazin's avatar
      · c3062642
      Gildas Bazin authored
      * src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
      c3062642
    • Olivier Teulière's avatar
      * modules/gui/skins/*: · 98fe36c3
      Olivier Teulière authored
              Added an "Always on top" entry in the system menu (it can also
              be triggered by Ctrl+T). Implemented on Windows only, but to do
              that on X11 you just need to write X11Window::ToggleOnTop().
      98fe36c3
    • Gildas Bazin's avatar
      · 1ecc3208
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
      * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
      * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
         Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
      * modules/mux/mp4.c: fixed the audio/video sync.
      1ecc3208
  5. 16 Oct, 2003 1 commit
  6. 15 Oct, 2003 3 commits
    • Gildas Bazin's avatar
      · 8b784013
      Gildas Bazin authored
      * modules/video_filter/*: forward fullscreen event between children and parent.
      8b784013
    • Gildas Bazin's avatar
      * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc · 205c1ecf
      Gildas Bazin authored
      * modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
      * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
      * modules/gui/wxwindows/menus.cpp: small cosmetic changes.
      205c1ecf
    • Gildas Bazin's avatar
      · 28ea8cc2
      Gildas Bazin authored
      * modules/control/http.c: small bug fix.
      * mozilla/vlcshell.cpp: win32 fix.
      28ea8cc2
  7. 14 Oct, 2003 4 commits
    • Gildas Bazin's avatar
      · a4f4d02f
      Gildas Bazin authored
      * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
      a4f4d02f
    • Gildas Bazin's avatar
      · 3a5ec777
      Gildas Bazin authored
      * modules/gui/wxwindows/*: don't forget to delete the timer.
         Use wxApp::OnExit() to cleanup the dialogs provider.
         Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
      * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
         Don't forget to attach/detach the dialogs provider to its parent intf.
         Work around a bug in imlib2 when we close the plugin.
      * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
      * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
      3a5ec777
    • Alexis de Lattre's avatar
      New update again ! · 980bfb98
      Alexis de Lattre authored
      980bfb98
    • Alexis de Lattre's avatar
      Spanish translation update. · 26215d2c
      Alexis de Lattre authored
      26215d2c
  8. 13 Oct, 2003 1 commit
  9. 12 Oct, 2003 3 commits
  10. 11 Oct, 2003 3 commits