Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-11 | macOS: Fix near zero width PIM input box and simplify wxTextValidator logic ↵ | Jertzukka | 1 | -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-14 | Linux/macOS: only wipe password/PIM text controls if they are not empty | Mounir IDRASSI | 1 | -1/+5 | |
This fixes a crash on macOS with latest wxWidgets 3.2.2.1 where GetLineLength returns -1 | |||||
2022-08-21 | Fix incorrect text color in dark mode (#920) | Kenneth Chew | 1 | -1/+1 | |
2016-10-17 | Linux/MacOSX: add missing check for PIM max value on volume creation wizard | Mounir IDRASSI | 1 | -1/+2 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -9/+9 | |
2016-05-04 | Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid ↵ | Mounir IDRASSI | 1 | -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-01 | Reset bogus executable permissions | David Foerster | 1 | -0/+0 | |
2016-01-25 | MacOSX: Add PIM value validity checks to workaround wxWidget bug that makes ↵ | Mounir IDRASSI | 1 | -1/+2 | |
wxTextValidator useless when applied to a text control with password attribute (http://trac.wxwidgets.org/ticket/17185). | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-09-14 | Linux/MacOSX: workaround bug in old versions of g++ that are confused by ↵ | Mounir IDRASSI | 1 | -5/+5 | |
methods having the same name and one of them used as wxWidgets event handler callback. | |||||
2015-09-13 | Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the password | Mounir IDRASSI | 1 | -6/+40 | |
2015-07-19 | User Interface enhancements for PIM | Mounir IDRASSI | 1 | -1/+24 | |
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -9/+9 | |
2015-06-28 | Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct ↵ | Mounir IDRASSI | 1 | -0/+67 | |
PIM value check logic. |