- Jul 07, 2016
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
FluidLite supports SF3, which is nice
-
Jean-Baptiste Kempf authored
Close #9581 #9659 #9688 #9692 #10468 #11421 #11588 #11589 #15420
-
Marvin Scholz authored
With this commit, HTML descriptions in the addons manager are parsed correctly and formatting is applied using a NSAttributedString and a little bit of CSS to make it use the system font.
-
- Jul 06, 2016
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
misinterpreted spec when trying to fix against the prev broken styles
-
François Cartegnie authored
refs #17148
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 05, 2016
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jul 04, 2016
-
-
If an attempt is made to resize the video widget to a size larger than the screen, it will be resized to a sensible size, filling the screen instead. Close #12852 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
A boolean is used to memorize whether the window was maximized before entering fullscreen. The state is correctly restored when leaving fullscreen. Close #3851 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The checks on fullscreen and maximized prevented the video from being sized when started directly in either of those modes. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
And other allocation checks
-
Close #17137 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 03, 2016
-
-
Jean-Baptiste Kempf authored
-
David authored
-
fix bug where VLC segfaults on OSX: After switching a playlist item while presented a resume dialog, the resume dialog still shows for the previous item. Clicking "continue" crashes VLC. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
This better matches similarly styled macOS dialogs, with the meaning "just do it and do not annoy me again". Value will be set on click on the checkbox. close #17134
-
David authored
-
- Jul 01, 2016
-
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Petri Hintukainen authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
We used to load system libraries without the full path, notably for DirectX-related libraries. This is a bad idea if someone puts a similarly-named DLL in the VLC folder, because they would be loaded. Indeed, even if we don't load from CWD, we still load from the application, which could be an issue, if you install a DLL next to libvlccore.dll. Therefore, on modern Windows systems, now LoadLibrary calls are completely limited to SYSTEM32; except when loading vlc modules, where they are limited to the application folder.
-