- 23 May, 2018 14 commits
-
-
Vityusha V. Vinokurov authored
Modified-and-... Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes building the keysym generator. Regression from 3cea7a78.
-
Rémi Denis-Courmont authored
The two version of the protocol are almost binary compatible, except for a few requests that VLC does not use (set_anchor, set_gravity and get_popup). The only meaningful difference is the name of the global interface.
-
Thomas Guillem authored
It happened when the mask was not the default one.
-
Thomas Guillem authored
Regression introduced by bee130f6
-
Thomas Guillem authored
Since the GL display now depends on getProcAddress().
-
Zhao Zhili authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Zhao Zhili authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
In order to allow vlc_gl_t module to use it.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 22 May, 2018 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Steve Lhomme authored
-
Steve Lhomme authored
autoconf detects what the system should use to link files
-
Steve Lhomme authored
It will grab the -lz depedency if needed
-
François Cartegnie authored
does not work with yt's 2M+ live ones
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
This messages makes no sense on Windows, where there are no distributions
-
Thomas Guillem authored
Too risky, too many glitches and it's not officially supported.
-
- 21 May, 2018 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Window can no longer be NULL, and type parameter is never invalid.
-
Rémi Denis-Courmont authored
Window can no longer be NULL.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
And use vlc_obj_malloc to get ride of the destroy callback. Regression from 4c8b741e
-
Martin Storsjö authored
In mingw targets, both when using GCC and Clang, the __GNUC__ intrinsics right above can be used in most cases anyway. This fixes building with mingw-w64 for armv7/aarch64, which doesn't implement the _BitScanForward/_BitScanReverse intrinsics yet. Not upstreaming this fix yet since the correct fix would be to implement these intrinsics in mingw-w64 for armv7 and aarch64 as well.
-
Thomas Guillem authored
-
Martin Storsjö authored
-
- 20 May, 2018 6 commits
-
-
Rémi Denis-Courmont authored
See also 3434af1e. Also fix use of uninitialized values.
-
Rémi Denis-Courmont authored
The correct offsets depend on the direction in which the window was resized. This cannot be guessed from the change of display size. (For instance, a reduction in width does not indicate whether it was from the left or the right of the window.) So those offset computations are futile - remove them. If the offsets are really needed, the window will have to provide the values (in some form).
-
Rémi Denis-Courmont authored
Most of the code is still the same.
-
Rémi Denis-Courmont authored
...when video-deco is enabled.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is necessary to get hotplug events: output or seat objects may appear after the initial registry enumeration.
-