| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-09-03 | Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2023-01-13 | Trim spaces from entries to certificate download pages. | Carl Hetherington | |
| 2022-03-09 | Display the filename / URL that a screen certificate was obtained from (#1894). | Carl Hetherington | |
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2020-09-27 | Build fix. | Carl Hetherington | |
| 2020-05-14 | Christie FTP contains certificate chains, not just leaf certificates. | Carl Hetherington | |
| 2019-05-10 | Build fixes. | Carl Hetherington | |
| 2019-05-10 | Support download of certificates from Qube (#1460). | Carl Hetherington | |
