summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.h
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.
2026-02-21Stop selecting content in the main window when clicking on the timeline.Carl Hetherington
This seems not very useful, but mostly it looks horrible on Linux with the main and timeline windows fighting over which has the focus.
2026-02-02Don't draw the playhead so often.Carl Hetherington
2025-12-24Allow drag of multiple selections.Carl Hetherington
2025-12-24Use ::film() more often.Carl Hetherington
2025-12-24White space: content_timeline.{cc,h}Carl Hetherington
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
It was only ever used for wxDialog subclasses, which can be stack-allocated.
2024-03-12Split out Timeline from ContentTimeline.Carl Hetherington
2024-03-12Rename TimelineView -> ContentTimelineView.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington