Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-18 | Linux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags ↵ | Mounir IDRASSI | 1 | -0/+1 | |
until we fix all sizer flags in our UI. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2016-05-01 | Use scoped instead of raw pointer | David Foerster | 1 | -2/+2 | |
2016-04-01 | Use wx-provided wrapper around *getenv() | David Foerster | 1 | -7/+2 | |
2016-03-31 | Use XDG_CONFIG_HOME to determine the path of the configuration | David Foerster | 1 | -18/+88 | |
Adhere to XDG Desktop Specification and use the environment variable XDG_CONFIG_HOME to determine location of configuration files on *all* platforms. If it is unset or empty resort to platform-specific defaults. On Windows and OS X, `wxStandardPaths` provides correct defaults (equal to the previous hard-coded paths) but on Linux and other Unices `~/.config/appinfo` would be better than `~/.appinfo`. This means we treat those platforms as a special case. It also means that we may need to fall back to the legacy location if it exists but the new location doesn't. | |||||
2016-03-31 | Remove some trailing whitespace | David Foerster | 1 | -3/+3 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -4/+8 | |
and TrueCrypt 3.0. | |||||
2014-11-08 | MacOSX: fix warning by displacing declaration of variable used only under Linux | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. | |||||
2014-11-08 | wxWidgets 3.0 compatibility modifications | Mounir IDRASSI | 1 | -3/+3 | |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 1 | -0/+98 | |