VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/CommandLineInterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-04Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ...Mounir IDRASSI1-1/+9
2019-11-04Linux/MacOSX: Add switch to force the use of legacy maximum password length (...Mounir IDRASSI1-9/+17
2019-10-19MacOSX: Support APFS for creating volumes.Mou
#menu {
	display: none;	
}

#menu ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    background-color: #08aad7;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#menu li a.active {
    background-color: #84c7b0;
}

#menu li a:hover {
    background-color: #111111;
}
s='insertions'>+9 2015-03-08Linux/MacOSX: Load preferences if only volume path is given in command line a...Mounir IDRASSI1-1/+20 2014-12-30Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man...Mounir IDRASSI1-1/+5 2014-12-19Linux/MacOSX: Enhance performance by implementing the possibility to choose t...Mounir IDRASSI1-0/+32 2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...Mounir IDRASSI1-1/+1 2014-11-08wxWidgets 3.0 compatibility modificationsMounir IDRASSI1-6/+6 2014-11-08Replace TrueCrypt references in added sources and resources by VeraCrypt ones.Mounir IDRASSI1-1/+1 2014-11-08Add TrueCrypt 7.1a MacOSX/Linux specific source files.Mounir IDRASSI1-0/+583