Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | Windows driver: use correct WDM type. Increment version to 1.26.17 | Mounir IDRASSI | 5 | -13/+13 | |
5 days | Increment version to 1.26.16. Update Release Notes. Update signed Windows ↵ | Mounir IDRASSI | 5 | -13/+13 | |
drivers. | |||||
7 days | Windows: remove 32-bit logic from the code since we support only 64-bit. ↵ | Mounir IDRASSI | 4 | -76/+50 | |
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects | |||||
7 days | Windows: Fix VS 2022 projects references | Mounir IDRASSI | 1 | -0/+5 | |
7 days | Windows: remove VS 2019 solution and project files since we migrated to VS 2022. | Mounir IDRASSI | 6 | -981/+0 | |
7 days | Windows: Fix delayload link warning about comdlg32.dll not used. Remove ↵ | Mounir IDRASSI | 2 | -8/+8 | |
unused old project files | |||||
7 days | Windows: move main project files and solution from VS 2010 to VS 2022. ↵ | Mounir IDRASSI | 3 | -554/+36 | |
Delete unused files. | |||||
7 days | Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵ | Mounir IDRASSI | 2 | -14/+14 | |
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows. | |||||
8 days | Windows: Fix various compiler warnings | Mounir IDRASSI | 1 | -4/+3 | |
2024-09-08 | Windows: Add support for x86 and x64 build for driver and binaries using ↵ | Mounir IDRASSI | 6 | -0/+981 | |
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation | |||||
2024-09-08 | Windows: use wcstok_s instead of wcstok for more secure parsing of directory ↵ | Mounir IDRASSI | 1 | -54/+54 | |
path | |||||
2024-09-01 | Windows: Fix MSI not installing all new documentation file. Remove old files ↵ | Mounir IDRASSI | 6 | -14/+50 | |
left from old versions. Increment version to 1.26.15. | |||||
2024-08-25 | Increment version to 1.26.14. Set release date to August 25th. | Mounir IDRASSI | 5 | -13/+13 | |
2024-08-22 | Revert "Add Hausa translation (#1404)" (#1407) | Mounir IDRASSI | 4 | -4/+0 | |
This reverts commit ce9537f2b847b9b3b89e8dfca377d2659b3f02fc. | |||||
2024-08-21 | Add Hausa translation (#1404) | Marius Kjærstad | 4 | -0/+4 | |
2024-08-05 | Undeclared identifier for IDR_LANG_NB fixed (#1388) | Marius Kjærstad | 3 | -0/+3 | |
2024-08-03 | Add Norwegian Bokmål translation (#1382) | Marius Kjærstad | 1 | -0/+1 | |
* Add Norwegian Bokmål translation * Fix Norwegian Bokmål translation | |||||
2024-08-02 | Increment version to 1.26.13. Update release notes. Update signed Windows ↵ | Mounir IDRASSI | 5 | -13/+13 | |
drivers. | |||||
2024-06-23 | Increment version to 1.26.12 | Mounir IDRASSI | 5 | -13/+13 | |
2024-06-23 | MacOSX: Add notarization script and entitlements file used to create ↵ | Mounir IDRASSI | 2 | -0/+148 | |
official VeraCrypt dmg | |||||
2024-06-23 | Increment version to 1.26.11. Update Release Notes. | Mounir IDRASSI | 5 | -13/+13 | |
2024-06-22 | MacOSX: Add for using FUSE-T instead of MacFUSE | Mounir IDRASSI | 2 | -0/+1049 | |
The build script build_veracrypt_macosx.h now accepts the argument -f to enable fuse-t support. It is also possible to set the environment variable VC_OSX_FUSET to 1 for FUSE-T support. A change was done in CoreUnix::GetMountedVolumes to add a waiting loop for control file to be accessible because when using FUSE-T there always a delay before control file can be serialized. | |||||
2023-11-19 | MacOSX: update version field in pkg project files | Mounir IDRASSI | 2 | -4/+4 | |
2023-11-19 | Linux/FreeBSD/macOS: Implement language selection settings (#1253) | Jertzukka | 1 | -1/+1 | |
* 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-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 2 | -8/+8 | |
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-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 4 | -12/+12 | |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 4 | -12/+12 | |
2023-10-01 | MacOS: set minimum target to OSX 12. Fix About menu not working. | Mounir IDRASSI | 1 | -4/+3 | |
The modification to Forms.cpp is temporary until we find a better approach | |||||
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 4 | -12/+12 | |
signed driver files. | |||||
2023-09-24 | Windows: make Setup correctly manage option to disable memory protection ↵ | Mounir IDRASSI | 3 | -2/+8 | |
during upgrade | |||||
2023-09-24 | Windows: always open online help in case of Setup because local help may be ↵ | Mounir IDRASSI | 1 | -1/+1 | |
outdated | |||||
2023-09-24 | Windows: Add tooltip message and help button for new option to disable ↵ | Mounir IDRASSI | 2 | -2/+29 | |
memory protection Also a dedicated page in the documentation was added for it. | |||||
2023-09-22 | Linux/MacOSX: Increment packaging version to 1.26.6 | Mounir IDRASSI | 2 | -4/+4 | |
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 2 | -8/+8 | |
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 4 | -4/+17 | |
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt | |||||
2023-09-10 | Windows: Indicate in manifest files that support starts from Windows 7 | Mounir IDRASSI | 2 | -2/+14 | |
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵ | Mounir IDRASSI | 1 | -4/+4 | |
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft | |||||
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is ↵ | Mounir IDRASSI | 1 | -45/+12 | |
now minimal OS version. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 3 | -13/+8 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 2 | -8/+8 | |
setting safe dll loading | |||||
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 4 | -12/+12 | |
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear ↵ | Mounir IDRASSI | 1 | -6/+6 | |
keys option is enable When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events. When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion. We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices. | |||||
2023-07-29 | Windows: Add installer language support for rest of the translations (#1160) | Jertzukka | 4 | -0/+104 | |
Currently there are a lot of translated strings that are never seen anywhere as the installer doesn't offer all the available languages as options in the installer wizard (sans Burmese). | |||||
2023-07-25 | Linux/macOS: Increment version to 1.26.4 in installation packages | Mounir IDRASSI | 2 | -4/+4 | |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 4 | -22/+11 | |
2023-06-29 | Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵ | Mounir IDRASSI | 2 | -3/+5 | |
installer | |||||
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 4 | -12/+12 | |
2023-06-13 | Linux: Fix compatibility of generic installers with old Linux distros | Mounir IDRASSI | 1 | -1/+5 | |
In old Linux distributions, tar command doesn't support "--keep-directory-symlink" so we now dynamically detect if this switch is support and then we use it if it is available | |||||
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 4 | -12/+12 | |