summaryrefslogtreecommitdiff
path: root/src/lib/variant.cc
AgeCommit message (Collapse)Author
2025-10-23Add DCP-o-matic Processor tool.Carl Hetherington
2025-07-10Replace 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
2025-07-10Add some includes of fmt/format.h.Carl Hetherington
2024-06-30Allow variant to hide all credits.Carl Hetherington
2024-05-31Make the DCP-encode counting dependent on variant.Carl Hetherington
2024-05-31Fix incorrect default _show_report_a_problem.Carl Hetherington
2024-04-26Allow branding of "report a problem" dialog.Carl Hetherington
2024-04-26Splash behaviour does not need to be branded after all.Carl Hetherington
2024-04-26Allow customisation of error report email address.Carl Hetherington
2024-04-21Bring some more branding into the variant.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington