summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.cc
AgeCommit message (Expand)Author
2018-03-27Use a label rather than a tooltip to tell users why they can't refer to DCPs.Carl Hetherington
2018-03-27why_not in can_reference can just be a string rather than a list of strings.Carl Hetherington
2018-01-31Tweak label as suggested by Carsten.Carl Hetherington
2017-09-03Restore correct setup of fast resampler when the player is set to fast.Carl Hetherington
2017-04-27Initial work on removing storage of subtitle times.Carl Hetherington
2017-01-05Fix insensitive subtitle controls after adding a VF.Carl Hetherington
2016-12-21White space.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-08-16Basic support for fading subtitles in and out (#923).Carl Hetherington
2016-08-14Support subtitles in imported DCPs. Bump libdcp to get supportCarl Hetherington
2016-07-04Fix control sensitivity in various places.Carl Hetherington
2016-07-01Add UI to manage line spacing on subtitles.Carl Hetherington
2016-06-22Set AudioDecoder::fast a different way.Carl Hetherington
2016-06-13Remove caching of old ImageDecoder objects.Carl Hetherington
2016-06-02Add an assert.Carl Hetherington
2016-05-26Fix subtitle appearance configuration with FFmpeg-text subs.Carl Hetherington
2016-05-26Factor out decoder creation to a factory method.Carl Hetherington
2016-05-26Tidy up image/text subtitle distinction with FFmpeg sources.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Basics of splitting up Decoder tree like Content.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Subtitle rearrangements.Carl Hetherington
2016-04-11Add similar rounding to subtitle offsets as already exist for scale,Carl Hetherington
2016-03-12Include trimming.Carl Hetherington
2016-02-26Allow changes to colours of FFmpeg subtitles (#795).Carl Hetherington
2016-02-26Rename SubtitleApperanceDialog -> TextSubtitleAppearanceDialog.Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2016-01-07Factor out some common stuff and give a better tooltip on the 'refer' buttons...Carl Hetherington
2015-11-08Add appearance dialog for SubRip subtitles.Carl Hetherington
2015-11-07Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer.Carl Hetherington
2015-11-07Tweak subtitle panel layout slightly.Carl Hetherington
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington
2015-10-11Correctly update GUI wrt subtitle referencing.Carl Hetherington
2015-09-17Fix sensitivity of 'refer' button in the subtitle panel.Carl Hetherington
2015-09-16Front-end to set up referencing of DCPs.Carl Hetherington
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-06-29Fix merge.Carl Hetherington
2015-06-26Tweak checkbox label.Carl Hetherington
2015-06-25Disallow non-burn of image subtitles by disabling the relevant widgets (#625).Carl Hetherington
2015-06-25Add burn-subtitles button to Subtitle panel.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
2014-12-15Start of Fonts dialog for setting up subtitle fonts.Carl Hetherington
2014-12-11Add language property to SubtitleContent and use it in output DCP subtitle fi...Carl Hetherington
2014-09-12Merge master.Carl Hetherington
2014-09-12Allow separate X and Y scale for subtitles.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-07-11Fix subtitle panel enabling.Carl Hetherington