An error occurred fetching the project authors.
- 05 Jul, 2004 1 commit
-
-
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 !
-
- 23 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
* Cosmetic fix to misc.m
-
- 19 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 20 Apr, 2004 1 commit
-
-
Andre Pang authored
than only responding to shortcut keys which are defined in the .nib interface file
-
- 15 Mar, 2004 1 commit
-
-
Benjamin Pracht authored
-
- 15 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
- Drag and drop implemented - still need new sliders and remove the titlebar. * revert the mozilla plugin changes. i will build a seperate module for that * simplified previous/next (only playlist, people with chapters and titles will have to use the menu * Moved the disable screensaver from interface to vout.
-
- 13 Mar, 2003 1 commit
-
-
Derk-Jan Hartman authored
- added VLBrushedMetalImageView. This imageview does not respond to mousedrage, so we can still move our window by it's background. * extras/MacOSX/Resources/English.lproj/MainMenu.nib/* - Changed the container of our background image to the new VLBrushedMetalImageView. This fixes #390
-
- 21 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
* ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider: http://nanocrew.net/vlc/mpslider.png
-