Move y_pos to TimelineView.
[dcpomatic.git] / src / wx / timeline_content_view.cc
2022-11-20 Carl HetheringtonMove y_pos to TimelineView.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-06-27 Carl HetheringtonAvoid ResetClip() since (on GTK3, and maybe elsewhere...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-24 Carl HetheringtonFix missed overload change.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-08-19 Carl HetheringtonReplace May/Done/NotDone signal sets with one signal...
2018-07-04 Carl HetheringtonLabel audio content with mapping (part of #1279).
2018-07-03 Carl HetheringtonAdd zoom-all button.
2018-07-03 Carl HetheringtonFix hidden reels view and time axis not moving under...
2018-07-02 Carl HetheringtonFix drawing.
2018-07-02 Carl HetheringtonHacks to stop scrolling track names.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-02-25 Carl HetheringtonPlot video and subtitle on one track and audio on the...
2016-02-24 Carl HetheringtonAn unfortunately large set of timeline-related changes:
2016-02-16 Carl HetheringtonFix previous when content is not at time 0.
2016-02-16 Carl HetheringtonPlot reel split points in the timeline.
2016-01-29 Carl HetheringtonNicer appearance when butting two content views up...
2016-01-29 Carl HetheringtonFix indistinct selection of small objects on the timeline.
2015-11-16 Carl HetheringtonRemove extra unnecessary type string in timeline views.
2015-11-10 Carl HetheringtonFix assertion failure when the only content is trimmed...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-02-19 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-02-19 Carl HetheringtonSplit up Timeline view classes.