obs-studio/plugins/obs-vst
xlinshan 542cb876dc obs-vst: Fix incorrect VST window size on HiDPI display
On Windows, the VST plugins' window sizes are rendered larger than the
actual content on displays that have UI scale factor. The sizes are
larger by the scale factor, for example, 100x100 content will have a
200x200 window on a 200% scaled screen, and 150x150 on a 150% scaled
screen. This change adjust the window size to fit the content size.
2023-12-09 11:30:39 +11:00
..
cmake cmake: Remove Qt version selection and Qt 5 support 2023-07-19 11:56:54 -04:00
data/locale Update translations from Crowdin 2023-12-05 22:04:31 +00:00
headers obs-vst: Fix missing newlines at the end of files 2023-02-18 15:22:33 -08:00
linux obs-vst: Add public function to check for load state of VST 2022-09-21 11:05:01 -04:00
mac clang-format: Update formatting of all ObjC and ObjC++ files 2023-06-11 14:56:45 +02:00
vst_header obs-vst: Fix missing newlines at the end of files 2023-02-18 15:22:33 -08:00
win obs-vst: Fix incorrect VST window size on HiDPI display 2023-12-09 11:30:39 +11:00
CMakeLists.txt plugins: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
EditorWidget.cpp clang-format: Set AllowAllConstructorInitializersOnNextLine to false 2023-07-15 16:14:55 -07:00
obs-vst.cpp obs-vst: Read plugins in symlink 2023-02-11 15:50:29 -08:00
VSTPlugin.cpp obs-vst: Add reporting of vendor name 2023-01-28 23:07:48 -08:00