summaryrefslogtreecommitdiff
path: root/src/lib/image_filename_sorter.cc
AgeCommit message (Collapse)Author
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2018-07-24Fix image filename sorter with filenames that have lots of numbers.Carl Hetherington
2017-05-27Optimise 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.
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-01-07More build fixes.Carl Hetherington
2016-01-07Fix slightly odd #includes of image_filename_sorter.ccCarl Hetherington
2015-10-28More tweaks to image filename ordering.Carl Hetherington
2015-07-17Use the V1.x image filename sorting method.Carl Hetherington
2015-07-17Improve image filename sorter.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected.
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-02-19Split up Timeline view classes.Carl Hetherington
2015-02-17Incorrect include path.Carl Hetherington
2015-02-17Hand-apply 71a4c0f5440688a38a2bb34170a3ccf9b1ea598f from 1.x;Carl Hetherington
correctly sort image sequences.