| 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 | |||
| 2025-07-10 | Add some includes of fmt/format.h. | Carl Hetherington | |
| 2024-03-20 | Replace std::random_shuffle (removed in C++17). | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2018-07-24 | Fix image filename sorter with filenames that have lots of numbers. | Carl Hetherington | |
| 2017-05-27 | Optimise sorting of image filenames. | Carl Hetherington | |
| One regression here is that /1/01/1 will be seen as greater than /1/2/1 as the numbers are now coalesced so the comparsion would be 1011 cf 121. | |||
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-01-07 | Fix slightly odd #includes of image_filename_sorter.cc | Carl Hetherington | |
| 2015-10-28 | More tweaks to image filename ordering. | Carl Hetherington | |
| 2015-07-17 | Improve image filename sorter. | Carl Hetherington | |
| 2015-06-04 | Use CHECK not ASSERT. | Carl Hetherington | |
| 2015-02-17 | Hand-apply 71a4c0f5440688a38a2bb34170a3ccf9b1ea598f from 1.x; | Carl Hetherington | |
| correctly sort image sequences. | |||
