- Feb 01, 2017
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
always starts after min buffering
-
François Cartegnie authored
-
Marvin Scholz authored
The sliders for seeking are continuous, that means they send events for every action, which is useful to seek when the slider is dragged. But when the slider is clicked, this results in two seeks nearly at the same time to the same position. Therefore this commit introduces a check that ignores the slider update if it originated from a NSLeftMouseUp event to workaround that. Ref. #17954
-
Pierre Ynard authored
-
- Jan 31, 2017
-
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
Symbolic links should be resolved when the media is opened, not when it is added to the playlist - that is how it worked before. With that said, VLC does not currently have code to parse Windows symbolic links, but that is not an issue on other operationg systems.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Sets the tab view to tabless and adds a segmented control on top of the panel with a line below. Using the tabs of the tab view will look broken on macOS 10.10 and higher due to some quirks with the translucent dark style. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This removes BGHUDAppKit from the Xcode project, package and codesign script. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This is done in preparation for more minimal replacement classes that do custom drawing for OS X < 10.10 and on 10.10+ we will use the native translucent dark UI provided by the system. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
refs #17933
-
François Cartegnie authored
-
François Cartegnie authored
Undocumented, so no clue about the spec for that extension. Guess from libavformat.
-
François Cartegnie authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
This fix initial playback not being fullscreen when the fullscreen preference is toggled. ref #17101
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Always disable smbclient for winrt instead of relying on --enable/--disable-smbclient The PKG_ENABLE_MODULES_VLC fiddles with $enable_smbclient, making it unreliable to use when activating/deactivating the module
-
Hugo Beauzée-Luyssen authored
Fix #17472
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
To have a clear distinction between extensions we register as handled, and extensions we associate with to be opened by double clicking
-
- Jan 30, 2017
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Was reselecting previous pcr if lowest pid after 426edade changes
-
François Cartegnie authored
-
François Cartegnie authored
-
- Jan 29, 2017
-
-
Marvin Scholz authored
-
Jean-Baptiste Kempf authored
Close #17955
-
David authored
FS panel is moved by your custom code, so this flag should not be set.
-
David authored
This restores size of window correctly.
-
David authored
The fullscreen window can have a new size if the fullscreen monitor was switched or the user used split screen in between. Center FS panel in those cases. Also constrain size as the new available space might be smaller.
-
David authored
-
David authored
This bug lead to jumping to the top of the window on monitors with a non-zero based x coordinate.
-