1. 05 Jul, 2004 6 commits
    • Derk-Jan Hartman's avatar
      * aclocal doesn't handle searching in non-existing dirs all that gracefully. · 29f8c4b3
      Derk-Jan Hartman authored
        new method in which aclocal args first get stored in a variable.
      29f8c4b3
    • Gildas Bazin's avatar
      d2845b70
    • Gildas Bazin's avatar
      * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I... · 3a9390d6
      Gildas Bazin authored
      * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
      3a9390d6
    • Derk-Jan Hartman's avatar
      * contrib system breakage fix · 7a6c4c8d
      Derk-Jan Hartman authored
      7a6c4c8d
    • Derk-Jan Hartman's avatar
      * OSX lowlevel work · bf680e8f
      Derk-Jan Hartman authored
        - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
          This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
        - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
        - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
        - there are some autorelease leaks which need to be tackled.
        - moved a lot of the VLCApplication func. to the VLCMain class.
        - VLCMain is a +sharedInstance now.
        - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
      
      Examples:
      VLC.app/Contents/MacOS/VLC [-I macosx]
      launches VLC as before (requires you to be logged in via GUI)
      
      VLC.app/Contents/MacOS/VLC -I ncurses
      launch vlc with a ncurses intf and display video on your mac
      (requires you to be logged in via GUI)
      
      VLC.app/Contents/MacOS/clivlc -I telnet -d
      launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
      
      Now how is that for combining GUI and cli in one application on the mac?!!? :)
      jlj? I finally understand now how the OS X interface works !
      
      bf680e8f
    • Derk-Jan Hartman's avatar
      * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system · 7b5375e2
      Derk-Jan Hartman authored
      * Fixed bootstrap to use pkg.m4 from contrib system
      * Patches to make libcddb and vcdimager work
        (stupid bugs !, how do they compile with this on other system?)
      7b5375e2
  2. 04 Jul, 2004 4 commits
  3. 03 Jul, 2004 1 commit
  4. 02 Jul, 2004 2 commits
  5. 01 Jul, 2004 10 commits
  6. 30 Jun, 2004 7 commits
  7. 29 Jun, 2004 2 commits
  8. 28 Jun, 2004 8 commits