VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Resource.h
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Windows: Add comboxbox to Format wizard to choose ↵Mounir IDRASSI1-1/+2
QuickFormat/FastCreate/FullFormat This required changes to internal logic and addition of new UI strings
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI1-24/+1
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-1/+24
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2018-12-19Windows: Enable selection of Quick Format for file containers. Separate ↵Mounir IDRASSI1-2/+3
Quick Format and Dynamic Volume options.
2016-05-10Remove trailing whitespaceDavid Foerster1-1/+1
2016-05-10Normalize all line terminatorsDavid Foerster1-159/+159
2016-05-05Windows: Add checkbox in "VeraCrypt Format" to skip Rescue Disk verification ↵Mounir IDRASSI1-1/+2
during system encryption wizard
2015-09-26Windows: Support specifying volumes size using TB in GUI as it is the case ↵Mounir IDRASSI1-1/+2
in command line.
2015-08-28Windows: Treat the PIM like a password and make it visible when "Display ↵Mounir IDRASSI1-1/+2
password" is checked.
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-21Windows: Add a dedicate page for volume PIM in the volume creation wizardMounir IDRASSI1-1/+2
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI1-5/+1
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-3/+7
2015-05-17Windows: First implementation of non-system volumes decryption.Mounir IDRASSI1-2/+5
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+151