- Sep 13, 2024
-
-
- Jun 05, 2024
-
-
Steve Lhomme authored
It was not released otherwise and we don't need to micromanage its lifecycle.
-
- Apr 13, 2024
-
-
- Mar 29, 2024
-
-
- Mar 24, 2024
-
-
- Feb 20, 2024
-
-
code is not used anymore
-
don't reset acrylic surface on window position change fixes #27603
-
- Jul 05, 2023
-
-
Steve Lhomme authored
-
- Mar 17, 2023
-
-
- Aug 12, 2022
-
-
-
/home/videolan/vlc/extras/package/win32/../../../modules/gui/qt/maininterface/compositor_dcomp_acrylicsurface.cpp:203:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] msg_Err(m_intf, err.what()); ^~~~~~~~~~ /home/videolan/vlc/extras/package/win32/../../../include/vlc_messages.h:102:38: note: expanded from macro 'msg_Err' msg_Generic(p_this, VLC_MSG_ERR, __VA_ARGS__) ^~~~~~~~~~~ /home/videolan/vlc/extras/package/win32/../../../include/vlc_messages.h:98:30: note: expanded from macro 'msg_Generic' __func__, __VA_ARGS__) ^~~~~~~~~~~
-
- Jun 01, 2022
-
-
Steve Lhomme authored
This will avoid a mismatch of the UUID type.
-
- Apr 28, 2022
-
-
fixes acrylic effect when secondary monitor is left to the primary
-
- Mar 01, 2022
-
-
It's better not to use it when reference counting is not involved. Otherwise operator& and ReleaseAndGetAddressOf() are better. And use ComPtr::As() rather than interface::QueryInterface() to avoid using GetAddressOf.
-
- Jan 08, 2022
-
-
Typos found and reworked from codespell.
-
- Dec 03, 2021
-
-
MainInterface was the actual QWidget interface in VLC 3.0, now it's the application context only rename classes and files, no functional changes
-
- Nov 27, 2021
-
-
based on user feedback
-
-
-
- Oct 21, 2021
-
-
- Sep 26, 2021
-
-
- Sep 17, 2021
-
-
- Sep 12, 2021
-
-