| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-12 | Split out Timeline from ContentTimeline. | Carl Hetherington | |
| 2024-03-12 | Rename Timeline -> ContentTimeline. | Carl Hetherington | |
| 2024-02-27 | Add Shift+scrollwheel to move left/right in the timeline. | Carl Hetherington | |
| 2024-02-27 | Add Ctrl+scrollwheel zoom to the timeline (#2781). | Carl Hetherington | |
| 2024-01-09 | Move ScopeGuard into libdcp. | Carl Hetherington | |
| 2023-10-28 | Make sure a dynamic_pointer_cast worked. | Carl Hetherington | |
| 2023-10-05 | Fix flickering timeline drags on Windows (#2625). | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-06-16 | Defend against divide by 0. | Carl Hetherington | |
| 2023-04-05 | Fix scrollbars when using zoom in the timeline. | Carl Hetherington | |
| 2023-04-05 | Remove incorrect GC translation. | Carl Hetherington | |
| This appears not to be necessary, and if present it messes up the scrollbars so that scrolling fully right shows a big empty space at the end of the timeline items. | |||
| 2023-03-30 | Add + and - as zoom shortcuts in the timeline. | Carl Hetherington | |
| 2023-02-10 | Cleanup: add Content::period(). | Carl Hetherington | |
| 2023-02-05 | Make the timeline look better when there is no content in the film. | Carl Hetherington | |
| 2023-02-05 | Delete in timeline removes content (#2370). | Carl Hetherington | |
| 2023-02-05 | Cleanup: use ScopeGuard. | Carl Hetherington | |
| 2022-11-21 | Click on the timeline time axis view moves the playhead (#2369). | Carl Hetherington | |
| 2022-11-21 | Remove unused line. | Carl Hetherington | |
| 2022-10-18 | Improve timeline view colouring in dark mode. | Carl Hetherington | |
| 2022-10-14 | Cleanup: use simpler ownership for FilmViewer. | Carl Hetherington | |
| 2022-05-02 | C++11 tidying. | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2021-02-15 | Allow multiple video tracks to be visible in the timeline. | Carl Hetherington | |
| 2021-02-15 | Fix timeline zoom oddities after dragging a very small zoom rectangle. | Carl Hetherington | |
| 2021-02-15 | Typo fix. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-11 | More c++ tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-06-19 | Fix timeline for DCPs containing Atmos. | Carl Hetherington | |
| 2020-06-18 | Fix display of Atmos tracks in the timeline. | Carl Hetherington | |
| 2020-01-08 | Remove PositionChanged in favour of consumers having their own GUI-thread ↵ | Carl Hetherington | |
| timers. | |||
| 2019-09-08 | Fix timeline selection under scroll. | Carl Hetherington | |
| 2019-05-31 | Add playhead line to timeline (#1563). | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-04-26 | Make sure at least one position change event is emitted after | Carl Hetherington | |
| a timeline drag (with frequent=false), even if lots have been sent with frequent=true. Otherwise the code in the CHNAGE_TYPE_DONE branch of Butler::player_change never gets to seek (since frequent is true, it ignores the signal). Without the seek things go wrong. Believed to fix #1534. | |||
| 2019-02-12 | Update timeline when video frame type changes (#1464). | Carl Hetherington | |
| 2018-11-24 | Fix missed overload change. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-10-13 | Fix OS X warning. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl Hetherington | |
| this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass(). | |||
| 2018-08-12 | Update reels markers properly. | Carl Hetherington | |
| 2018-08-12 | Fix bad redraw when dragging content views. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
