summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.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.
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-21Fix non-shifted scrollwheel on the timeline.Carl Hetherington
It should scroll up and down, and now it does.
2026-02-02Don't draw the playhead so often.Carl Hetherington
2026-01-09Use inaccurate seek when clicking in the timeline, like we do with the slider.Carl Hetherington
Otherwise sometimes the frame view doesn't get updated (not sure why).
2025-12-29White space tidy-up.Carl Hetherington
2025-12-24Allow drag of multiple selections.Carl Hetherington
2025-12-24Handle left double-clicks like single clicks.Carl Hetherington
2025-12-24Compress some if statements.Carl Hetherington
2025-12-24Fix comment.Carl Hetherington
2025-12-24Use ::film() more often.Carl Hetherington
2025-12-24Make film() more defensive.Carl Hetherington
2025-12-24White space: content_timeline.{cc,h}Carl Hetherington
2025-12-23Adjust selection logic a bit, and tidy it up.Carl Hetherington
2025-07-16Remove unused content pointer from change signals.Carl Hetherington
2025-05-11Use case for property checks now that it's possible.Carl Hetherington
This would have prevented the bug fixed in 6bbf7dee.
2024-05-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-12Extract snap subdivision to a constant.Carl Hetherington
2024-03-12Rename TimelineTextContentView -> ContentTimelineTextView.Carl Hetherington
2024-03-12Rename TimelineVideoContentView -> ContentTimelineVideoView.Carl Hetherington
2024-03-12Rename TimelineAudioContentView -> ContentTimelineAudioView.Carl Hetherington
2024-03-12Rename TimelineAtmosContentView -> ContentTimelineAtmosView.Carl Hetherington
2024-03-12Split out Timeline from ContentTimeline.Carl Hetherington
2024-03-12Rename TimelineView -> ContentTimelineView.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington