summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.cc
AgeCommit message (Expand)Author
2024-03-12Rename TimelineDialog -> ContentTimelineDialog.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-02-05Delete in timeline removes content (#2370).Carl Hetherington
2022-10-18Use different icons for the timeline in dark/light modes.Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.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-04-29C++11 tidying.Carl Hetherington
2021-03-31Fix incorrectly-sized timeline toolbar icons on macOS (#1927).Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-05-12Move bitmap_path() to wx_util.{cc,h}Carl Hetherington
2019-07-25Hack to allow OS X to find timeline icons when running from the source tree.Carl Hetherington
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-01-09Try a draggable splitter in the LHS.Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-07-04Fix tool crash; try to fix linked scrolling.Carl Hetherington
2018-07-04Toolbar and scrolling tweaks.Carl Hetherington
2018-07-04Debugging.Carl Hetherington
2018-07-04Debugging message.Carl Hetherington
2018-07-04Whitespace tweaks.Carl Hetherington
2018-07-04Replace checkboxes with tools.Carl Hetherington
2018-07-04Fix icons on Windows; zoom to all on initial open.Carl Hetherington
2018-07-04Add zoom-all button.Carl Hetherington
2018-07-02Basic zoom.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-08-28Hacky window-on-top fix for OS X.Carl Hetherington
2016-08-24Keep timeline above main window.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-24An unfortunately large set of timeline-related changes:Carl Hetherington
2016-02-01Synchronise content list / timeline selection when the content list selection...Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-07-17Fix typo causing snap to be stuck on.Carl Hetherington
2015-07-12Add close button to timeline dialog on Linux.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-08Hand apply 73fb7a2a537ea736c5ea8305061e64e129b4878b from master; lose connect...Carl Hetherington
2014-10-25Merge master.Carl Hetherington
2014-10-23Move keep-video-in-sequence button into the timeline dialogue.Carl Hetherington
2014-07-23#include trimming.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-10-10Basic snapping in the timeline.Carl Hetherington
2013-07-18Split test compile up into individual files.Carl Hetherington
2013-05-27Support for keeping video in sequence when changing lengths; tie selection in...Carl Hetherington