summaryrefslogtreecommitdiff
path: root/src/lib/subtitle_content.cc
AgeCommit message (Collapse)Author
2015-11-10Fix some float/double implicit casts (#742).Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported.
2015-09-30Handle video frame rates and subtitles a bit more correctly.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-06-26Fonts change appearance of subtitles if they are burnt in.Carl Hetherington
2015-06-25Add burn_subtitles property to SubtitleContent.Carl Hetherington
2015-06-21Prevent DCP creation if we're trying not to burn in text subs (#606).Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-09Update hints properly when fonts are changed.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-16Save and load subtitle font details.Carl Hetherington
2014-12-15Start of Fonts dialog for setting up subtitle fonts.Carl Hetherington
2014-12-11Fix another cocked up merge.Carl Hetherington
2014-12-11Merge.Carl Hetherington
2014-12-11Add language property to SubtitleContent and use it in output DCP subtitle ↵Carl Hetherington
files.
2014-12-11Initial UI / backend storage.Carl Hetherington
2014-09-12Merge master.Carl Hetherington
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-09-10Fix loading of 1.x films.Carl Hetherington
2014-08-23Fix some errant stringstreams.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-10Basics of DCP subtitle import.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-02-25Fix a couple of audio crashes in the film viewer. Fix serialisation of ↵Carl Hetherington
SubRipContent.
2014-01-29Add subtitle X offset option.Carl Hetherington
Suggested-by: Thierry Journet
2013-11-23Basics of joining.Carl Hetherington
2013-11-17More uses of LocaleGuard; hence speculative fix for servers crashing on ↵Carl Hetherington
lexical_cast.
2013-07-10Make subtitles work at least a bit.Carl Hetherington
2013-07-10Add SubtitleContent.Carl Hetherington