Commit Graph

  • f83e252722 Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name for generic GUI installer Mounir IDRASSI 2024-07-05 12:15:13 +02:00
  • 1ba6865ea1 Linux: Add linker flag for GCC version below 6.0 to improve ASLR security Mounir IDRASSI 2024-07-05 10:36:04 +02:00
  • d7e442258a Update Language.fr.xml (#1372) Ozero4 2024-07-04 02:04:18 +02:00
  • ca69368ba4 MacOS: Support CommandLineTools for building (#1371) Jertzukka 2024-07-01 23:35:31 +03:00
  • 9697416919 Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6) Mounir IDRASSI 2024-06-30 01:22:05 +02:00
  • 1e7d6948c9 Line breaks between copyright holders (#1370) Marius Kjærstad 2024-06-29 22:57:00 +02:00
  • 34c4c19517 Linux/FreeBSD: Fix GNU Make syntax error in Main.make Mounir IDRASSI 2024-06-26 09:54:56 +02:00
  • 2148714651 Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 config since it detected automatically Mounir IDRASSI 2024-06-26 02:29:22 +02:00
  • 31898a38d4 Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create GTK2 specific gui installer. Mounir IDRASSI 2024-06-26 02:23:57 +02:00
  • 6f29514191 Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 makefile argument. Mounir IDRASSI 2024-06-26 01:31:23 +02:00
  • f934f45c2d Fix error in translation xml (#1368) Jertzukka 2024-06-24 10:08:07 +03:00
  • 292fe82840 Fix regression in core service deserialization (#1367) Jertzukka 2024-06-24 10:07:19 +03:00
  • 0ea32b02b9 MacOSX: Fix compiler warning Mounir IDRASSI 2024-06-23 22:43:14 +02:00
  • f1f626cc56 Increment version to 1.26.12 Mounir IDRASSI 2024-06-23 21:37:59 +02:00
  • 01361e300f MacOSX: set FUSE-T workaround max delay to 5 seconds. Make logic specific to FUSE-T volumes. Mounir IDRASSI 2024-06-23 16:57:18 +02:00
  • a23da988d2 MacOSX: Disable libtiff support in wxWidget full build Mounir IDRASSI 2024-06-23 16:54:43 +02:00
  • 210827d27c MacOSX: Add notarization script and entitlements file used to create official VeraCrypt dmg Mounir IDRASSI 2024-06-23 12:55:13 +02:00
  • 5ca2eee624 MacOSX: use same version define in Info.plist files. Indicate 12.0 as minimum supported macOS version Mounir IDRASSI 2024-06-23 12:52:35 +02:00
  • 875a1da0fb macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T instead of MacFUSE Mounir IDRASSI 2024-06-23 12:50:40 +02:00
  • 423352056e Update copyright date in some files Mounir IDRASSI 2024-06-23 12:49:08 +02:00
  • 03ad95164b Increment version to 1.26.11. Update Release Notes. Mounir IDRASSI 2024-06-23 12:43:26 +02:00
  • edde1d45f6 MacOSX: Add for using FUSE-T instead of MacFUSE Mounir IDRASSI 2024-06-22 01:13:20 +02:00
  • 8b01b533cf MacOSX: Fix compilation error in build configurations other than official release Mounir IDRASSI 2024-06-21 09:48:18 +02:00
  • c370d4887c Linux: Fix assembly files not built on Linux Mounir IDRASSI 2024-06-19 09:02:31 +02:00
  • 779d755eac fix: Correct missing 'endif' in Main.make for MacOSX section Mounir IDRASSI 2024-06-18 23:36:16 +02:00
  • 688086011d Improve documentation (#1360) Deniz Türkoglu 2024-06-18 08:49:11 +10:00
  • 329866ae4c MacOSX: Update macOS specifics part of the Readme Mounir IDRASSI 2024-06-16 21:32:05 +02:00
  • 8b73ccd07a MacOSX: Fix whitespaces by using tabs in Makefile Mounir IDRASSI 2024-06-16 15:50:59 +02:00
  • e4e83d30c1 MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused "r" getopts option. Mounir IDRASSI 2024-06-16 15:28:33 +02:00
  • 978ebe6693 MacOSX: Fix skipping codesign and productsign for local development build Mounir IDRASSI 2024-06-16 15:10:57 +02:00
  • a92cefa605 MacOSX: Add universal binary of yasm so that it can run on arm64 machines Mounir IDRASSI 2024-06-16 14:49:15 +02:00
  • 8a4962dc07 MacOSX: Better build flags logic handling. Suppress Xcode 15 linked warning. Mounir IDRASSI 2024-06-16 14:46:31 +02:00
  • 406a1686f5 Improve and simplify macOS builds (#1276) Deniz Türkoglu 2024-06-16 18:39:18 +10:00
  • 455a4f2176 Avoid conflict with C++17 features std::byte by using uint8 type instead of byte Mounir IDRASSI 2024-06-12 12:30:04 +02:00
  • bf9f3ec4f0 Avoid assert by verifying installed languages exist (#1354) Jertzukka 2024-06-04 00:10:53 +03:00
  • ea7489b93b FreeBSD: Support automatic detection and mounting of ext2/3/4, exFAT, NTFS filesystems (#1350) Jertzukka 2024-06-03 16:57:46 +03:00
  • bd1e772657 FreeBSD: Fix privilege escalation prompts not showing up (#1349) Jertzukka 2024-06-03 09:09:54 +03:00
  • 6ac3b02a24 Linux: enhancements to build_cmake_deb.sh script. Use wxWidgets 3.2.5 Mounir IDRASSI 2024-05-21 00:34:17 +02:00
  • 01d414c3fe Linux: Update dependencies for debian packages on Ubuntu 24.04 and Debian 13 Mounir IDRASSI 2024-05-21 00:32:31 +02:00
  • 114624b3a5 Prepare for changes in wxWidgets 3.3 (#1343) Jertzukka 2024-05-18 04:46:39 +03:00
  • 55c3a8dc58 Fix incorrect max hidden volume size for file containers on CLI (#1338) Jertzukka 2024-05-08 20:00:09 +03:00
  • e96f3035d9 Windows: Enhance memory protection mechanism by preventing process owner from granting permissions to itself. Mounir IDRASSI 2024-05-08 17:31:57 +02:00
  • 6d37bd662e Update Korean translations (By Kangjun Heo, 0x00000FF@github) Mounir IDRASSI 2024-04-19 09:25:12 +02:00
  • da56ba89d2 Updated translation: pt-br. (#1306) Daniel Dias Rodrigues 2024-04-11 16:23:43 -03:00
  • 5679f4fcae Spanish translation file: fix minor punctuation error (double period) Mounir IDRASSI 2024-04-10 23:58:07 +02:00
  • c446773823 Fix: 7 typos (#1324) RoboSchmied 2024-04-10 23:50:05 +02:00
  • bd4566fe1f Update Korean Translation (#1291) pji2918 2024-04-11 06:36:05 +09:00
  • 8711b3c5a9 Update Language.zh-cn.xml (#1315) 风之暇想 2024-04-11 01:36:40 +08:00
  • ecf1047019 update zlib + copyright (#1302) DLL125 2024-04-10 18:47:29 +02:00
  • ce2a254c51 07Feb23-Update Language.es.xml (#1301) MayanTigger 2024-04-10 10:24:09 -06:00
  • f846a808d1 Correct exceptions to match the correct language strings (#1299) Jertzukka 2024-04-10 18:58:37 +03:00
  • dc8d8ce404 Unix CLI: Don't initially re-ask PIM if it was already specified (#1288) Jertzukka 2024-04-10 11:44:01 +03:00
  • afc6215074 Update Swedish translation (#1287) Jonatan 2024-04-10 10:42:45 +02:00
  • 6e28375060 Translations: Update Spanish translation Mounir IDRASSI 2023-12-16 00:51:36 +01:00
  • 34664e338d Spanish Translation: fix typos and enhancements Mounir IDRASSI 2023-12-15 00:46:39 +01:00
  • add8ef71b1 Update Language.es-22Nov23.xml (#1261) MayanTigger 2023-12-14 17:39:11 -06:00
  • fd156affd5 Update Swedish translation (#1278) Jonatan 2023-12-15 00:29:40 +01:00
  • a576f4bb52 Update Language.zh-cn.xml (#1259) nkh0472 2023-12-11 16:30:53 +08:00
  • 9aa217462e Update Swedish translation (#1270) Jonatan 2023-12-11 09:17:09 +01:00
  • 4d4b04cb7b Update Corsican translation on 2023-11 (#1258) Patriccollu 2023-12-11 09:12:17 +01:00
  • e8bf081340 Update Language.de.xml (#1262) Mr-Update 2023-12-11 09:11:35 +01:00
  • 801c3ab966 Linux: Allows GUI to launch in a Wayland-only environment (#1264) Jertzukka 2023-12-11 10:11:07 +02:00
  • 87a9508fdd macOS: Use correct Disk Utility location when "check filesystem" is ran (#1273) Jertzukka 2023-12-11 10:07:37 +02:00
  • ff93a6021f macOS: Fix near zero width PIM input box and simplify wxTextValidator logic (#1274) Jertzukka 2023-12-11 10:06:33 +02:00
  • 1a21ea8d73 Linux/MacOSX: put entries at line start and use tabs instead of spaces Mounir IDRASSI 2023-11-19 16:44:48 +01:00
  • 65a5bf914e MacOSX: update version field in pkg project files Mounir IDRASSI 2023-11-19 16:04:04 +01:00
  • c5a725bc60 Continue update Bitcoin donation address and its QR code Mounir IDRASSI 2023-11-19 14:23:05 +01:00
  • fbca8496db New Bitcoin donation address since current one is affected by Randstorm vulnerability Mounir IDRASSI 2023-11-19 13:03:20 +01:00
  • f784987287 Update Polish translation (#1255) Matthaiks 2023-11-19 12:12:38 +01:00
  • 5a4dcc3cb6 Translations: Add back new strings to the Turkish language file. Mounir IDRASSI 2023-11-19 09:54:56 +01:00
  • 873c0b6d98 Turkish translation 1.26.10 update (#1254) Kaya Zeren 2023-11-19 11:37:37 +03:00
  • 36ed58345c Revert changes to Language.tr.xml to allow merging Github translation PR Mounir IDRASSI 2023-11-19 09:29:03 +01:00
  • 6a1780864c Linux/FreeBSD/macOS: Implement language selection settings (#1253) Jertzukka 2023-11-19 01:31:40 +02:00
  • 9247ce1bb9 wolfCrypt as crypto backend for VeraCrypt (#1227) lealem47 2023-11-12 16:51:31 -07:00
  • 458be85f84 Translations: update Russian translation file and documentation by Dmitry Yerokhin. Mounir IDRASSI 2023-11-13 00:26:02 +01:00
  • 48141ef697 Remove unneeded redundant OS name in Release Notes Mounir IDRASSI 2023-11-09 22:37:31 +01:00
  • e9492f1c06 Update MBR bootloader to 1.26.10 version Mounir IDRASSI 2023-11-09 00:13:30 +01:00
  • 7e7d776338 Increment version to 1.26.10. Update signed Windows drivers. Mounir IDRASSI 2023-11-09 00:09:00 +01:00
  • 1688779bc3 Windows: Fix failure to format some disks (e.g. VHDX) caused by partition offset not 4K aligned Mounir IDRASSI 2023-11-08 22:43:18 +01:00
  • e70aa13c5b Linux: Fix generic installation script on Konsole in Wayland (#1244) Jertzukka 2023-11-08 10:20:47 +02:00
  • 3f0e0b8cdd Documentation: Remove Flattr as donation platform since it is shutting down Mounir IDRASSI 2023-11-05 18:40:54 +01:00
  • 64bfd03414 Documentation: Mention that TRIM is not supported on macOS Mounir IDRASSI 2023-11-05 18:25:23 +01:00
  • 09833e0942 Documentation: Add more information about TRIM behavior in VeraCrypt Mounir IDRASSI 2023-11-05 18:06:20 +01:00
  • 3239e5d83e Documentation: Update bank account details for USD donations Mounir IDRASSI 2023-11-03 17:53:25 +01:00
  • a3682bf0a9 02Nov23-Update Language.es.xml (#1241) MayanTigger 2023-11-03 10:30:41 -06:00
  • 5a8fcd3037 Documentation: Mention default PIM values when no PIM is specified Mounir IDRASSI 2023-10-31 09:16:05 +01:00
  • 91b47deb0e Linux: Focus PIM field when selected (#1239) Jertzukka 2023-10-31 01:08:41 +02:00
  • fa6c77423d Update Language.ro.xml (#1237) TigerxWood 2023-10-29 11:01:13 +02:00
  • 1514d77d5e Documentation: Update supported macOSX versions to remove Big Sur and add Sonoma Mounir IDRASSI 2023-10-23 08:52:08 +02:00
  • 7ba24d10d1 Update Language.zh-cn.xml (#1233) 风之暇想 2023-10-17 15:16:49 +08:00
  • 5e0aec534f Windows: fallback to absolute positioning if relative positioning fails Mounir IDRASSI 2023-10-13 23:55:19 +02:00
  • 4cfb4b03a7 Increment version to 1.26.9 Mounir IDRASSI 2023-10-11 23:59:02 +02:00
  • bfd1abcabb Windows: Don't close Setup when exiting VeraCrypt process through system tray Exit menu Mounir IDRASSI 2023-10-11 22:09:09 +02:00
  • 06b3095e20 Increment version to 1.26.8 Mounir IDRASSI 2023-10-10 23:15:18 +02:00
  • 92acca91f2 Translations: Fix missing "uk" lang key in some Ukrainian translations Mounir IDRASSI 2023-10-10 23:13:08 +02:00
  • a47f67bcc1 Windows: Fix writing wrong EFI configuration options to registry Mounir IDRASSI 2023-10-10 10:35:50 +02:00
  • b6ca123ade Update Language.uk.xml (#1230) udev2045 2023-10-10 01:08:16 +03:00
  • 95bc7d55fe HTML Documentation: Update Russian translation by Dmitry Yerokhin Mounir IDRASSI 2023-10-09 00:24:23 +02:00
  • 35135cd1fb Windows: Fix expansion of volumes on devices with sector size!=512 (by skl0n6) Mounir IDRASSI 2023-10-08 15:56:42 +02:00
  • 847abb23f0 Fix warnings and throwing an exception instead of ignoring the error (#1229) kovalev0 2023-10-08 16:36:15 +03:00