summaryrefslogtreecommitdiff
path: root/src/wx/timeline.cc
AgeCommit message (Expand)Author
2014-07-10Add has_subtitles method to SubtitleContent; tidy up timeline display a bit.Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-24Re-assign timeline tracks when things are moved about.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-10Fix crash when opening the timeline window with no content (#369).Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-04-01Don't overlap simultaneous video content in the timeline. Fix keep-aligned f...Carl Hetherington
2014-03-21Draw subtitle content in the timeline.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-11Merge master.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2013-12-29Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-28ContentMenu was keeping its initial film and not using the current one; shoul...Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-10-10Comment.Carl Hetherington
2013-10-10Small tidy-up.Carl Hetherington
2013-10-10Basic snapping in the timeline.Carl Hetherington
2013-09-07Missing virtual destructor.Carl Hetherington
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-26Remove old Connect() wxWidgets API and use Bind().Carl Hetherington
2013-07-24Fix track assignment.Carl Hetherington
2013-07-24Rename Content::_file to path and support md5sums of directories.Carl Hetherington
2013-07-19Give content menu on both main control and timeline. Fix silly bug on updati...Carl Hetherington
2013-07-19Some missing ui_signaller use.Carl Hetherington
2013-07-19Add remove option; resize timeline after drags.Carl Hetherington
2013-07-19Fix unnecessary shared_ptr; add missing checked_set()s.Carl Hetherington
2013-07-19Allow repeat of multiple stuff.Carl Hetherington
2013-07-19Basic repeat.Carl Hetherington
2013-07-19Remove old looping method.Carl Hetherington
2013-07-19Mark video/stills differently on the timeline.Carl Hetherington
2013-07-19Remove some debugging.Carl Hetherington
2013-07-19Basics of making loop do something.Carl Hetherington
2013-07-18Split test compile up into individual files.Carl Hetherington
2013-07-17tabs -> spaces.Carl Hetherington
2013-07-16Prevent viewer updates on timeline drag (#175).Carl Hetherington
2013-07-11Remove wx2.8 compatibility stuff.Carl Hetherington
2013-07-10Make subtitles work at least a bit.Carl Hetherington
2013-07-10SetDoubleBuffered is not there on OS X.Carl Hetherington
2013-06-03A few build fixes.Carl Hetherington
2013-05-27Fix time axis view position.Carl Hetherington
2013-05-27Support for keeping video in sequence when changing lengths; tie selection in...Carl Hetherington
2013-05-26Allow multiple simultaneous audio tracks in the timeline.Carl Hetherington
2013-05-26Add unfinished timing tab; fix crash on reconstruction of timeline; fix lack ...Carl Hetherington
2013-05-24More various tweaks.Carl Hetherington
2013-05-24Allow drag of content; fix up some problems with timings.Carl Hetherington
2013-05-23Various bits and pieces.Carl Hetherington
2013-05-23Various more hacks.Carl Hetherington