1. 30 Jun, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/controls.m: · ada76aae
      Derk-Jan Hartman authored
      * modules/gui/macosx/intf.m:
        - Our Next/Previous commands now go from chapter trough title trough playlist.
        - We weren't checking for titles without chapters, which made using CDDA
          a little hard.
      * modules/gui/macosx/playlist.m: An improved way to delete selected items.
        - also fixes a bug where only half the items selected in the playlist got
          actually deleted.
      ada76aae
  2. 29 Jun, 2003 9 commits
  3. 28 Jun, 2003 13 commits
  4. 27 Jun, 2003 9 commits
    • Sam Hocevar's avatar
      * debian/changelog: · 1f4f2234
      Sam Hocevar authored
          + Updated to the latest Debian unstable upload.
        * debian/rules:
          + Moved the skins interface into the wxvlc package.
          + Cosmetic fixes.
        * debian/control:
          + Updated the description of the wxvlc package.
        * bootstrap:
          + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
        * Makefile.am:
          + Put modules in SUBDIRS, not DIST_SUBDIRS.
        * .cvsignore:
          + Ignore vlc-config.in.
      1f4f2234
    • Sam Hocevar's avatar
      * Makefile.am: create directories before installing stuff in them. · e2ea67fb
      Sam Hocevar authored
        * m4/Makefile.am: distribute our generated private.m4 file.
      e2ea67fb
    • Sam Hocevar's avatar
    • Sam Hocevar's avatar
      * Makefile.am: · bf81d020
      Sam Hocevar authored
          + Removed trailing / from directory names.
          + Used dummy instead of "" in the for/do/done loops.
          + Protected a couple of filenames with double quotes.
      bf81d020
    • Gildas Bazin's avatar
      * configure.ac: fixed matroska detection. · a77d803e
      Gildas Bazin authored
      a77d803e
    • Sam Hocevar's avatar
      9abee4a8
    • Sam Hocevar's avatar
      * bootstrap: · fe17002d
      Sam Hocevar authored
          + New build system, using recursive makefiles. Due to the amount of code
            in VLC, this had become unavoidable.
          + Removed the check for OS X's stack size, since our automake targets are
            a lot less hungry now.
          + Ditto for Solaris's sed.
          + Since automake-1.6 is faster than 1.7, use it first if both are present.
        * m4/vlc.m4:
          + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
            and AX_ADD_LDFLAGS macros that do all the magic to detect possible
            modules and register their flags.
          + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
          + Some magic to generate vlc-config.
        * configure.ac:
          + Moved most code to the AX_ADD_* macros.
          + Explicitely added all target Makefiles.
        * modules/**/Modules.am:
          + Path to sources are now relative to Modules.am's directory level.
      fe17002d
    • Sam Hocevar's avatar
      * src/misc/configuration.c: minor fix in a comment. · e3c317c2
      Sam Hocevar authored
        * src/playlist/playlist.c: the -Z mode randomises the first item as well.
      e3c317c2
    • Clément Stenac's avatar
      · 8f9ee6fd
      Clément Stenac authored
      * modules/demux/m3u.c :
          Added name support. Only implemented for M3U and B4S playlists at the moment
      
      * src/playlist/playlist.c
        include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
      8f9ee6fd
  5. 26 Jun, 2003 6 commits
  6. 25 Jun, 2003 2 commits