VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Common.rc
AgeCommit message (Collapse)AuthorFilesLines
2018-09-03Windows: Don't include DcsBml.efi file in resources if custom configuration ↵Mounir IDRASSI1-0/+4
not enabled
2018-03-04Windows: remove dependency to afxres.h header to allow build on community ↵Mounir IDRASSI1-1/+1
edition of Visual Studio.
2017-06-30Windows: fix missing resource in 64-bit build.Mounir IDRASSI1-1/+1
2017-06-29Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵Mounir IDRASSI1-1/+2
bootloader files in their resources.
2017-06-05Beta2 patch 1kavsrf1-0/+17
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated
2017-06-05DcsInfo is addedkavsrf1-0/+2
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI1-0/+6
2016-10-17Windows: solve text truncation in keyfiles dialog for some languages.Mounir IDRASSI1-2/+2
2016-08-15Windows: Implement Rescue Disk support for EFI system encryptionMounir IDRASSI1-0/+2
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption ↵Alex1-3/+7
support (common files with DcsBoot)
2016-06-17Windows: Add Hash and PRF benchmarks to the benchmark dialog.Mounir IDRASSI1-17/+22
2016-06-02Crypto: Add support for Japanese encryption standard Camellia, including for ↵Mounir IDRASSI1-0/+8
system encryption.
2016-05-10Remove trailing whitespaceDavid Foerster1-4/+4
2016-05-10Normalize all line terminatorsDavid Foerster1-603/+603
2016-04-20Windows: Resize some controls and dialogs to fix text truncation for some ↵Mounir IDRASSI1-17/+17
non-English languages.
2016-03-24Windows: Implement passing smart card PIN as command line argument ↵Mounir IDRASSI1-4/+4
(/tokenpin switch) when explicitly mounting a volume.
2016-02-01Windows:Center the text of the random pool displayed in the keyfile ↵Mounir IDRASSI1-1/+1
generator dialog.
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI1-13/+17
2016-01-04Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various ↵Mounir IDRASSI1-3/+3
dialogs like password dialog.
2015-10-15Windows: resize some GUI fields to avoid text truncation with non US ↵Mounir IDRASSI1-18/+17
languages (e.g. German)
2015-10-07Windows: Don’t try to mount using empty password when default keyfile ↵Mounir IDRASSI1-5/+7
configured or keyfile specified in command line. Add option in default keyfiles dialog to restore the old behavior.
2015-09-01Windows: Increase width of plain text size static control to accommodate ↵Mounir IDRASSI1-1/+1
larger text
2015-08-31Windows: Support setting volume label in Explorer through mount option. ↵Mounir IDRASSI1-16/+18
Support using favorite label as label in Explorer.
2015-08-28Windows: Treat the PIM like a password and make it visible when "Display ↵Mounir IDRASSI1-1/+1
password" is checked.
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵Mounir IDRASSI1-8/+9
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-29Windows: Display VeraCrypt version information when the command line switch ↵Mounir IDRASSI1-4/+4
/help is used.
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI1-7/+10
2015-05-17Windows: First implementation of non-system volumes decryption.Mounir IDRASSI1-7/+11
2015-05-03Windows: Modify custom window class names to less generic value in order to ↵Mounir IDRASSI1-3/+3
avoid collision with existing class names.
2015-02-24Windows: remove topmost and system modal properties from the wait dialog so ↵Mounir IDRASSI1-2/+1
that it doesn't disturb other applications.
2015-01-20Windows: use the same waiting message in dialog resource as it is in the ↵Mounir IDRASSI1-1/+1
language XML file.
2014-12-28Windows: make the wait dialog wider to accommodate long messagesMounir IDRASSI1-4/+4
2014-12-26Windows: workaround freezing of waiting dialog but setting its parent to the ↵Mounir IDRASSI1-1/+2
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-16Windows: Enhance performance by implementing the possibility to choose the ↵Mounir IDRASSI1-10/+13
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-0/+16
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-5/+9
letting VeraCrypt choose random size values.
2014-12-07Windows: Implement creation of multiple keyfiles at once.Mounir IDRASSI1-12/+16
2014-11-08Implement support for creating and booting encrypted partition using ↵Mounir IDRASSI1-0/+20
SHA-256. Support SHA-256 for normal volumes as well.
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-12/+12
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+541