VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Language.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13Windows: code enhancements for language selection mechanism in the installer.Mounir IDRASSI1-254/+103
2018-08-12Windows Installer: implement language selection mechanism at the start of ↵Mounir IDRASSI1-0/+202
the installer to make easier for international users.
2018-03-30Simplify format of XML language files to make it easy to integrate in ↵Mounir IDRASSI1-1/+1
collaborative translation platforms (e.g. Transifex).
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-05Windows: move language XML files to new "Languages" folder in the ↵Mounir IDRASSI1-1/+2
installation directory.
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI1-1/+1
parameters to function AppLink.
2016-06-17Windows: fix compiler warningsMounir IDRASSI1-1/+3
2016-05-10Remove trailing whitespaceDavid Foerster1-10/+10
2016-05-10Normalize all line terminatorsDavid Foerster1-583/+583
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-4/+4
2015-10-05Windows: remove wrong check for return value of MultiByteToWideCharMounir IDRASSI1-4/+4
2015-09-10Windows: When no language selected by user, explicitly use English as ↵Mounir IDRASSI1-2/+2
default one unless VeraCrypt is in portable mode.
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-5/+9
and TrueCrypt 3.0.
2015-07-13Windows: Fix memory access issues when processing language XML files. Avoid ↵Mounir IDRASSI1-10/+53
writing to locked memory resource which can trigger crash.
2015-05-31Windows: fix buffer overrun issue when parsing language XML fileMounir IDRASSI1-1/+3
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI1-3/+3
harmless.
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL ↵Mounir IDRASSI1-2/+3
exception. Add more checks. Add proper cast to arithmetic operations.
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ↵Mounir IDRASSI1-16/+34
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
2014-11-08Static Code Analysis : Avoid potential overflow when parsing language file ↵Mounir IDRASSI1-1/+1
by specifying width for 's' conversion specifier
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-4/+4
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+515