Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-24 | Windows: make Setup correctly manage option to disable memory protection ↵ | Mounir IDRASSI | 1 | -0/+3 | |
during upgrade | |||||
2023-09-24 | Windows: always open online help in case of Setup because local help may be ↵ | Mounir IDRASSI | 1 | -1/+1 | |
outdated | |||||
2023-09-24 | Windows: Add tooltip message and help button for new option to disable ↵ | Mounir IDRASSI | 1 | -0/+26 | |
memory protection Also a dedicated page in the documentation was added for it. | |||||
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 1 | -0/+4 | |
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt | |||||
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵ | Mounir IDRASSI | 1 | -4/+4 | |
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft | |||||
2020-07-21 | Windows Setup: Warn about Fast Startup during install if it is enabled and ↵ | Mounir IDRASSI | 1 | -0/+10 | |
propose to disable it at the end of the installation. | |||||
2020-06-28 | Windows: remove unused code targeting Windows 2000. | Mounir IDRASSI | 1 | -16/+0 | |
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -2/+9 | |
custom SecureBoot key instead | |||||
2018-08-12 | Windows Installer: implement language selection mechanism at the start of ↵ | Mounir IDRASSI | 1 | -0/+11 | |
the installer to make easier for international users. | |||||
2017-07-29 | Windows: Add portable installer that only extra binaries without the need of ↵ | Mounir IDRASSI | 1 | -16/+39 | |
administrative privileges for extraction. | |||||
2017-07-20 | Windows: fix truncated license text in installer wizard. | Mounir IDRASSI | 1 | -4/+12 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-05 | Windows: Correctly open online help when selected in menu. Remove unused ↵ | Mounir IDRASSI | 1 | -7/+3 | |
parameters to function AppLink. | |||||
2016-10-17 | Windows Setup: fix compilation error caused by change in declaration of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
function RestartComputer | |||||
2016-10-17 | Windows Setup: correct call to CryptAcquireContext to use memory only ↵ | Mounir IDRASSI | 1 | -6/+2 | |
container for random generation and remove use of srand/rand (if CryptGenRandom fails which is very unlikely, we just use one color). | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -25/+25 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -1195/+1195 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -31/+32 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -7/+9 | |
and TrueCrypt 3.0. | |||||
2015-01-03 | Windows: solve XP issue where the installer has missing/blacked out text boxes. | Mounir IDRASSI | 1 | -12/+0 | |
2014-12-27 | Windows: use the correct window handle for creating message boxes. This ↵ | Mounir IDRASSI | 1 | -11/+11 | |
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog. | |||||
2014-12-04 | Windows: put back the tutorial prompt since we now have online documentation. | Mounir IDRASSI | 1 | -2/+2 | |
2014-11-08 | Correctly support reinstalling the same version. Overwrite the bootloader if ↵ | Mounir IDRASSI | 1 | -1/+1 | |
the same version detected. | |||||
2014-11-08 | Static Code Analysis : Use Safe String functions in Setup code to avoid ↵ | Mounir IDRASSI | 1 | -13/+14 | |
potential security issues. | |||||
2014-11-08 | remove tutorial prompt from installation wizardVeraCrypt_1.0a | Mounir IDRASSI | 1 | -2/+2 | |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -5/+5 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+1203 | |