VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/TrueCrypt.fbp
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Small GUI enhancements (#521)El Mostafa Idrassi1-6/+6
2019-10-15Fixed buttons not being correctly aligned (#518)El Mostafa Idrassi1-6/+6
2018-08-10Linux/MacOSX/FreeBSD: Implement benchmarking for Hash and PKCS-5 PRF algorithms.Mounir IDRASSI1-6/+360
2018-08-08Linux/MacOSX/FreeBSD: Add CheckBox in mount option dialog to force the use of...Mounir IDRASSI1-0/+88
2016-05-10Normalize all line terminatorsDavid Foerster1-28738/+28738
2016-05-04Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid havi...Mounir IDRASSI1-2/+2
2016-02-09Linux/MacOSX: add progress bar for mouse collected entropy in GUI of volume c...Mounir IDRASSI1-11/+102
2016-02-08Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile...Mounir IDRASSI1-3/+225
2015-09-13Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the passwordMounir IDRASSI1-2/+101
2015-07-19User Interface enhancements for PIMMounir IDRASSI1-12/+103
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-2/+2
2015-06-28Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct P...Mounir IDRASSI1-0/+432
2015-06-26Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUIMounir IDRASSI1-1/+1
2015-06-24Linux/MacOSX: solve GUI layout issues although the volume creation wizard sti...Mounir IDRASSI1-3/+3
2015-06-24Linux/MacOSX: first dynamic mode implementationMounir IDRASSI1-11/+277
2015-04-19Linux: Correct wxWidgets assert warnings when displaying about/LegalNotice di...Mounir IDRASSI1-2/+2
2015-02-28Linux/MacOSX: A configuration option for default hash and default TrueCrypt m...Mounir IDRASSI1-1/+286
2015-02-27Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was ca...Mounir IDRASSI1-6/+6
2015-02-16Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ...Mounir IDRASSI1-6/+6
2014-12-30Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man...Mounir IDRASSI1-1/+92
2014-12-28Linux/MacOSX: Add possibility to choose 1-pass wipe mode without changing the...Mounir IDRASSI1-2/+2
2014-12-26Linux/MacOSX: Implement waiting dialog for lengthy operations in order to hav...Mounir IDRASSI1-0/+239
2014-12-20Linux/MacOSX: Add a donation menu entryMounir IDRASSI1-0/+15
2014-12-11Linux/MacOSX: Implement generating more than one keyfile, specifying the size...Mounir IDRASSI1-1/+794
2014-12-07MacOSX/Linux: Solve truncated text in some Wizard windows by defining a large...VeraCrypt_1.0f-BETA2Mounir IDRASSI1-3/+3
2014-11-08Linux/MacOSX: Remove static size values from GUI in order to let wxWidgets ca...Mounir IDRASSI1-7/+7
2014-11-08Linux GUI : hide the wipe choice during volume creation. Remove extra content...Mounir IDRASSI1-1/+1
2014-11-08Linux/MacOSX port of manual selection of number of passes for volume header o...Mounir IDRASSI1-1/+178
2014-11-08Update wxFormBuild file to latest version (3.5 beta) and generate new Forms.c...Mounir IDRASSI1-1/+8502
2014-11-08Replace TrueCrypt references in added sources and resources by VeraCrypt ones.Mounir IDRASSI1-13/+13
2014-11-08Add TrueCrypt 7.1a MacOSX/Linux specific source files.Mounir IDRASSI1-0/+17436
efine FMIFS_CANT_QUICK_FORMAT 0x09 #define FMIFS_DONE 0x0B #define FMIFS_BAD_LABEL 0x0C #define FMIFS_OUTPUT 0x0E #define FMIFS_STRUCTURE_PROGRESS 0x0F #define FMIFS_CLUSTER_SIZE_TOO_SMALL 0x10 #define FMIFS_CLUSTER_SIZE_TOO_BIG 0x11 #define FMIFS_VOLUME_TOO_SMALL 0x12 #define FMIFS_VOLUME_TOO_BIG 0x13 #define FMIFS_NO_MEDIA_IN_DRIVE 0x14 #define FMIFS_DEVICE_NOT_READY 0x18 #define FMIFS_CHECKDISK_PROGRESS 0x19 #define FMIFS_READ_ONLY_MODE 0x20 #define FMIFS_HARDDISK 0xC extern int FormatWriteBufferSize; int TCFormatVolume (volatile FORMAT_VOL_PARAMETERS *volParams); BOOL FormatNtfs (int driveNo, int clusterSize); BOOL FormatFs (int driveNo, int clusterSize, int fsType); uint64 GetVolumeDataAreaSize (BOOL hiddenVolume, uint64 volumeSize); int FormatNoFs (HWND hwndDlg, unsigned __int64 startSector, __int64 num_sectors, void *dev, PCRYPTO_INFO cryptoInfo, BOOL quickFormat); BOOL WriteSector ( void *dev , char *sector , char *write_buf , int *write_buf_cnt , __int64 *nSecNo , PCRYPTO_INFO cryptoInfo ); BOOL FlushFormatWriteBuffer (void *dev, char *write_buf, int *write_buf_cnt, __int64 *nSecNo, PCRYPTO_INFO cryptoInfo); static BOOL StartFormatWriteThread (); static void StopFormatWriteThread (); #define FILESYS_NONE 0 #define FILESYS_FAT 1 #define FILESYS_NTFS 2 #define FILESYS_EXFAT 3 #ifdef __cplusplus } #endif #endif // TC_HEADER_Format