- 20 May, 2012 4 commits
-
-
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 18 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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Mirsal Ennaime authored
Closes: #6802
-
Felix Paul Kühne authored
macosx: fixed corner case, which could lead to an empty main window in case the video output closes prematurely
-
- 16 May, 2012 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should keep the volume latency under 20 ms. This will break amplification as DirectSound is only capable of attenuation. Tested-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-