Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-13
Linux: fix linker type confusion that was causing crash.
Mounir IDRASSI
3
-32
/
+32
2024-07-11
Documentation: Update QR codes and logos (#1376)
Marius Kjærstad
1
-2
/
+2
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-06
Linux: Add Github CI workflow for Linux (#1374)
Mounir IDRASSI
7
-74
/
+239
2024-07-05
Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name f...
Mounir IDRASSI
1
-3
/
+28
2024-07-05
Linux: Add linker flag for GCC version below 6.0 to improve ASLR security
Mounir IDRASSI
1
-0
/
+6
2024-07-01
MacOS: Support CommandLineTools for building (#1371)
Jertzukka
2
-11
/
+9
2024-06-30
Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)
Mounir IDRASSI
13
-130
/
+138
2024-06-29
Line breaks between copyright holders (#1370)
Marius Kjærstad
1
-1
/
+1
2024-06-26
Linux/FreeBSD: Fix GNU Make syntax error in Main.make
Mounir IDRASSI
1
-3
/
+3
2024-06-26
Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ...
Mounir IDRASSI
8
-148
/
+26
2024-06-26
Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create GTK2...
Mounir IDRASSI
1
-0
/
+12
2024-06-26
Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 makefil...
Mounir IDRASSI
2
-34
/
+32
2024-06-24
Fix regression in core service deserialization (#1367)
Jertzukka
1
-1
/
+0
2024-06-23
MacOSX: Fix compiler warning
Mounir IDRASSI
2
-3
/
+3
2024-06-23
Increment version to 1.26.12
Mounir IDRASSI
17
-47
/
+47
2024-06-23
MacOSX: set FUSE-T workaround max delay to 5 seconds. Make logic specific to ...
Mounir IDRASSI
1
-6
/
+12
2024-06-23
MacOSX: Disable libtiff support in wxWidget full build
Mounir IDRASSI
1
-0
/
+5
2024-06-23
MacOSX: Add notarization script and entitlements file used to create official...
Mounir IDRASSI
2
-0
/
+148
2024-06-23
MacOSX: use same version define in Info.plist files. Indicate 12.0 as minimum...
Mounir IDRASSI
2
-3
/
+3
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
5
-8
/
+8
2024-06-23
Increment version to 1.26.11. Update Release Notes.
Mounir IDRASSI
17
-49
/
+49
2024-06-22
MacOSX: Add for using FUSE-T instead of MacFUSE
Mounir IDRASSI
8
-12
/
+1112
2024-06-21
MacOSX: Fix compilation error in build configurations other than official rel...
Mounir IDRASSI
1
-1
/
+1
2024-06-19
Linux: Fix assembly files not built on Linux
Mounir IDRASSI
1
-1
/
+1
2024-06-18
fix: Correct missing 'endif' in Main.make for MacOSX section
Mounir IDRASSI
1
-1
/
+1
2024-06-16
MacOSX: Update macOS specifics part of the Readme
Mounir IDRASSI
1
-10
/
+27
2024-06-16
MacOSX: Fix whitespaces by using tabs in Makefile
Mounir IDRASSI
1
-32
/
+32
2024-06-16
MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused "r...
Mounir IDRASSI
1
-6
/
+6
2024-06-16
MacOSX: Fix skipping codesign and productsign for local development build
Mounir IDRASSI
1
-1
/
+6
2024-06-16
MacOSX: Add universal binary of yasm so that it can run on arm64 machines
Mounir IDRASSI
1
-0
/
+0
2024-06-16
MacOSX: Better build flags logic handling. Suppress Xcode 15 linked warning.
Mounir IDRASSI
1
-60
/
+59
2024-06-16
Improve and simplify macOS builds (#1276)
Deniz Türkoglu
4
-13
/
+78
2024-06-12
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
Mounir IDRASSI
132
-1036
/
+1033
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
2
-3
/
+54
2024-06-03
FreeBSD: Fix privilege escalation prompts not showing up (#1349)
Jertzukka
1
-1
/
+1
2024-05-21
Linux: enhancements to build_cmake_deb.sh script. Use wxWidgets 3.2.5
Mounir IDRASSI
1
-50
/
+55
2024-05-21
Linux: Update dependencies for debian packages on Ubuntu 24.04 and Debian 13
Mounir IDRASSI
1
-2
/
+15
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-05-08
Windows: Enhance memory protection mechanism by preventing process owner from...
Mounir IDRASSI
1
-2
/
+31
2024-04-10
Fix: 7 typos (#1324)
RoboSchmied
3
-7
/
+7
2024-04-10
update zlib + copyright (#1302)
DLL125
13
-81
/
+1736
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: Use correct Disk Utility location when "check filesystem" is ran (#1273)
Jertzukka
1
-1
/
+7
[next]