summaryrefslogtreecommitdiff
path: root/src/wx/fonts_dialog.h
AgeCommit message (Collapse)Author
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
It was only ever used for wxDialog subclasses, which can be stack-allocated.
2022-07-01Restore use of SystemFontDialog so that system fonts can be selected on ↵Carl Hetherington
Windows (#491).
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-01-16Add some missing header includes.Luke Granger-Brown
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington
hold subs and closed captions.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Subtitle rearrangements.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-16Rename update_sensitivity to setup_sensitivity for consistency.Carl Hetherington
2015-08-18Add custom dialog to select system fonts on Windows (#491).Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-02-07Update sensitivity of Set File button correctly.Carl Hetherington
2014-12-16Allow setting of font files.Carl Hetherington
2014-12-15Start of Fonts dialog for setting up subtitle fonts.Carl Hetherington