VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/PreferencesDialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-11new xml Tag for en and de (#708)T-Bonhagen1-7/+7
2020-06-19Linux/MacOSX: Complete the change of removal of AES-NI detection function don...Mounir IDRASSI1-1/+1
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2016-05-13Linux: Fix gcc-6 compilation errors.Mounir IDRASSI1-2/+2
2016-05-10Remove trailing whitespaceDavid Foerster1-11/+11
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-5/+9
2015-06-24Linux/MacOSX: restore normal file mode to some source filesMounir IDRASSI1-0/+0
2015-02-28Linux/MacOSX: A configuration option for default hash and default TrueCrypt m...Mounir IDRASSI1-0/+34
2015-02-27Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was ca...Mounir IDRASSI1-1/+1
2015-02-16Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ...Mounir IDRASSI1-1/+1
2014-11-08Replace deprecated wxTextValidator::SetBellOnError whose logic whose inverted...Mounir IDRASSI1-2/+4
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...Mounir IDRASSI1-1/+1
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/+488
ass="cm"> and all other portions of this file are Copyright (c) 2013-2015 IDRIX and are governed by the Apache License 2.0 the full text of which is contained in the file License.txt included in VeraCrypt binary and source code distribution packages. */ #ifndef TC_HEADER_Main_Resources #define TC_HEADER_Main_Resources #include "System.h" #include "Platform/Platform.h" namespace VeraCrypt { class Resources { public: static string GetLanguageXml (); static string GetLegalNotices (); #ifndef TC_NO_GUI static wxBitmap GetDriveIconBitmap (); static wxBitmap GetDriveIconMaskBitmap (); static wxBitmap GetLogoBitmap (); static wxBitmap GetTextualLogoBitmap (); static wxIcon GetVeraCryptIcon (); static wxBitmap GetVolumeCreationWizardBitmap (int height = -1); #endif }; } #endif // TC_HEADER_Main_Resources