Don't use --target-macos-arm64 any more, since it's not supported.
[dcpomatic.git] / src / lib / text_decoder.cc
2023-11-16 Carl HetheringtonPass through <Ruby> tags in subtitles (#2635) (GH#23).
2023-10-14 Carl HetheringtonCleanup: assert result of get_font().
2023-02-27 Carl HetheringtonStrip disallowed characters from subtitles before they...
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonAlign text subtitles from the bottom of the screen.
2023-02-27 Carl HetheringtonSupport the 2014 version of SMPTE 428-7 in render_text...
2022-12-03 Carl HetheringtonBump libsub for libdcp dependency removal.
2022-12-01 Carl HetheringtonEscape entities just before Pango rendering (#2382). v2.16.35
2022-11-03 Carl HetheringtonBump libdcp for subtitle Z-position fixes (#2356).
2022-09-20 Carl HetheringtonFix font_id_map errors when importing DCP subtitles...
2022-09-19 Carl HetheringtonFix default placement of SRT (etc.) now that the alignm...
2022-07-20 Carl HetheringtonHandle vertical alignment of subs correctly wrt the...
2022-06-12 Carl HetheringtonSet up TextDecoder position based on the time that... v2.16.14
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonIn-line a call to emit_plain_start() so it's less confu...
2022-06-07 Carl HetheringtonRename some variables.
2022-06-07 Carl HetheringtonExtract method to set forced appearance.
2022-06-07 Carl HetheringtonExtract method to escape text.
2022-06-07 Carl HetheringtonAdd a comment.
2022-06-07 Carl HetheringtonLengthen some very short variable names.
2022-06-07 Carl HetheringtonSwitch some list -> vector for consistency.
2022-04-28 Carl HetheringtonMake emit_bitmap_start take a ContentBitmapText.
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in... v2.15.170
2021-10-09 Carl HetheringtonCleanup some unused using statements and other bits.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonSome const correctness.
2021-08-01 Carl HetheringtonDo all text -> HTML conversion for subtitles in the...
2021-04-30 Carl HetheringtonC++11 tidying.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-07-20 Carl HetheringtonFix vertical alignment with subrip and embedded SSA... v2.15.90
2020-02-16 Carl HetheringtonJust having no specified lines value does not mean...
2020-02-13 Carl HetheringtonNudge L/R-aligned subs in from the edge of the screen...
2020-01-24 Carl HetheringtonSupport binary STL subtitle files.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-09-02 Carl HetheringtonPlay PNG subtitles from DCPs; possibly not in the right...
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-23 Carl HetheringtonRemove TextType from various places as (I believe)...
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonText to player with types.
2018-07-19 Carl HetheringtonRemove old content_subtitle.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonRename Subtitle -> Text