| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The wxWidgets docs advise against its use these days.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have to keep the StatusDialog around the whole time as it seems
to be the only thing we have that can receive wxEVT_SYS_COLOUR_CHANGED.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
|
|
|
|
|
|
|
|
|
|
alive even though it has no main window (part of #1481).
|
|
This reverts commit 07f8ca1c6fb86fad8a6ba5bbf5f8ed8b74210579.
|
|
|
|
|
|
18.04 one). Just open the status window on Linux.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|