Windows: fix link error in custom EFI / VC_SKIP_OS_DRIVER_REQ_CHECK configuration
Recent Commits to VeraCrypt:master
-
Windows: fix link error in custom EFI / VC_SKIP_OS_DRIVER_REQ_CHECK c…
-
Linux: Allow AppImage file to start with "veracrypt" in any case
Linux: Allow AppImage file to start with "veracrypt" in any case
-
Windows: Increase length of screen protection setting label to avoid …
Windows: Increase length of screen protection setting label to avoid truncation in some cases.
-
Documentation: Fix invalid HTML structure in some files
Documentation: Fix invalid HTML structure in some files
-
Translations: revert to previous translation of IDC_DISABLE_SCREEN_PR…
Translations: revert to previous translation of IDC_DISABLE_SCREEN_PROTECTION for Russian
-
Linux/FreeBSD/macOS: Column widths correct initially and on update (#…
Linux/FreeBSD/macOS: Column widths correct initially and on update (#1552) Column width was updated before SlotListCtrl had the slots added, which caused the column width to be incorrect before the first time OnTimer ran to update it. Changing the order ensures the column width is correct on program launch. Also ensure that we do not autosize column to fit empty content.