VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/doc/html
AgeCommit message (Expand)AuthorFilesLines
2021-09-05Documentation: Drop official support of Mac OS X 10.7 Lion and Mac OS X 10.8 ...Mounir IDRASSI1-2/+2
2021-09-04Documentation: Drop Windows XP, Vista and 7 from list of supported OS. Add ma...Mounir IDRASSI2-12/+7
2021-09-04Minor cleanup of the repo (#822)a1346054103-294/+294
2021-08-16Increment version to 1.24-Update9-Beta-21-08-15Mounir IDRASSI1-1/+7
2021-08-15Windows: Increment version to 1.24.25.3 and update signed Windows driverMounir IDRASSI1-1/+1
2021-08-02Update Release Notes with latest changes for upcoming 1.24-Update9Mounir IDRASSI1-2/+23
2021-04-13Add BTC SegWit donation addressMounir IDRASSI2-0/+8
2021-01-02Increment version to 1.24-Update9Mounir IDRASSI1-2/+2
2020-12-23Update Release Notes with latest changes for upcoming 1.24-Update9Mounir IDRASSI1-0/+19
2020-12-23Documentation: Update USD donation bank detailsMounir IDRASSI1-3/+9
2020-11-29Update Release Notes for 1.24-Update8 version for MacOSXMounir IDRASSI1-0/+9
2020-08-26Documentation: Update list of Supported Operating SystemsMounir IDRASSI1-1/+3
2020-08-07Set release date of 1.24-Update7 to August 7th 2020Mounir IDRASSI1-1/+1
2020-08-06Increment internal version to 1.24.23 and update release notesMounir IDRASSI1-1/+2
2020-08-06Correct entry in "Release Notes.html"Mounir IDRASSI1-1/+1
2020-08-06Fiw typo in "Release Notes.html"Mounir IDRASSI1-1/+1
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI1-1/+4
2020-08-03Documentation: remove size specifiers for images in HTML filesMounir IDRASSI7-38/+38
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI1-1/+8
2020-07-28Documentation: Update Beginner's Tutorial to use "MyVolume.hc" instead of "My...Mounir IDRASSI40-3/+3
2020-07-22Increment internal version to 1.24.20 and update release notesMounir IDRASSI1-1/+5
2020-07-06Update Release Notes with latest Windows change (password drag-n-drop support)Mounir IDRASSI1-1/+2
2020-07-04Increment internal version to 1.24.19Mounir IDRASSI1-1/+9
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI1-0/+22
2020-06-12Update donation page with new Euro bank account detailsMounir IDRASSI1-4/+4
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI1-0/+9
2020-03-10Set release date of 1.24-Update5 and update release notesMounir IDRASSI1-1/+6
2020-03-10Documentation: Add entries for switches now supported by VeraCrypt Format (/k...Mounir IDRASSI1-2/+24
2020-02-11Increment version to 1.24-Update5 and update signed Windows drivers.Mounir IDRASSI1-0/+9
2020-01-22Update Release Notes.Mounir IDRASSI1-0/+1
2020-01-22Increment version to 1.24-Update4 and update Release NotesMounir IDRASSI1-0/+23
2020-01-22Documentation: Add entries for newly added /protectMemory and /signalExit CLI...Mounir IDRASSI1-0/+14
2019-12-22Increment version to 1.24-Update3 for Linux and update Release NotesVeraCrypt_1.24-Update3Mounir IDRASSI1-0/+9
2019-12-16Documentation: Adding information of availability of RAM encryption and that ...Mounir IDRASSI2-1/+6
2019-12-16Update version information in preparation for 1.24-Update2 releaseMounir IDRASSI1-1/+1
2019-12-16Documentation: Add entries for /quick and /fastCreateFile CLI switches of Ver...Mounir IDRASSI1-1/+9
2019-12-15remove extra carriage return from Release NotesMounir IDRASSI1-1/+1
2019-12-13Update Release Notes for 1.24-Update2-RCMounir IDRASSI1-0/+66
2019-12-11Documentation: better wording for Rescue Disk pageMounir IDRASSI1-8/+8
2019-12-03Documentation: Update Rescue Disk page to include information about EFI Rescu...Mounir IDRASSI1-18/+18
2019-12-01Documentation: Add a note in "Favorite Volumes" section referring to issues c...Mounir IDRASSI1-1/+4
2019-11-08Documentation: A OSX Mojave and OSX Catalina to the list of supported operati...Mounir IDRASSI1-0/+2
2019-11-02Start following IEEE 1541 agreed naming of bytes (#532)Meteor0id1-2/+2
2019-11-02Documentation: Fix grammatical errors (https://github.com/veracrypt/VeraCrypt...Mounir IDRASSI1-2/+2
2019-10-27Windows: Update Release Notes and set 1.24-Hotfix1 release date to October 27th.Mounir IDRASSI1-1/+2
2019-10-25Set release date of 1.24-Hotfix1 to October 25th.Mounir IDRASSI1-1/+1
2019-10-24Increment version to 1.24-Hotfix1Mounir IDRASSI1-1/+4
2019-10-20Increment version to 1.23-Hotfix1-PreviewMounir IDRASSI1-0/+29
2019-10-15Documentation: Add missing documentation for VeraCrypt.exe command line switc...Mounir IDRASSI1-1/+5
2019-10-06Increment version to 1.24Mounir IDRASSI1-1/+1
lass="n">FilesystemPath (*keyfile)); Gui->AppendToListCtrl (KeyfilesListCtrl, fields); UpdateButtons(); } shared_ptr <KeyfileList> KeyfilesPanel::GetKeyfiles () const { make_shared_auto (KeyfileList, keyfiles); for (long i = 0; i < KeyfilesListCtrl->GetItemCount(); i++) keyfiles->push_back (make_shared <Keyfile> (wstring (KeyfilesListCtrl->GetItemText (i)))); return keyfiles; } void KeyfilesPanel::OnAddDirectoryButtonClick (wxCommandEvent& event) { DirectoryPath dir = Gui->SelectDirectory (this, LangString["SELECT_KEYFILE_PATH"]); if (!dir.IsEmpty()) { vector <wstring> fields; fields.push_back (dir); Gui->AppendToListCtrl (KeyfilesListCtrl, fields); UpdateButtons(); } } void KeyfilesPanel::OnAddFilesButtonClick (wxCommandEvent& event) { FilePathList files = Gui->SelectFiles (this, LangString["SELECT_KEYFILES"], false, true); foreach_ref (const FilePath &f, files) { vector <wstring> fields; fields.push_back (f); Gui->AppendToListCtrl (KeyfilesListCtrl, fields); } UpdateButtons(); } void KeyfilesPanel::OnAddSecurityTokenSignatureButtonClick (wxCommandEvent& event) { try { SecurityTokenKeyfilesDialog dialog (this); if (dialog.ShowModal() == wxID_OK) { foreach (const SecurityTokenKeyfilePath &path, dialog.GetSelectedSecurityTokenKeyfilePaths()) { vector <wstring> fields; fields.push_back (path); Gui->AppendToListCtrl (KeyfilesListCtrl, fields); } UpdateButtons(); } } catch (exception &e) { Gui->ShowError (e); } } void KeyfilesPanel::OnListSizeChanged (wxSizeEvent& event) { list <int> colPermilles; colPermilles.push_back (1000); Gui->SetListCtrlColumnWidths (KeyfilesListCtrl, colPermilles); event.Skip(); } void KeyfilesPanel::OnRemoveAllButtonClick (wxCommandEvent& event) { KeyfilesListCtrl->DeleteAllItems(); UpdateButtons(); } void KeyfilesPanel::OnRemoveButtonClick (wxCommandEvent& event) { long offset = 0; foreach (long item, Gui->GetListCtrlSelectedItems (KeyfilesListCtrl)) KeyfilesListCtrl->DeleteItem (item - offset++); UpdateButtons(); } void KeyfilesPanel::UpdateButtons () { RemoveAllButton->Enable (KeyfilesListCtrl->GetItemCount() > 0); RemoveButton->Enable (KeyfilesListCtrl->GetSelectedItemCount() > 0); } }