Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ExpandVolume
/
WinMain.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-30
Windows: Support drag-n-drop of files in Expander for mounting. Fix drag-n-dr...
Mounir IDRASSI
1
-24
/
+12
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
1
-1
/
+1
2023-06-28
Add EMV functionality (#1080)
mmauv
1
-0
/
+1
2023-06-25
Windows: Better language localization support for Expander.
Mounir IDRASSI
1
-1
/
+25
2023-06-18
Windows: make Expander first check file existence before proceeding further
Mounir IDRASSI
1
-1
/
+6
2023-06-02
Windows: Add dropdown menu to Mount button to allow mounting without cache
Mounir IDRASSI
1
-0
/
+1
2020-07-06
Windows: Support direct password drag-n-drop from external applications (e.g....
Mounir IDRASSI
1
-0
/
+24
2020-01-21
Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...
Mounir IDRASSI
1
-0
/
+69
2019-12-03
Windows: Fix possible local privilege escalation vulnerability during executi...
Mounir IDRASSI
1
-1
/
+1
2019-03-03
Windows: replicate old behavior when handling passwords in UI when legacy pas...
Mounir IDRASSI
1
-1
/
+4
2019-02-04
Automatically truncate passwords for TrueCrypt volumes and System Encryption ...
Mounir IDRASSI
1
-2
/
+3
2018-08-07
Windows: Display a balloon tip warning or error message when the value pasted...
Mounir IDRASSI
1
-1
/
+1
2017-07-02
Windows: when mounting multiple favorites, use PIM of previous favorite along...
Mounir IDRASSI
1
-1
/
+1
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-11
Windows: fix compiler warnings
Mounir IDRASSI
1
-10
/
+10
2017-05-15
Replace Codeplex links by ones on veracrypt.fr
Mounir IDRASSI
1
-1
/
+1
2016-12-30
Windows: Implement Secure Desktop for password entry. Add option and command ...
Mounir IDRASSI
1
-1
/
+3
2016-12-08
Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in f...
Mounir IDRASSI
1
-2
/
+2
2016-08-15
Windows: Implement support for EFI system encryption in Windows GUI.
Mounir IDRASSI
1
-1
/
+9
2016-05-10
Remove trailing whitespace
David Foerster
1
-16
/
+16
2016-05-10
Normalize all line terminators
David Foerster
1
-423
/
+423
2016-05-05
Windows: Add option and command line switch to hide waiting dialog when perfo...
Mounir IDRASSI
1
-0
/
+2
2016-02-07
Windows:Fix various issues and warnings reported by static code analysis tool...
Mounir IDRASSI
1
-1
/
+1
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2016-01-10
Windows: Avoid wrong update of configuration XML file caused by not using the...
Mounir IDRASSI
1
-1
/
+1
2016-01-10
Windows: Don't show disconnected network drives in the list of available driv...
Mounir IDRASSI
1
-0
/
+2
2016-01-03
Windows: Fix Dll hijacking vulnerability affecting installer that allows arbi...
Mounir IDRASSI
1
-1
/
+0
2015-12-31
Cryptography: Optimize Whirlpool implementation by using public domain assemb...
Mounir IDRASSI
1
-0
/
+3
2015-11-26
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
Mounir IDRASSI
1
-38
/
+46
2015-09-26
Windows: Set keyboard focus to PIM field when "Use PIM" is checked.
Mounir IDRASSI
1
-0
/
+2
2015-08-28
Windows: Treat the PIM like a password and make it visible when "Display pass...
Mounir IDRASSI
1
-2
/
+2
2015-08-27
Windows: Correctly display the password edit "black dot" instead of a '*' whe...
Mounir IDRASSI
1
-8
/
+7
2015-08-27
Windows: Protect against using a container file as its own keyfile. Normalizi...
Mounir IDRASSI
1
-3
/
+5
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-28
/
+15
2015-07-13
Windows: Modify PIM parts in GUI to make it easier to use. Users must explici...
Mounir IDRASSI
1
-5
/
+19
2015-07-11
Use Pim name for internal variables instead of the old name Pin
Mounir IDRASSI
1
-10
/
+10
2015-07-06
Windows: Display source location of errors in order to help diagnose issues r...
Mounir IDRASSI
1
-2
/
+2
2015-06-08
Windows: rename PIN to PIM to avoid confusion. Better error messages.
Mounir IDRASSI
1
-6
/
+6
2015-05-27
Windows: GUI modifications around PIN field
Mounir IDRASSI
1
-16
/
+2
2015-05-26
Windows: first implementation of dynamic mode
Mounir IDRASSI
1
-1
/
+43
2015-05-06
Windows: Solve detection issue when resuming encryption. Add separate logic f...
Mounir IDRASSI
1
-1
/
+3
2015-05-03
Windows: enable showing/hiding password for system encryption in Windows UI a...
Mounir IDRASSI
1
-1
/
+0
2015-04-27
Windows: Support A: and B: as driver letters for mounting volumes.
Mounir IDRASSI
1
-1
/
+1
2015-02-09
Static Code Analysis: handle unused variables more properly. Catch STL except...
Mounir IDRASSI
1
-1
/
+0
2015-01-20
Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ...
Mounir IDRASSI
1
-0
/
+971