summaryrefslogtreecommitdiff
path: root/src/wx/email_dialog.cc
AgeCommit message (Collapse)Author
2025-04-25White space: email_dialog.{cc,h}Carl Hetherington
2025-02-22Return std::vector instead of boost::optional from the EditableList dialog.Carl Hetherington
It's a bit clumsy, as returning more than one thing only makes sense when adding (not when editing), but allowing both optional and vector with template voodoo seems awkward (at least with C++11).
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2021-04-29C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-06-08Add a bunch of SetFocus calls.Carl Hetherington
2016-10-20Give a better error if the user tries to load a non-KDM as a DKDM into the ↵Carl Hetherington
KDM creator.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-13Allow multiple recipients of KDM emails (#745).Carl Hetherington