Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-16 | Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ↵ | Mounir IDRASSI | 8 | -14/+14 | |
a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value. | |||||
2015-02-13 | Linux: Perform a quick NTFS formatting by adding the "-f" switch to ↵ | Mounir IDRASSI | 1 | -0/+4 | |
mkfs.ntfs. Without this, the creation of big NTFS volumes takes ages. The code already takes care of the empty sectors by encrypting them with different key to randomize plaintext. | |||||
2015-02-11 | Linux: modify installer script to make it run when the "less" command ↵ | Mounir IDRASSI | 1 | -1/+1 | |
doesn't support the -X argument (Busybox case) | |||||
2015-02-10 | Linux: Add graphical installer support when xterm is not available (Linux ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Mint case) | |||||
2015-02-08 | Linux: solve rare issue where VeraCrypt wrongly reports that another ↵ | Mounir IDRASSI | 1 | -3/+21 | |
instance is already running. That happens when VeraCrypt doesn't close cleanly upon shutdown/reboot and on the next startup another process is running with the same PID as VeraCrypt before shutdow/reboot. | |||||
2015-02-08 | Linux: When not under Gnome/KDE, use xdg-open to open the mounted volume if ↵ | Mounir IDRASSI | 1 | -1/+17 | |
it is available. | |||||
2015-02-08 | Linux/MacOSX: use command line values of TrueCryptMode and PRF as defaults ↵ | Mounir IDRASSI | 6 | -9/+33 | |
for the password dialog | |||||
2015-01-04 | Linux/MacOSX: Add wait dialog to the benchmark computation. Correct handling ↵ | Mounir IDRASSI | 4 | -22/+42 | |
of wait dialog call when changing password and creating volumes. | |||||
2015-01-04 | Linux/MacOSX: make the cancel button work on the preferences dialog. | Mounir IDRASSI | 1 | -1/+1 | |
2015-01-04 | Linux/MacOSX: change cascade encryption naming format in the UI as it was ↵ | Mounir IDRASSI | 4 | -5/+5 | |
done on Windows. | |||||
2015-01-03 | Linux/MacOSX: workaround for wxWidgets bug in the method ↵ | Mounir IDRASSI | 1 | -1/+1 | |
wxTextEntry::IsEmpty that made it impossible to enter a one digit size for the volume. | |||||
2015-01-02 | Linux: solve link error on recent Ubuntu when using shared wxWidgets. | Mounir IDRASSI | 1 | -1/+1 | |
2014-12-30 | Linux/MacOSX: code refactoring and cleanup. | Mounir IDRASSI | 2 | -28/+25 | |
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct ↵ | Mounir IDRASSI | 21 | -72/+374 | |
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 | 15 | -18/+658 | |
have a better user experience. | |||||
2014-12-20 | Linux: update the embedded data index inside the installer because the ↵ | Mounir IDRASSI | 1 | -1/+1 | |
license content became bigger. | |||||
2014-12-20 | Linux/MacOSX: Add a donation menu entry | Mounir IDRASSI | 4 | -0/+23 | |
2014-12-20 | Linux/MacOSX: remove calls to non existent class VolumeLayoutV1Hidden | Mounir IDRASSI | 2 | -4/+4 | |
2014-12-20 | Reduce time for reporting wrong password by removing support for legacy ↵ | Mounir IDRASSI | 1 | -2/+2 | |
hidden format because it was never functional and it was superseded by current hidden format. | |||||
2014-12-19 | Linux/MacOSX: Enhance performance by implementing the possibility to choose ↵ | Mounir IDRASSI | 16 | -20/+95 | |
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 | 3 | -0/+20 | |
performing sensitive operations that needs good quality random. | |||||
2014-12-11 | Linux/MacOSX: Implement generating more than one keyfile, specifying the ↵ | Mounir IDRASSI | 6 | -11/+948 | |
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-12-04 | Linux/macOSX: handle project URLs using the new values | Mounir IDRASSI | 1 | -38/+107 | |
2014-11-08 | Linux/MacOSX: solve compilation warning by explicitly converting wxCStrData ↵ | Mounir IDRASSI | 1 | -2/+2 | |
to (const wchar_t*) | |||||
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 | MacOSX: fix warning by displacing declaration of variable used only under Linux | Mounir IDRASSI | 1 | -1/+1 | |
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: remove workaround for wxFileType::GetOpenCommand bug in handling path ↵ | Mounir IDRASSI | 1 | -5/+0 | |
with spaces because it was fixed in wxWidgets 3.0 and this workaround causes problems. | |||||
2014-11-08 | Linux: Support NTFS formatting of volume. We use mkfs.ntfs so it needs to be ↵ | Mounir IDRASSI | 3 | -0/+4 | |
installed on the system. | |||||
2014-11-08 | MacOSX : Update Main Makefile to used the new package name that include the ↵VeraCrypt_MacOSX_1.0d | Mounir IDRASSI | 1 | -1/+1 | |
version. | |||||
2014-11-08 | MacOSX : Correct typos in Main Makefile | Mounir IDRASSI | 1 | -3/+3 | |
2014-11-08 | MacOSX : change OSXFuse error message to indicate the MacFUSE compatibility ↵ | Mounir IDRASSI | 1 | -1/+1 | |
layer is needed. | |||||
2014-11-08 | MacOSX : modify Makefile to automatically build and sign the MacOSX ↵ | Mounir IDRASSI | 1 | -1/+3 | |
installer for VeraCrypt. | |||||
2014-11-08 | MacOSX : Since we link directly with OSXFuse, change error message to ↵ | Mounir IDRASSI | 1 | -1/+1 | |
indicate that OSXFuse 2.3+ is needed. | |||||
2014-11-08 | MacOSX : Copy console version of VeraCrypt inside the bundle under the name ↵ | Mounir IDRASSI | 1 | -0/+11 | |
veracrypt_console. | |||||
2014-11-08 | MacOSX : Update Fuse error message to display OSXFUSE requirement alongside ↵ | Mounir IDRASSI | 1 | -1/+1 | |
MacFuse. | |||||
2014-11-08 | MacOSX : copy the help pdf into the VeraCrypt bundle during package creation | Mounir IDRASSI | 1 | -0/+1 | |
2014-11-08 | MacOSX : correct the name of dmg file used by the rm command | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | MacOSX : correct compilation issue caused by system API deprication and use ↵ | Mounir IDRASSI | 2 | -11/+5 | |
of new wxWidgets. | |||||
2014-11-08 | MacOSX : Correct issue of compiling assembly files in both 32-bit and 64-bit ↵ | Mounir IDRASSI | 1 | -0/+3 | |
mode. Modify Makefiles to correct compilation process using latest Xcode. | |||||
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 | Correct Linux compilation after removing legacy cryptographic code. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Remove remaining legacy cryptographic algorithms that are never used by ↵ | Mounir IDRASSI | 2 | -2/+0 | |
VeraCrypt. | |||||
2014-11-08 | Set the Execute bit for VeraCrypt uninstall script before copying it to the ↵ | Mounir IDRASSI | 1 | -0/+1 | |
tar package | |||||
2014-11-08 | Add VeraCrypt specific Linux packaging code in Makefiles and add various ↵ | Mounir IDRASSI | 1 | -1/+57 | |
helper scripts. The original TrueCrypt sources didn't contain anything about this. | |||||
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 91 | -96/+96 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. |