Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Main
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
Add Norwegian Bokmål translation (#1382)
Marius Kjærstad
1
-0
/
+1
2024-08-02
Implement detection of volumes with vulnerable XTS master key.
Mounir IDRASSI
4
-0
/
+71
2024-07-13
Linux: fix linker type confusion that was causing crash.
Mounir IDRASSI
3
-32
/
+32
2024-07-10
Linux: fix typo
Mounir IDRASSI
1
-1
/
+1
2024-07-10
Linux: fix crash when displaying Admin password dialog. Fix failure of Github...
Mounir IDRASSI
1
-27
/
+26
2024-07-05
Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name f...
Mounir IDRASSI
1
-3
/
+28
2024-06-30
Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)
Mounir IDRASSI
8
-115
/
+126
2024-06-26
Linux/FreeBSD: Fix GNU Make syntax error in Main.make
Mounir IDRASSI
1
-3
/
+3
2024-06-26
Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create GTK2...
Mounir IDRASSI
1
-0
/
+12
2024-06-23
MacOSX: Fix compiler warning
Mounir IDRASSI
1
-2
/
+2
2024-06-23
macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T instea...
Mounir IDRASSI
1
-1
/
+5
2024-06-23
Update copyright date in some files
Mounir IDRASSI
1
-2
/
+2
2024-06-22
MacOSX: Add for using FUSE-T instead of MacFUSE
Mounir IDRASSI
1
-1
/
+5
2024-06-18
fix: Correct missing 'endif' in Main.make for MacOSX section
Mounir IDRASSI
1
-1
/
+1
2024-06-16
MacOSX: Fix skipping codesign and productsign for local development build
Mounir IDRASSI
1
-1
/
+6
2024-06-16
Improve and simplify macOS builds (#1276)
Deniz Türkoglu
1
-0
/
+2
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
14
-35
/
+35
2024-06-03
Avoid assert by verifying installed languages exist (#1354)
Jertzukka
1
-8
/
+10
2024-06-03
FreeBSD: Support automatic detection and mounting of ext2/3/4, exFAT, NTFS fi...
Jertzukka
1
-0
/
+10
2024-05-18
Prepare for changes in wxWidgets 3.3 (#1343)
Jertzukka
5
-7
/
+7
2024-05-08
Fix incorrect max hidden volume size for file containers on CLI (#1338)
Jertzukka
1
-6
/
+12
2024-04-10
Correct exceptions to match the correct language strings (#1299)
Jertzukka
1
-3
/
+3
2024-04-10
Unix CLI: Don't initially re-ask PIM if it was already specified (#1288)
Jertzukka
1
-1
/
+0
2023-12-11
Linux: Allows GUI to launch in a Wayland-only environment (#1264)
Jertzukka
1
-1
/
+1
2023-12-11
macOS: Fix near zero width PIM input box and simplify wxTextValidator logic (...
Jertzukka
4
-13
/
+8
2023-11-19
Linux/FreeBSD/macOS: Implement language selection settings (#1253)
Jertzukka
12
-68
/
+805
2023-11-13
wolfCrypt as crypto backend for VeraCrypt (#1227)
lealem47
3
-3
/
+21
2023-10-31
Linux: Focus PIM field when selected (#1239)
Jertzukka
1
-0
/
+1
2023-10-08
Fix warnings and throwing an exception instead of ignoring the error (#1229)
kovalev0
1
-1
/
+0
2023-10-05
Update various copyright dates
Mounir IDRASSI
1
-5
/
+5
2023-10-05
fix for corrupted icons (#1226)
sardanap
1
-1
/
+1
2023-10-01
MacOS: set minimum target to OSX 12. Fix About menu not working.
Mounir IDRASSI
1
-0
/
+14
2023-09-02
Linux/macOS: preserve unknown entries in configuration file
Mounir IDRASSI
2
-10
/
+28
2023-08-21
Allow cross compilation. (#1182)
Unit 193
1
-2
/
+2
2023-08-19
Linux: Fix wrong max size for hidden volume in CLI direct mode creation
Mounir IDRASSI
1
-8
/
+15
2023-08-12
Linux: Flush stdout explicitly when reading stdin (#1172)
Jertzukka
1
-1
/
+1
2023-08-12
Linux: Typo fix and consistency in help command (#1169)
Jertzukka
1
-1
/
+2
2023-08-07
Call EnsureVisible() for OSX in OnActivate (#1167)
Deniz Türkoglu
1
-0
/
+1
2023-08-04
fix warnings and UB (#1164)
kovalev0
1
-2
/
+2
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
21
-191
/
+59
2023-07-23
Linux/macOS:Add EMV option checkbox to the fbp file. Remove TrueCrypt checkbo...
Mounir IDRASSI
3
-9698
/
+2294
2023-07-23
Update UserInterface.cpp (#1155)
Springfield Data Recovery
1
-1
/
+1
2023-07-05
Linux: Overwriting file container allows you to use its space (#1147)
Jertzukka
1
-0
/
+6
2023-06-29
Linux: Fix wrong size for hidden volume when selecting the option to use all ...
Mounir IDRASSI
1
-1
/
+1
2023-06-29
Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ins...
Mounir IDRASSI
1
-2
/
+2
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
19
-103
/
+135
2023-06-28
Add EMV functionality (#1080)
mmauv
22
-74
/
+219
2023-06-14
Linux/macOS: only wipe password/PIM text controls if they are not empty
Mounir IDRASSI
2
-2
/
+10
2023-06-13
Linux: Fix compatibility of generic installers with old Linux distros
Mounir IDRASSI
1
-1
/
+1
2023-06-05
Linux/macOS: Fix error during creation of installation package
Mounir IDRASSI
1
-3
/
+3
[next]