- May 31, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David authored
-
David authored
Only enable stuff if it works.
-
David authored
Avoids crash when deleting more than one index at once. Uses playlist_RequestDelete to handle concurrent requests from multiple UIs. Fixes deletion also from context menu. closes #22367
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
It happened when the decoder was created from input_DecoderCreate()
-
- May 30, 2019
-
-
Felix Paul Kühne authored
This moves the 'Clear' button to the changer panel and removes the 'Change' button in favor of double clicking items in the list.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
From an end-user perspective, those are functional global hotkeys and it is irrelevant that the implementation for their support is in the UI and not the hotkeys module.
-
Felix Paul Kühne authored
macosx/sprefs: remove Apple Remote settings since the devices are not dominant enough anymore to sustify such prominent settings
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
No functional changes
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- May 29, 2019
-
-
Felix Paul Kühne authored
This introduces an indicator for media where we can be sure it is audio and privatices the cell content setting
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This commit removes a lot of legacy code for control bar customization which is no longer desired in v4.
-
Felix Paul Kühne authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Felix Paul Kühne authored
This reimplements the drop zone known from v3 to encourage media drops on the playlist for playback
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use CALayer instead of drawRect to show the focus ring and use an explicit instead of an implicit protocol for the handler
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This introduces a 1pt border to avoid bleeding and a 5° corner radius to smoothen the appearance
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
On Windows it's possible to build VLC in either msys2 or WSL. But the tools are shared and incompatible. Only one at a time is currently possible. This will allow switching back and forth without rebuilding tools all the time (especially since they are detected as built).
-
Steve Lhomme authored
This is convenient when using one source tree with different compilers/OSes. For example when C++ standard library differs between versions (since most of the time we need to build protoc). You can keep one set of tools per environment.
-
Steve Lhomme authored
The conversion to Linear should end up with the max luminance, not normalized to 0..1. The conversion from linear also assumes non normalized pixel values. The luminance scale also needs to be applied when not tone mapping (SDR to PQ).
-
Steve Lhomme authored
-