Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-25 | Linux/MacOSX: remove unecessary XML resource string replacement of %hs, not ↵ | Mounir IDRASSI | 1 | -2/+0 | |
needed since Unicode rewrite. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -5/+9 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Linux: Solve compilation warning (unused variables, pointer cast) | Mounir IDRASSI | 1 | -3/+0 | |
2015-06-24 | Linux: if a keyfile is specified in the command line without a password, ↵ | Mounir IDRASSI | 1 | -1/+1 | |
don't try to mount using an empty password unless its TrueCryptMode or an empty password has been explicitly specified. | |||||
2015-06-24 | Linux/MacOSX: restore normal file mode to some source files | Mounir IDRASSI | 1 | -0/+0 | |
2015-06-24 | Linux/MacOSX: first dynamic mode implementation | Mounir IDRASSI | 1 | -6/+10 | |
2015-04-06 | MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa ↵ | Mounir IDRASSI | 1 | -3/+13 | |
openFiles message instead of the deprecated Carbon "open-document" event | |||||
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. | |||||
2014-12-30 | Linux/MacOSX: code refactoring and cleanup. | Mounir IDRASSI | 1 | -27/+24 | |
2014-12-30 | Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct ↵ | Mounir IDRASSI | 1 | -21/+57 | |
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-26 | Linux/MacOSX: Implement waiting dialog for lengthy operations in order to ↵ | Mounir IDRASSI | 1 | -8/+49 | |
have a better user experience. | |||||
2014-12-20 | Linux/MacOSX: remove calls to non existent class VolumeLayoutV1Hidden | Mounir IDRASSI | 1 | -1/+1 | |
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 | 1 | -1/+5 | |
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/+7 | |
performing sensitive operations that needs good quality random. | |||||
2014-12-04 | Linux/macOSX: handle project URLs using the new values | Mounir IDRASSI | 1 | -38/+107 | |
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 | Remove remaining legacy cryptographic algorithms that are never used by ↵ | Mounir IDRASSI | 1 | -1/+0 | |
VeraCrypt. | |||||
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | Point to the SourceForge website instead of idrix.fr for the application ↵ | Mounir IDRASSI | 1 | -2/+2 | |
link. Remove OS parameter is URL constructed under Linux/MacOSX | |||||
2014-11-08 | wxWidgets 3.0 compatibility modifications | Mounir IDRASSI | 1 | -3/+3 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 1 | -5/+5 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 1 | -0/+1690 | |