- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 10 Jun, 2005 1 commit
-
-
hartman authored
* Changed mute hotkey to command-alt-arrowdown (like in iTunes) to avoid dupe with messages window hotkey. * Solved a deadlock due to volumeGet. Remember locking functions are not allowed from the GUI thread. * Fix the OSD feedback of the Repeat One, Repeat All commands * Added Chris Clepper to the THANKS file for his OpenGL fix [11368]
-
- 04 Jun, 2005 1 commit
-
-
Eric Petit authored
main thread (one more step to hopefully fix #45) macosx/controls.m: fixed a tiny memleak
-
- 10 May, 2005 1 commit
-
-
Jérome Decoodt authored
-
- 07 May, 2005 1 commit
-
-
Felix Paul Kühne authored
* vcdx/vcdplayer.c: disabled l10n of various error messages * vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose * rest: disabled l10n of various strings or debug masks which cannot be translated more to come
-
- 12 Apr, 2005 2 commits
- 10 Apr, 2005 1 commit
-
-
hartman authored
Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's. This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
-
- 14 Mar, 2005 1 commit
-
-
hartman authored
-
- 13 Mar, 2005 1 commit
-
-
Jérome Decoodt authored
-
- 23 Feb, 2005 1 commit
-
-
hartman authored
-
- 06 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
* controls.h: removed "o_open" * intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
-
- 03 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 23 Dec, 2004 1 commit
-
-
hartman authored
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots on OS X to the Desktop. * REST: Add the Snapshot command to the menu's etc.
-
- 07 Oct, 2004 1 commit
-
-
bigben authored
* It enabled even when no vout is present * Still a little issue with the fullscreen hotkey
-
- 17 Aug, 2004 1 commit
-
-
Eric Petit authored
+ vout.m contains the common code for the QT video output and the GL provider (window creation, events handling) + opengl.c: higher priority on OS X Things are a bit broken atm, any help to debug is welcome ;p
-
- 02 Aug, 2004 1 commit
-
-
hartman authored
Testing would be welcomed very much.
-
- 05 Jul, 2004 1 commit
-
-
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 Jun, 2004 1 commit
-
-
hartman authored
-
- 17 Jun, 2004 1 commit
-
-
yoann authored
When you want to use OSD, you have to register an OSD channel, by calling vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture. There is a particular channel, DEFAULT_CHANNEL that can be used for general purpose. See modules/control/hotkeys.c for an example.
-
- 02 Jun, 2004 1 commit
-
-
yoann authored
* added i_channel and i_content properties to subpicture_t * p_last_osd_message is no more used An OSD channel can contain simultaneously an OSD text and an OSD widget.
-
- 16 May, 2004 1 commit
-
-
hartman authored
* modules/gui/macosx/controls.m: fix the autogenerated menu.
-
- 07 May, 2004 1 commit
-
-
hartman authored
-
- 06 May, 2004 1 commit
-
-
hartman authored
-
- 12 Apr, 2004 1 commit
-
-
hartman authored
-
- 04 Apr, 2004 1 commit
-
-
bigben authored
-
- 28 Mar, 2004 1 commit
-
-
bigben authored
Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
-
- 15 Mar, 2004 2 commits
- 03 Mar, 2004 1 commit
-
-
bigben authored
- On the playlist window, turn loop/repeat/standard play selection into a popup - On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded Please make remarks on the new layout / the colors chosen.
-
- 17 Feb, 2004 1 commit
-
-
hartman authored
* fix broken vout_OSDMessage in other files
-
- 25 Jan, 2004 1 commit
-
-
Carlo Calabrò authored
-
- 15 Dec, 2003 1 commit
-
-
bigben authored
-
- 11 Dec, 2003 1 commit
-
-
hartman authored
-
- 08 Dec, 2003 1 commit
-
-
gbazin authored
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
- 20 Nov, 2003 1 commit
-
-
hartman authored
double size and float on top are sent to the correct window.
-
- 19 Nov, 2003 1 commit
-
-
bigben authored
- use same name than in menus for random, repeat and loop options - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
-
- 15 Nov, 2003 1 commit
-
-
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.
-
- 11 Nov, 2003 1 commit
-
-
hartman authored
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5 * REST: implemented configurable hotkeys for OS X.
-
- 06 Nov, 2003 1 commit
-
-
hartman authored
-