Age | Commit message (Collapse) | Author | Files | Lines |
|
* refactor: use UNMOUNT instead of DISMOUNT in code
This change updates the term DISMOUNT in constants to UNMOUNT.
Other occurrences (e.g. variable names) are left alone for now.
* refactor(ui): use unmount instead of dismount
This change updates the GUI text and replaces dismount with unmount.
* docs: update term dismount -> unmount
* refactor(cmdline): add unmount
This change adds an argument 'unmount' for command line usage, while
trying to deprecate the old disnount argument.
The current dismount argument/flag will still work to not introduce
a breaking change.
* docs: mention that /dismount is deprecated
This change fixes the shorthand version of the argument /unmount
It also adds back the info for /dismount and that it is deprecated.
|
|
Update Windows drivers.
|
|
|
|
|
|
|
|
tool Coverity.
|
|
|
|
keys are detected only when the assignment edit has the focus and also by taking a key into account only once even if it remains pressed contently (this solves issue http://sourceforge.net/p/veracrypt/discussion/technical/thread/6597c91a)
|
|
and TrueCrypt 3.0.
|
|
reported by users
|
|
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
|
|
wrong handling of WM_NOTIFY messages. This behavior appeared after switching to Windows visual styles.
|
|
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
|
|
|