VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms
AgeCommit message (Expand)AuthorFilesLines
2023-12-11macOS: Fix near zero width PIM input box and simplify wxTextValidator logic (...Jertzukka4-13/+8
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka7-30/+744
2023-11-13wolfCrypt as crypto backend for VeraCrypt (#1227)lealem473-3/+21
2023-10-31Linux: Focus PIM field when selected (#1239)Jertzukka1-0/+1
2023-10-08Fix warnings and throwing an exception instead of ignoring the error (#1229)kovalev01-1/+0
2023-10-05Update various copyright datesMounir IDRASSI1-5/+5
2023-10-01MacOS: set minimum target to OSX 12. Fix About menu not working.Mounir IDRASSI1-0/+14
2023-08-07Call EnsureVisible() for OSX in OnActivate (#1167)Deniz Türkoglu1-0/+1
2023-08-04fix warnings and UB (#1164)kovalev01-2/+2
2023-07-24Linux/macOS: Remove TrueCrypt supportMounir IDRASSI12-133/+31
2023-07-23Linux/macOS:Add EMV option checkbox to the fbp file. Remove TrueCrypt checkbo...Mounir IDRASSI3-9698/+2294
2023-07-05Linux: Overwriting file container allows you to use its space (#1147)Jertzukka1-0/+6
2023-06-29Linux: Fix wrong size for hidden volume when selecting the option to use all ...Mounir IDRASSI1-1/+1
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI9-46/+56
2023-06-28Add EMV functionality (#1080)mmauv12-35/+68
2023-06-14Linux/macOS: only wipe password/PIM text controls if they are not emptyMounir IDRASSI2-2/+10
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka1-0/+1
2023-05-19wxWidget assert failure bug (#999)Es5-106/+105
2022-08-21Fix incorrect text color in dark mode (#920)Kenneth Chew2-3/+3
2022-02-19Linux/MacOSX: Fix hidden volume settings not correctly displayed when enablin...Mounir IDRASSI3-4/+7
2022-02-11Update copyrights following integration of LZMA SDKMounir IDRASSI1-1/+2
2022-01-02Update copyright year to 2022Mounir IDRASSI1-2/+2
2021-09-21Linux/macOS: Add CLI switch (--size=max) and UI option to give a file contain...Mounir IDRASSI5-12/+158
2021-08-30Update copyright year to 2021Mounir IDRASSI1-2/+2
2021-08-16Add compile-time toggleable support for application indicators, off by defaul...Unit 1932-1/+86
2021-08-15MacOSX: First native Apple M1 supportMounir IDRASSI2-2/+2
2020-12-11new xml Tag for en and de (#708)T-Bonhagen17-2573/+3503
2020-11-29MacOSX: revert part of changes of commit "Fixed macFUSE support for macOS 11 ...Mounir IDRASSI1-1/+1
2020-11-28Fixed macFUSE support for macOS 11 (Big Sur) (#699)Thierry Lelegard1-1/+1
2020-08-26Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using m...Mounir IDRASSI3-8/+20
2020-08-05Linux: Add support for Btrfs filesystem when creating volumesMounir IDRASSI2-22/+18
2020-07-02Linux/MacOSX: Allow choosing a filesystem other than FAT for outer volume but...Mounir IDRASSI1-19/+43
2020-06-23Linux/MacOSX: explicitely clear saved password from memory at last step of vo...Mounir IDRASSI1-0/+7
2020-06-23Linux/MacOSX: Use also PIM when comparing Outer and Hidden volumes credentialsMounir IDRASSI2-28/+64
2020-06-23Linux/MacOSX: take into account keyfiles when comparing Outer and Hidden volu...Mounir IDRASSI1-9/+31
2020-06-23Linux/MacOSX: Don't allow Hidden volume to have the same password as Outer vo...Mounir IDRASSI2-0/+12
2020-06-19Linux/MacOSX: Complete the change of removal of AES-NI detection function don...Mounir IDRASSI1-1/+1
2020-06-11Switch from auto_ptr to unique_ptr (#638)Christopher Bergqvist6-8/+8
2020-03-10Update copyright year in creditsVeraCrypt_1.24-Update5Mounir IDRASSI1-3/+3
2020-01-20Linux/MacOSX: Fix regression that limited the size available for hidden volumesMounir IDRASSI1-1/+1
2019-12-16Linux: Fix build error when linking with old wxWidgets versionMounir IDRASSI1-1/+3
2019-12-16MacOSX: Ensure that the heading bar is always visible when window is moved so...Mounir IDRASSI2-5/+27
2019-12-16MacOSX: Ensure that main window is visible on screen when About is display as...Mounir IDRASSI2-0/+22
2019-12-02fixed typo "this [is (#559)vstoykovbg1-1/+1
2019-12-01UNIX: make sector size mismatch error more verbose (#552) (#561)alt3r 3go1-0/+1
2019-11-04Linux/MacOSX: Add switch to force the use of legacy maximum password length (...Mounir IDRASSI2-6/+9
2019-10-26MacOSX: fix truncated algorithms description in the Encryption Options page o...Mounir IDRASSI2-0/+24
2019-10-19MacOSX: Support APFS for creating volumes.Mounir IDRASSI2-0/+5
2019-10-16Small GUI enhancements (#521)El Mostafa Idrassi2-12/+12
2019-10-16Fixed drag and drop not showing correct path, specifically under GTK-3. (#520)El Mostafa Idrassi3-6/+0