VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI1-2/+4
2015-10-07Windows: Don’t try to mount using empty password when default keyfile ↵Mounir IDRASSI1-1/+2
configured or keyfile specified in command line. Add option in default keyfiles dialog to restore the old behavior.
2015-08-31Windows: Support setting volume label in Explorer through mount option. ↵Mounir IDRASSI1-1/+3
Support using favorite label as label in Explorer.
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵Mounir IDRASSI1-1/+2
explicitly check "User PIM" to enable its use.
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-3/+3
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI1-1/+4
2014-12-16Windows: Enhance performance by implementing the possibility to choose the ↵Mounir IDRASSI1-1/+5
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
2014-12-16Windows: display a wait dialog during the lengthy opening of a volume. There ↵Mounir IDRASSI1-1/+2
is still a freeze in the GUI even though the call to DeviceIoControl is done in a separate thread which can't be explained. Maybe if we had an asynchronous Device Driver call, things would better.
2014-12-11Windows: Implement specifying the size of the generated keyfiles and also ↵Mounir IDRASSI1-1/+4
letting VeraCrypt choose random size values.
2014-12-07Windows: Implement creation of multiple keyfiles at once.Mounir IDRASSI1-10/+14
2014-11-08Implement support for creating and booting encrypted partition using ↵Mounir IDRASSI1-0/+16
SHA-256. Support SHA-256 for normal volumes as well.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+174