summaryrefslogtreecommitdiff
path: root/src/wx/timeline.cc
AgeCommit message (Expand)Author
2024-03-12Split out Timeline from ContentTimeline.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington
2024-02-27Add Shift+scrollwheel to move left/right in the timeline.Carl Hetherington
2024-02-27Add Ctrl+scrollwheel zoom to the timeline (#2781).Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2023-10-28Make sure a dynamic_pointer_cast worked.Carl Hetherington
2023-10-05Fix flickering timeline drags on Windows (#2625).Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-06-16Defend against divide by 0.Carl Hetherington
2023-04-05Fix scrollbars when using zoom in the timeline.Carl Hetherington
2023-04-05Remove incorrect GC translation.Carl Hetherington
2023-03-30Add + and - as zoom shortcuts in the timeline.Carl Hetherington
2023-02-10Cleanup: add Content::period().Carl Hetherington
2023-02-05Make the timeline look better when there is no content in the film.Carl Hetherington
2023-02-05Delete in timeline removes content (#2370).Carl Hetherington
2023-02-05Cleanup: use ScopeGuard.Carl Hetherington
2022-11-21Click on the timeline time axis view moves the playhead (#2369).Carl Hetherington
2022-11-21Remove unused line.Carl Hetherington
2022-10-18Improve timeline view colouring in dark mode.Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-05-02C++11 tidying.Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-02-15Allow multiple video tracks to be visible in the timeline.Carl Hetherington
2021-02-15Fix timeline zoom oddities after dragging a very small zoom rectangle.Carl Hetherington
2021-02-15Typo fix.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-11More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-06-19Fix timeline for DCPs containing Atmos.Carl Hetherington
2020-06-18Fix display of Atmos tracks in the timeline.Carl Hetherington
2020-01-08Remove PositionChanged in favour of consumers having their own GUI-thread tim...Carl Hetherington
2019-09-08Fix timeline selection under scroll.Carl Hetherington
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-04-26Make sure at least one position change event is emitted afterCarl Hetherington
2019-02-12Update timeline when video frame type changes (#1464).Carl Hetherington
2018-11-24Fix missed overload change.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-10-13Fix OS X warning.Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl Hetherington
2018-08-12Update reels markers properly.Carl Hetherington
2018-08-12Fix bad redraw when dragging content views.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington