VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/VolumePimWizardPage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11macOS: Fix near zero width PIM input box and simplify wxTextValidator logic ↵Jertzukka1-3/+2
(#1274) * macOS: Fix issue where PIM box has no width in Wizard VolumePimTextCtrl has a problem with width on macOS which we can fix by adjusting the proportions of the elements inside the PimSizer, which seems like a better solution than using a forced minimum size in pixels. Adjacent, simplifies the validator logic for digits in PIM field. Fixes #1219
2023-06-14Linux/macOS: only wipe password/PIM text controls if they are not emptyMounir IDRASSI1-1/+5
This fixes a crash on macOS with latest wxWidgets 3.2.2.1 where GetLineLength returns -1
2022-08-21Fix incorrect text color in dark mode (#920)Kenneth Chew1-1/+1
2016-10-17Linux/MacOSX: add missing check for PIM max value on volume creation wizardMounir IDRASSI1-1/+2
2016-05-10Remove trailing whitespaceDavid Foerster1-9/+9
2016-05-04Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid ↵Mounir IDRASSI1-1/+1
having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files.
2016-05-01Reset bogus executable permissionsDavid Foerster1-0/+0
2016-01-25MacOSX: Add PIM value validity checks to workaround wxWidget bug that makes ↵Mounir IDRASSI1-1/+2
wxTextValidator useless when applied to a text control with password attribute (http://trac.wxwidgets.org/ticket/17185).
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-09-14Linux/MacOSX: workaround bug in old versions of g++ that are confused by ↵Mounir IDRASSI1-5/+5
methods having the same name and one of them used as wxWidgets event handler callback.
2015-09-13Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the passwordMounir IDRASSI1-6/+40
2015-07-19User Interface enhancements for PIMMounir IDRASSI1-1/+24
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-9/+9
2015-06-28Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct ↵Mounir IDRASSI1-0/+67
PIM value check logic.