- 21 May, 2012 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
With the previous impementation, VLCMainWindow will stay the main window in fullscreen and is accidently activated when closing utility panels.
-
Felix Paul Kühne authored
macosx: removed wrong check, which could make the video output disappear when leaving fullscreen mode in rare cases (close #6856)
-
- 20 May, 2012 8 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
Delay can be zero, VLC_TS_INVALID is a valid delay.
-
Pierre Ynard authored
This is already done by the equalizer module
-
Pierre Ynard authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: added an option to let the Apple Remote control the system volume instead of VLC's volume (close #1071)
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 18 May, 2012 13 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
- smaller min size (no need to have this big width here) - no black borders while resize
-
Felix Paul Kühne authored
macosx: allow the user to sleep his/her Mac using the Apple Remote using the designated AR event (close #4383) This code uses NSAppleScript. Hence, it is likely going to be incompatible with the current sandbox implementation.
-
Felix Paul Kühne authored
no functional change
-
Felix Paul Kühne authored
macosx: using the updated SPMediaKeyTap, we can disable the controller on the fly and no longer need to restart VLC to do so (close #6613)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
This fixes playback rate, track delay and equalizer settings.
-
Pierre Ynard authored
Because somehow strings are used to represent decimals... Fixes #6815
-
Pierre Ynard authored
-
Pierre Ynard authored
This reverts commit 72cae4dd. vlc_object_kill() is in fact needed because the main loop does check b_die. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 17 May, 2012 14 commits
-
-
Pierre Ynard authored
The url handlers were declared with local scope, meaning local to the lua script file I assume. Since the interface doesn't wait at the end of the lua script anymore, they would fall out of scope after interface initialization. Then, when the interface was first accessed, garbage collection was somehow triggered, unregistering all url callbacks, incidentally triggering a deadlock. Fixes #6673
-
Felix Paul Kühne authored
option can be set through the 'Playback' menu due to the lack of a 'View' menu and in the advanced preferences changes take effect immediatelly This is preliminary artwork, which will be improved shortly
-
Felix Paul Kühne authored
Thanks to David Fuhrmann for the remarks
-
Felix Paul Kühne authored
you can enable them in the 'Playback' menu (since we got no 'View' menu so far) or in the advanced preferences note that preliminary artwork is used at this point
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
disabling this option will get you a separate video output window without any visible playback controls or window border. resizing is supported through hotkeys and Lion's native mechanism if available. Control the playback through menu and main window controller. Note that 'embedded' is obviously ignored in this mode.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jon Stacey authored
Defaults to OSX_VERSION=10.6 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-