Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-19 | Turkish translation 1.26.10 update (#1254) | Kaya Zeren | 1 | -1435/+1435 | |
Fully reviewed and heavily updated. Copy paste Google Translations replaced by real person translations. Translation consistency improved all around. Transifex (Localization Lab Project) has older VeraCrypt resource file and needs updated latest version to use advanced translation platform features. | |||||
2023-11-19 | Revert changes to Language.tr.xml to allow merging Github translation PR | Mounir IDRASSI | 1 | -3/+0 | |
2023-11-19 | Linux/FreeBSD/macOS: Implement language selection settings (#1253) | Jertzukka | 56 | -91/+954 | |
* Implement Language selection into settings Initial commit to create a new tab in PreferencesNotebook for Language selection. By default, if nothing is chosen, it uses the current behaviour of using the language from system environment variables. If another language is chosen from the settings, it is saved into the Configuration.xml and this is used instead. * Fix SetStringSelection() assert issue on macOS * Add header include to fix build * Add current language pack, authors and way to use literal strings * Translations also for FreeBSD * Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext * Get Preferences properly instead of workaround function * Use WrapSizer instead of BoxSizer for author line This forces long author lists to be put on a new line, reducing the need to increase window width. * Update Finnish translation * Borrow translation from IDM_LANGUAGE where it makes sense * Remove colon and thus unneeded function * Simplify Language tab layout * Reintroduce macOS specific fixes to Forms.cpp * cleanup | |||||
2023-11-13 | wolfCrypt as crypto backend for VeraCrypt (#1227) | lealem47 | 36 | -219/+1103 | |
* wolfCrypt as crypto backend for VeraCrypt * Refactor to use EncryptionModeWolfCryptXTS class | |||||
2023-11-13 | Translations: update Russian translation file and documentation by Dmitry ↵ | Mounir IDRASSI | 12 | -54/+94 | |
Yerokhin. | |||||
2023-11-09 | Remove unneeded redundant OS name in Release Notes | Mounir IDRASSI | 2 | -4/+4 | |
2023-11-09 | Update MBR bootloader to 1.26.10 version | Mounir IDRASSI | 20 | -0/+0 | |
2023-11-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 67 | -94/+102 | |
2023-11-08 | Windows: Fix failure to format some disks (e.g. VHDX) caused by partition ↵ | Mounir IDRASSI | 2 | -11/+10 | |
offset not 4K aligned Now we set offset to 1MB which is a typical values used for MBR disks. We also use a more standard way to calculate legacy number of cylinders | |||||
2023-11-08 | Linux: Fix generic installation script on Konsole in Wayland (#1244) | Jertzukka | 2 | -4/+4 | |
The x11 aliases such as --title are only available in the Qt application if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use --qwindowtitle directly. | |||||
2023-11-05 | Documentation: Remove Flattr as donation platform since it is shutting down | Mounir IDRASSI | 1 | -1/+0 | |
2023-11-05 | Documentation: Mention that TRIM is not supported on macOS | Mounir IDRASSI | 2 | -0/+3 | |
2023-11-05 | Documentation: Add more information about TRIM behavior in VeraCrypt | Mounir IDRASSI | 3 | -7/+19 | |
2023-11-03 | Documentation: Update bank account details for USD donations | Mounir IDRASSI | 2 | -7/+8 | |
2023-11-03 | 02Nov23-Update Language.es.xml (#1241) | MayanTigger | 1 | -10/+10 | |
I'm not sure of the changes will remain, two times of I have to re do the translations. Please confirm of the translations are "as it should be". | |||||
2023-10-31 | Documentation: Mention default PIM values when no PIM is specified | Mounir IDRASSI | 1 | -3/+9 | |
2023-10-31 | Linux: Focus PIM field when selected (#1239) | Jertzukka | 1 | -0/+1 | |
Sets focus to VolumePimTextCtrl initially when the checkbox is clicked. | |||||
2023-10-29 | Update Language.ro.xml (#1237) | TigerxWood | 1 | -191/+191 | |
2023-10-23 | Documentation: Update supported macOSX versions to remove Big Sur and add Sonoma | Mounir IDRASSI | 2 | -2/+2 | |
2023-10-17 | Update Language.zh-cn.xml (#1233) | 风之暇想 | 1 | -5/+5 | |
* Update Language.zh-cn.xml 修改字体为简体中文系统的默认字体:微软雅黑(Microsoft YaHei) * Update Language.zh-cn.xml 修改字体大小 | |||||
2023-10-13 | Windows: fallback to absolute positioning if relative positioning fails | Mounir IDRASSI | 1 | -10/+13 | |
This can serve as workaround if a disk rejects relative positioning for some reason. | |||||
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 81 | -94/+97 | |
2023-10-11 | Windows: Don't close Setup when exiting VeraCrypt process through system ↵ | Mounir IDRASSI | 1 | -1/+2 | |
tray Exit menu | |||||
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 80 | -91/+110 | |
2023-10-10 | Translations: Fix missing "uk" lang key in some Ukrainian translations | Mounir IDRASSI | 1 | -31/+31 | |
2023-10-10 | Windows: Fix writing wrong EFI configuration options to registry | Mounir IDRASSI | 1 | -1/+1 | |
2023-10-10 | Update Language.uk.xml (#1230) | udev2045 | 1 | -63/+63 | |
Spelling corrections have been made and English translations have been added. Checked lines 1 through 400. | |||||
2023-10-09 | HTML Documentation: Update Russian translation by Dmitry Yerokhin | Mounir IDRASSI | 3 | -23/+42 | |
2023-10-08 | Windows: Fix expansion of volumes on devices with sector size!=512 (by skl0n6) | Mounir IDRASSI | 1 | -2/+8 | |
2023-10-08 | Fix warnings and throwing an exception instead of ignoring the error (#1229) | kovalev0 | 3 | -7/+3 | |
* EMVCard.cpp: ArrayToHexWideString: prohibit conversion of a string constant ../Common/EMVCard.cpp: In function 'std::wstring VeraCrypt::ArrayToHexWideString(con st unsigned char*, size_t)': ../Common/EMVCard.cpp:28:43: warning: ISO C++ forbids converting a string constant to 'wchar_t*' [-Wwrite-strings] 28 | static wchar_t* hexChar = L"0123456789ABCDEF"; | ^~~~~~~~~~~~~~~~~~~ Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org> * EMVCard.cpp: ArrayToHexWideString: fix of the comparison of different types ../Common/EMVCard.cpp: In function 'std::wstring VeraCrypt::ArrayToHexWideString(con st unsigned char*, size_t)': ../Common/EMVCard.cpp:32:43: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 32 | for (int i = 0; i < cbData; i++) | ~~^~~~~~~~ Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org> * SecurityTokenKeyfilesDialog.cpp: removed initialization of an unused variable Forms/SecurityTokenKeyfilesDialog.cpp:58:24: warning: unused variable 'i' [-Wunused- variable] 58 | size_t i = 0; | ^ Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org> * Core/Unix: throwing an exception instead of ignoring the error Fixes: 5a6b445f ("fix warnings and UB (#1164)") Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org> --------- Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org> Co-authored-by: Vasiliy Kovalev <kovalev@altlinux.org> | |||||
2023-10-08 | Windows: Modified implementation for Secure Desktop handling to overcome ↵ | Mounir IDRASSI | 1 | -54/+82 | |
Windows 11 issues We use only alphanumeric characters for the name in addition to the '_' character We ensure the random desktop name doesn't already exist We create the random desktop on the Secure Desktop thread and we look over SwitchDesktop until it works. We call SetThreadDesktop (hOriginalDesk) in main thread once we finish | |||||
2023-10-06 | Harmonize copyright date and statements across various files | Mounir IDRASSI | 8 | -19/+185 | |
2023-10-05 | Update various copyright dates | Mounir IDRASSI | 6 | -20/+20 | |
2023-10-05 | fix for corrupted icons (#1226) | sardanap | 1 | -1/+1 | |
2023-10-03 | Translations: update Russian translation file and documentation by Dmitry ↵ | Mounir IDRASSI | 7 | -14/+296 | |
Yerokhin. | |||||
2023-10-03 | Documentation: Fix wrong version and URL of Language Pack file. | Mounir IDRASSI | 2 | -4/+4 | |
2023-10-02 | Linux: Fix compilation error on some 32-bit machines. | Mounir IDRASSI | 1 | -2/+5 | |
2023-10-02 | Fix Finnish language pack parsing issue (#1222) | Jertzukka | 1 | -1/+1 | |
2023-10-02 | Update Language.ro.xml (#1221) | TigerxWood | 1 | -2/+2 | |
2023-10-02 | Fix typo in Release Notes | Mounir IDRASSI | 2 | -1/+1 | |
2023-10-01 | MacOS: Fix Blake2s SSE 4.1 not being builtVeraCrypt_1.26.7 | Mounir IDRASSI | 1 | -0/+6 | |
For now, we set GCC_GTEQ_430 to 1 to each OS. Later we will always suppose that gcc is newer than 4.3 and remove this logic. | |||||
2023-10-01 | MacOS: set minimum target to OSX 12. Fix About menu not working. | Mounir IDRASSI | 3 | -9/+23 | |
The modification to Forms.cpp is temporary until we find a better approach | |||||
2023-10-01 | Linux: use "-std=c++11" for gcc 4.8 and adapt code to old compilers | Mounir IDRASSI | 4 | -8/+8 | |
2023-10-01 | Linux: Better detection of gcc version to correctly enable c++11 | Mounir IDRASSI | 1 | -8/+15 | |
This allows to build correctly under CentOS 6 and CentOS 7 | |||||
2023-09-30 | XML translations: increment version to 1.26.7 in Simplified Chinese file | Mounir IDRASSI | 1 | -1/+1 | |
2023-09-30 | Update Language.zh-cn.xml (#1206) | 风之暇想 | 1 | -2/+2 | |
1、翻译 2、统一加载按钮的翻译 | |||||
2023-09-30 | XML translations: downgrade version of Simplified Chinese to be able to merge PR | Mounir IDRASSI | 1 | -1/+1 | |
2023-09-30 | Windows: Update MBR bootloader for version 1.26.7 | Mounir IDRASSI | 20 | -0/+0 | |
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 68 | -97/+98 | |
signed driver files. | |||||
2023-09-30 | Documentation: Add documentation for RAM Encryption | Mounir IDRASSI | 5 | -0/+164 | |