summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline_dialog.cc
AgeCommit message (Collapse)Author
2026-02-21Always resize timeline content when changing the window size.Carl Hetherington
This is probably still quite annoying, as you can zoom to a particular place, change the window size, and your zoom is gone. But I think it's still preferably to the previous.
2025-07-10Remove 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
2024-03-12Rename TimelineDialog -> ContentTimelineDialog.Carl Hetherington