VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
AgeCommit message (Collapse)AuthorFilesLines
3 daysWindows driver: use correct WDM type. Increment version to 1.26.17Mounir IDRASSI5-13/+13
5 daysIncrement version to 1.26.16. Update Release Notes. Update signed Windows ↵Mounir IDRASSI5-13/+13
drivers.
7 daysWindows: remove 32-bit logic from the code since we support only 64-bit. ↵Mounir IDRASSI4-76/+50
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects
7 daysWindows: Fix VS 2022 projects referencesMounir IDRASSI1-0/+5
7 daysWindows: remove VS 2019 solution and project files since we migrated to VS 2022.Mounir IDRASSI6-981/+0
7 daysWindows: Fix delayload link warning about comdlg32.dll not used. Remove ↵Mounir IDRASSI2-8/+8
unused old project files
7 daysWindows: move main project files and solution from VS 2010 to VS 2022. ↵Mounir IDRASSI3-554/+36
Delete unused files.
7 daysWindows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵Mounir IDRASSI2-14/+14
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows.
8 daysWindows: Fix various compiler warningsMounir IDRASSI1-4/+3
2024-09-08Windows: Add support for x86 and x64 build for driver and binaries using ↵Mounir IDRASSI6-0/+981
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation
2024-09-08Windows: use wcstok_s instead of wcstok for more secure parsing of directory ↵Mounir IDRASSI1-54/+54
path
2024-09-01Windows: Fix MSI not installing all new documentation file. Remove old files ↵Mounir IDRASSI6-14/+50
left from old versions. Increment version to 1.26.15.
2024-08-25Increment version to 1.26.14. Set release date to August 25th.Mounir IDRASSI5-13/+13
2024-08-22Revert "Add Hausa translation (#1404)" (#1407)Mounir IDRASSI4-4/+0
This reverts commit ce9537f2b847b9b3b89e8dfca377d2659b3f02fc.
2024-08-21Add Hausa translation (#1404)Marius Kjærstad4-0/+4
2024-08-05Undeclared identifier for IDR_LANG_NB fixed (#1388)Marius Kjærstad3-0/+3
2024-08-03Add Norwegian Bokmål translation (#1382)Marius Kjærstad1-0/+1
* Add Norwegian Bokmål translation * Fix Norwegian Bokmål translation
2024-08-02Increment version to 1.26.13. Update release notes. Update signed Windows ↵Mounir IDRASSI5-13/+13
drivers.
2024-06-23Increment version to 1.26.12Mounir IDRASSI5-13/+13
2024-06-23MacOSX: Add notarization script and entitlements file used to create ↵Mounir IDRASSI2-0/+148
official VeraCrypt dmg
2024-06-23Increment version to 1.26.11. Update Release Notes.Mounir IDRASSI5-13/+13
2024-06-22MacOSX: Add for using FUSE-T instead of MacFUSEMounir IDRASSI2-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-19MacOSX: update version field in pkg project filesMounir IDRASSI2-4/+4
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka1-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-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI2-8/+8
2023-11-08Linux: Fix generic installation script on Konsole in Wayland (#1244)Jertzukka2-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-11Increment version to 1.26.9Mounir IDRASSI4-12/+12
2023-10-10Increment version to 1.26.8Mounir IDRASSI4-12/+12
2023-10-01MacOS: set minimum target to OSX 12. Fix About menu not working.Mounir IDRASSI1-4/+3
The modification to Forms.cpp is temporary until we find a better approach
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI4-12/+12
signed driver files.
2023-09-24Windows: make Setup correctly manage option to disable memory protection ↵Mounir IDRASSI3-2/+8
during upgrade
2023-09-24Windows: always open online help in case of Setup because local help may be ↵Mounir IDRASSI1-1/+1
outdated
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI2-2/+29
memory protection Also a dedicated page in the documentation was added for it.
2023-09-22Linux/MacOSX: Increment packaging version to 1.26.6Mounir IDRASSI2-4/+4
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI2-8/+8
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI4-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-10Windows: Indicate in manifest files that support starts from Windows 7Mounir IDRASSI2-2/+14
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵Mounir IDRASSI1-4/+4
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is ↵Mounir IDRASSI1-45/+12
now minimal OS version.
2023-09-03Windows: simpler and more robust safe dll loading combined with delay ↵Mounir IDRASSI3-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-20Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵Mounir IDRASSI2-8/+8
setting safe dll loading
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI4-12/+12
2023-08-05Windows: Fix false positive detection of new device insertion when clear ↵Mounir IDRASSI1-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-29Windows: Add installer language support for rest of the translations (#1160)Jertzukka4-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-25Linux/macOS: Increment version to 1.26.4 in installation packagesMounir IDRASSI2-4/+4
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI4-22/+11
2023-06-29Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵Mounir IDRASSI2-3/+5
installer
2023-06-28Increment version to 1.26.3. Update Release NotesMounir IDRASSI4-12/+12
2023-06-13Linux: Fix compatibility of generic installers with old Linux distrosMounir IDRASSI1-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-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI4-12/+12