VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-12Windows Installer: implement language selection mechanism at the start of the...Mounir IDRASSI1-1/+17
2018-08-07Windows: Display a balloon tip warning or error message when the value pasted...Mounir IDRASSI1-2/+134
2018-08-06Windows: fix warning in debug buildMounir IDRASSI1-0/+3
2018-08-06Windows: avoid timeout of Secure Desktop display by waiting for the user to b...Mounir IDRASSI1-3/+16
2018-06-24Windows: in DEBUG mode, disable verification to Authenticode signature of bin...Mounir IDRASSI1-1/+5
2018-05-03Windows: Support machines without "EFI\Boot" folder for EFI system encryption...Mounir IDRASSI1-0/+19
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-6/+4
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-0/+125
2018-04-23Windows: handle case when parameter of VerifyModuleSignature is enclosed betw...Mounir IDRASSI1-1/+16
2018-04-23Windows: implement internal verification of Authenticode digital signature fo...Mounir IDRASSI1-14/+155
2018-03-25Windows: handle rare case where call to SwitchDestop fails when trying to dis...Mounir IDRASSI1-11/+30
2018-03-25Windows: use cleaner approach to implement bringing our windows to foreground...Mounir IDRASSI1-14/+23
2018-03-25Windows: ensure that out secure desktop has always user input to avoid cases ...Mounir IDRASSI1-0/+76
2018-03-20Windows: Fix some cases of external applications freezing during mount/dismou...Mounir IDRASSI1-1/+38
2018-03-18Update various copyright dates.Mounir IDRASSI1-4/+4
2018-03-13Windows: when /silent specified in command line, avoid performing any WIN32 U...Mounir IDRASSI1-7/+7
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all dis...Mounir IDRASSI1-29/+39
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls t...Mounir IDRASSI1-134/+137
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after up...Mounir IDRASSI1-0/+13
2017-07-20Windows: enable secure desktop feature for VeraCrypt Format application.Mounir IDRASSI1-2/+2
2017-07-20Windows: use Secure Desktop for smart card PIN dialog if it is activated for ...Mounir IDRASSI1-1/+1
2017-07-20Windows: in case of mounting system favorites, call driver to get list of dri...Mounir IDRASSI1-76/+95
2017-07-09Windows: when listing connected devices, consider that a partition exists if ...Mounir IDRASSI1-2/+3
2017-07-09Windows: correctly initialize global critical sections in case if system favo...Mounir IDRASSI1-6/+15
2017-07-07Windows: Don't remove last digit of version string if it is zero. This is a l...Mounir IDRASSI1-3/+0
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite along...Mounir IDRASSI1-4/+4
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-3/+3
2017-06-11Windows: various fixes following Coverity analysis.Mounir IDRASSI1-49/+109
2017-06-11Windows: Add checks on IOCTL_DISK_GET_DRIVE_LAYOUT_EX response to make Coveri...Mounir IDRASSI1-44/+48
2017-06-11Windows: Remove unused "Parent" field in _TEXT_EDIT_DIALOG_PARAM structureMounir IDRASSI1-1/+1
2017-06-11Windows: fix GetPhysicalDriveStorageInformation failure caused by device hand...Mounir IDRASSI1-1/+0
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-1/+1
2017-06-10Windows: reduce WNetGetConnection performance impact by making calls every 1 ...Mounir IDRASSI1-2/+2
2017-06-08Windows: Validate XML format of EFI DcsProp after user editing and before wri...Mounir IDRASSI1-7/+18
2017-06-05Beta2 patch 1kavsrf1-0/+74
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused para...Mounir IDRASSI1-8/+14
2017-06-05Windows: Move User Guide CHM file under "docs" folderMounir IDRASSI1-3/+3
2017-06-05Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ...Mounir IDRASSI1-3/+3
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using Volu...Mounir IDRASSI1-33/+431
2017-05-28Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate W...Mounir IDRASSI1-1/+22
2017-05-25Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERT...Mounir IDRASSI1-17/+97
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI1-25/+37
2017-05-17Windows installer: use correct installation directory for opening HTML help (...Mounir IDRASSI1-3/+10
2017-05-15Windows: Add HTML documentation to Windows installer.Mounir IDRASSI1-0/+69
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI1-38/+67
2017-04-26Update zlib copyright noticeMounir IDRASSI1-1/+1
2016-12-30Update donation link to point to page indicating all accepted donations options.Mounir IDRASSI1-1/+1
2016-12-30Windows: Implement Secure Desktop for password entry. Add option and command ...Mounir IDRASSI1-0/+176
2016-12-30Windows: cleaner code for handling of disabling of parent dialog when waiting...Mounir IDRASSI1-6/+6
2016-12-07Windows: don't change thread priority when benchmarking encryption algorithms...Mounir IDRASSI1-1/+1