Basic and slightly inaccurate support for <Space> in subtitles (#2103).
[dcpomatic.git] / src / lib / render_text.cc
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in... v2.15.170
2021-10-17 Carl HetheringtonMove some functions up the file so we can use them.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonCheck that the image used to make a Cairo::ImageSurface...
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-08-01 Carl HetheringtonDo all text -> HTML conversion for subtitles in the...
2021-04-08 Carl HetheringtonRemove some old Centos 5 support.
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2021-01-04 Carl HetheringtonCheck that pango/cairo stuff is created successfully.
2020-11-16 Carl HetheringtonFix thinko-ed logic causing all subtitles to be treated...
2020-10-12 Carl HetheringtonMake use of default_font_file().
2020-09-27 Carl HetheringtonGo back to add_to_cairo_context rather than show_in_cai...
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-08-03 Carl HetheringtonFix slightly chopped-off subtitles when there are borders.
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-04-23 Carl HetheringtonSubstantial reworking of the font rendering code to...
2020-04-23 Carl HetheringtonMore extractions.
2020-04-23 Carl HetheringtonUse a variable for subtitles.front()
2020-04-23 Carl HetheringtonExtract some bits of code into their own methods.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-02-03 Carl HetheringtonFix incorrect subtitle positioning when there are simul...
2019-01-27 Carl HetheringtonRemove specification of italic/bold fonts (#1451);... v2.13.110
2019-01-26 Carl HetheringtonModify FontConfig call to allow italic/bold synthesis.
2019-01-26 Carl HetheringtonRevert accidentally-committed stuff in pot/merge.
2019-01-26 Carl Hetheringtonpot/merge.
2019-01-23 Carl HetheringtonTry to improve font rendering on Windows by using freet... v2.13.105
2018-09-04 Carl HetheringtonTry no anti-aliasing when rendering subtitles.
2018-09-04 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-04 Carl HetheringtonDocs say that Context::set_antialias does not affect...
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonFinish PlayerSubtitles -> PlayerText and SubtitleString...
2018-07-19 Carl HetheringtonMore renaming.