Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-05 | Clarify the waiting dialog message. | Mounir IDRASSI | 1 | -1/+1 | |
2015-01-04 | Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows. | Mounir IDRASSI | 1 | -1/+1 | |
2015-01-04 | Linux/MacOSX: Add wait dialog to the benchmark computation. Correct handling ↵ | Mounir IDRASSI | 4 | -22/+42 | |
of wait dialog call when changing password and creating volumes. | |||||
2015-01-04 | Linux/MacOSX: make the cancel button work on the preferences dialog. | Mounir IDRASSI | 1 | -1/+1 | |
2015-01-04 | Increment version to 1.0f-1 and update language files and PDF with ↵ | Mounir IDRASSI | 8 | -23/+23 | |
information about TrueCrypt 6.0 support. | |||||
2015-01-04 | Language XML: correct error message to show that we support TrueCrypt 6.0 ↵ | Mounir IDRASSI | 1 | -1/+1 | |
and above. | |||||
2015-01-04 | Windows: better display of volume information and benchmark results. | Mounir IDRASSI | 3 | -8/+17 | |
2015-01-04 | Windows Driver: add TrueCrypt mode of mounted volumes to the output of ↵ | Mounir IDRASSI | 2 | -0/+2 | |
TC_IOCTL_GET_MOUNTED_VOLUMES | |||||
2015-01-04 | Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to ↵ | Mounir IDRASSI | 1 | -1/+1 | |
7.x apart from the sector size field which we already handle correctly. | |||||
2015-01-04 | Linux/MacOSX: change cascade encryption naming format in the UI as it was ↵ | Mounir IDRASSI | 6 | -8/+22 | |
done on Windows. | |||||
2015-01-03 | Linux/MacOSX: workaround for wxWidgets bug in the method ↵ | Mounir IDRASSI | 1 | -1/+1 | |
wxTextEntry::IsEmpty that made it impossible to enter a one digit size for the volume. | |||||
2015-01-03 | Windows: change cascade encryption naming format to reflex mathematical ↵ | Mounir IDRASSI | 7 | -21/+37 | |
composition of the encryption algorithm, thus being more clear. For example AES(Twofish(Serpent)) instead of AES-Twofish-Serpent. | |||||
2015-01-03 | Windows: solve XP issue where the installer has missing/blacked out text boxes. | Mounir IDRASSI | 1 | -12/+0 | |
2015-01-02 | Linux: solve link error on recent Ubuntu when using shared wxWidgets. | Mounir IDRASSI | 2 | -2/+5 | |
2015-01-02 | User Guide: add documentation for /hash command line switch on Windows that ↵ | Mounir IDRASSI | 1 | -0/+0 | |
is used to specify the PRF of a volume. | |||||
2015-01-02 | Readme: add makeself to the build requirements for Linux. | Mounir IDRASSI | 1 | -2/+4 | |
2014-12-31 | Update the user guide with new screenshots and an entry for TrueCrypt ↵VeraCrypt_1.0f | Mounir IDRASSI | 1 | -0/+0 | |
compatibility | |||||
2014-12-31 | Increment version to 1.0f and update language XML files with new fields. | Mounir IDRASSI | 7 | -20/+20 | |
2014-12-30 | Windows driver: don't fail if the PRF recovered from boot memory is not ↵ | Mounir IDRASSI | 1 | -7/+0 | |
recognized in case we are dealing with a restored bootloader coming from a version prior to 1.0f. | |||||
2014-12-30 | Linux/MacOSX: code refactoring and cleanup. | Mounir IDRASSI | 2 | -28/+25 | |
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct ↵ | Mounir IDRASSI | 39 | -172/+540 | |
many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread. | |||||
2014-12-28 | Windows: propose only hash algorithm that support system encryption when the ↵ | Mounir IDRASSI | 1 | -0/+19 | |
user select the option to a partition as an encrypted system partition. | |||||
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 29 | -104/+246 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-28 | Windows: make the wait dialog wider to accommodate long messages | Mounir IDRASSI | 1 | -4/+4 | |
2014-12-28 | Windows: use the selected hash algorithm when resuming interrupted process. ↵ | Mounir IDRASSI | 1 | -2/+1 | |
This reduces volume opening time. | |||||
2014-12-28 | Windows: implement wait dialog for benchmark operation. | Mounir IDRASSI | 1 | -7/+30 | |
2014-12-28 | Linux/MacOSX: Add possibility to choose 1-pass wipe mode without changing ↵ | Mounir IDRASSI | 2 | -4/+4 | |
the default wipe mode (3-pass). | |||||
2014-12-28 | Windows: Add possibility to choose 1-pass wipe mode in all cases without ↵ | Mounir IDRASSI | 1 | -4/+2 | |
changing the default wipe mode. | |||||
2014-12-27 | Windows: use the correct parent window when changing the password of the ↵ | Mounir IDRASSI | 3 | -8/+8 | |
encrypted system partition. | |||||
2014-12-27 | Windows: implement wait dialog for the backup/restore header operations. | Mounir IDRASSI | 1 | -16/+62 | |
2014-12-27 | Windows: use the correct window handle for creating message boxes. This ↵ | Mounir IDRASSI | 30 | -785/+793 | |
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog. | |||||
2014-12-27 | Windows: implement wait dialog for the change password operation. | Mounir IDRASSI | 1 | -38/+65 | |
2014-12-27 | Windows: make the wait dialog mechanism more generic in order to reuse it ↵ | Mounir IDRASSI | 2 | -29/+65 | |
more widely across VeraCrypt. | |||||
2014-12-26 | Windows: workaround freezing of waiting dialog but setting its parent to the ↵ | Mounir IDRASSI | 4 | -10/+65 | |
desktop and making all mount calls in a separate thread. DeviceIoControl is making our like hard because it doesn't behave as a normal system call and it blocks our window message loop even when called from a separate thread. | |||||
2014-12-26 | Linux/MacOSX: Implement waiting dialog for lengthy operations in order to ↵ | Mounir IDRASSI | 17 | -18/+791 | |
have a better user experience. | |||||
2014-12-22 | Windows: resize hot keys dialog to avoid displaying scroll-bars. | Mounir IDRASSI | 1 | -19/+19 | |
2014-12-22 | Windows: Solve issue of some dialogs not showing up and that was caused by ↵ | Mounir IDRASSI | 2 | -115/+117 | |
wrong handling of WM_NOTIFY messages. This behavior appeared after switching to Windows visual styles. | |||||
2014-12-21 | MacOSX: Increment installer version to 1.0f-BETA3VeraCrypt_1.0f-BETA3 | Mounir IDRASSI | 1 | -1/+1 | |
2014-12-20 | Linux: update the embedded data index inside the installer because the ↵ | Mounir IDRASSI | 1 | -1/+1 | |
license content became bigger. | |||||
2014-12-20 | Linux: Update license file displayed in the installer. | Mounir IDRASSI | 1 | -0/+23 | |
2014-12-20 | Increment version to 1.0f-BETA3 and update language XML files with new fields. | Mounir IDRASSI | 6 | -21/+21 | |
2014-12-20 | Linux/MacOSX: Add a donation menu entry | Mounir IDRASSI | 4 | -0/+23 | |
2014-12-20 | Linux/MacOSX: remove calls to non existent class VolumeLayoutV1Hidden | Mounir IDRASSI | 2 | -4/+4 | |
2014-12-20 | Reduce time for reporting wrong password by removing support for legacy ↵ | Mounir IDRASSI | 8 | -103/+5 | |
hidden format because it was never functional and it was superseded by current hidden format. | |||||
2014-12-20 | Windows: Add a donation menu entry | Mounir IDRASSI | 4 | -1/+10 | |
2014-12-20 | Windows: Add missing PRF selection combobox in password page of Format ↵ | Mounir IDRASSI | 1 | -5/+7 | |
program wizard. | |||||
2014-12-19 | Windows: change command line switch for PRF selection to /hash in order to ↵ | Mounir IDRASSI | 1 | -4/+4 | |
match its value on Linux/MacOSX. Support hash names with and without the '-' character. | |||||
2014-12-19 | Linux/MacOSX: Enhance performance by implementing the possibility to choose ↵ | Mounir IDRASSI | 26 | -36/+160 | |
the correct hash algorithm of volumes during various operations (mount, change password...), both using the GUI and the command line. | |||||
2014-12-19 | Correct small typo in language XML file. | Mounir IDRASSI | 1 | -2/+2 | |
2014-12-17 | Windows: replace stricmp by _stricmp to remove compilation warning | Mounir IDRASSI | 1 | -4/+4 | |