VeraCrypt/src/Main
Jertzukka 114624b3a5
Prepare for changes in wxWidgets 3.3 (#1343)
* Move from deprecated wxScopedPtr to std::unique_ptr
wxScopedPtr was included previously through some header hierarchy which as of 3.3 is
no longer the case causing it to break. But instead of including a header for a deprecated
function explicitly, just move to std::unique_ptr as recommended by upstream.

* Convert to explicit conversions from wxString
As of 35c35c235e
wxWidgets defaults to STL classes, which has a side-effect that
some implicit conversions break. This patch converts those conversions
to explicit in anticipation of wxWidgets 3.3 release.
2024-05-18 03:46:39 +02:00
..
Forms Prepare for changes in wxWidgets 3.3 (#1343) 2024-05-18 03:46:39 +02:00
Unix Linux: Allows GUI to launch in a Wayland-only environment (#1264) 2023-12-11 09:11:07 +01:00
Application.cpp Prepare for changes in wxWidgets 3.3 (#1343) 2024-05-18 03:46:39 +02:00
Application.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
CommandLineInterface.cpp Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
CommandLineInterface.h Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
FatalErrorHandler.cpp MacOSX: First native Apple M1 support 2021-08-15 01:07:17 +02:00
FatalErrorHandler.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
FavoriteVolume.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
FavoriteVolume.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
GraphicUserInterface.cpp Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
GraphicUserInterface.h Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
Hotkey.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Hotkey.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
LanguageStrings.cpp Linux/FreeBSD/macOS: Implement language selection settings (#1253) 2023-11-19 00:31:40 +01:00
LanguageStrings.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Main.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Main.make Linux/FreeBSD/macOS: Implement language selection settings (#1253) 2023-11-19 00:31:40 +01:00
Resources.cpp Prepare for changes in wxWidgets 3.3 (#1343) 2024-05-18 03:46:39 +02:00
Resources.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
StringFormatter.cpp fix Program freeze Volume Creation Wizard linux (#726) 2021-02-21 10:16:24 +01:00
StringFormatter.h Prepare for changes in wxWidgets 3.3 (#1343) 2024-05-18 03:46:39 +02:00
System.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
System.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SystemPrecompiled.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
TextUserInterface.cpp Fix incorrect max hidden volume size for file containers on CLI (#1338) 2024-05-08 19:00:09 +02:00
TextUserInterface.h Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
UserInterface.cpp Prepare for changes in wxWidgets 3.3 (#1343) 2024-05-18 03:46:39 +02:00
UserInterface.h Linux/macOS: Remove TrueCrypt support 2023-07-24 08:48:52 +02:00
UserInterfaceException.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
UserInterfaceType.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
UserPreferences.cpp Linux/FreeBSD/macOS: Implement language selection settings (#1253) 2023-11-19 00:31:40 +01:00
UserPreferences.h Linux/FreeBSD/macOS: Implement language selection settings (#1253) 2023-11-19 00:31:40 +01:00
VolumeHistory.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
VolumeHistory.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Xml.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Xml.h Switch from auto_ptr to unique_ptr (#638) 2020-06-11 18:02:28 +02:00