Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct ↵ | Mounir IDRASSI | 13 | -21/+264 | |
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 | 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-26 | Linux/MacOSX: Implement waiting dialog for lengthy operations in order to ↵ | Mounir IDRASSI | 10 | -9/+530 | |
have a better user experience. | |||||
2014-12-20 | Linux/MacOSX: Add a donation menu entry | Mounir IDRASSI | 4 | -0/+23 | |
2014-12-19 | Linux/MacOSX: Enhance performance by implementing the possibility to choose ↵ | Mounir IDRASSI | 8 | -11/+22 | |
the correct hash algorithm of volumes during various operations (mount, change password...), both using the GUI and the command line. | |||||
2014-12-11 | Linux/macOSX: always display random gathering dialog/interface before ↵ | Mounir IDRASSI | 1 | -0/+2 | |
performing sensitive operations that needs good quality random. | |||||
2014-12-11 | Linux/MacOSX: Implement generating more than one keyfile, specifying the ↵ | Mounir IDRASSI | 5 | -11/+947 | |
size of the generated keyfiles and letting VeraCrypt choose random size values. | |||||
2014-12-07 | MacOSX/Linux: Solve truncated text in some Wizard windows by defining a ↵VeraCrypt_1.0f-BETA2 | Mounir IDRASSI | 3 | -9/+9 | |
large enough minimum size. | |||||
2014-11-08 | Replace deprecated wxTextValidator::SetBellOnError whose logic whose ↵ | Mounir IDRASSI | 1 | -2/+4 | |
inverted by the new wxTextValidator::SuppressBellOnError. Since its used in constructor only for TC_WINDOWS, we do the same in the destructor. | |||||
2014-11-08 | Linux/MacOSX: Remove static size values from GUI in order to let wxWidgets ↵ | Mounir IDRASSI | 3 | -11/+20 | |
calculate the best size (the "Fit" method ensure this). Fix truncation of text is some dialogs. | |||||
2014-11-08 | Linux: Support NTFS formatting of volume. We use mkfs.ntfs so it needs to be ↵ | Mounir IDRASSI | 2 | -0/+2 | |
installed on the system. | |||||
2014-11-08 | MacOSX : correct compilation issue caused by system API deprication and use ↵ | Mounir IDRASSI | 1 | -1/+1 | |
of new wxWidgets. | |||||
2014-11-08 | Linux GUI : hide the wipe choice during volume creation. Remove extra ↵ | Mounir IDRASSI | 3 | -3/+5 | |
content from wipe choice list. | |||||
2014-11-08 | Correct compilation error under Linux introduced in latest commit | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Linux/MacOSX port of manual selection of number of passes for volume header ↵ | Mounir IDRASSI | 6 | -3/+210 | |
over-write operation. | |||||
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 60 | -63/+63 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | Update wxFormBuild file to latest version (3.5 beta) and generate new ↵ | Mounir IDRASSI | 3 | -4086/+12798 | |
Forms.cpp/Forms.h files. | |||||
2014-11-08 | Change legacy version check in newly added Linux/MacOSX sources from 0x600 ↵ | Mounir IDRASSI | 1 | -2/+2 | |
(TrueCrypt) to 0x10b | |||||
2014-11-08 | wxWidgets 3.0 compatibility modifications | Mounir IDRASSI | 3 | -3/+3 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 8 | -33/+33 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 63 | -0/+29240 | |