| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-25 | Fix misunderstanding of wxDialog lifetime handling. | Carl Hetherington | |
| Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 wxDialog can be stack allocated if opened with ShowModal(), but not with Show(). Go back to wx_ptr for those that are opened with Show(). | |||
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-09-03 | Use Choice rather than wxChoice for text type. | Carl Hetherington | |
| 2024-01-28 | Remove reference checkboxes from video/audio/text tabs. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-03-16 | Don't show an error when cancelling subtitle analysis. | Carl Hetherington | |
| 2023-01-15 | Use wx_ptr some more. | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2021-08-12 | Fix flickering black square when selecting content on Windows (#1866). | Carl Hetherington | |
| 2021-04-09 | Tidy up some initialisation. | Carl Hetherington | |
| 2021-03-31 | Put subtitle language back into content from the film (#1930). | Carl Hetherington | |
| This also adds the main/additional language flag. Of all the considerations about how to specify subtitle language, the most important seems to be that the language specification happens for the content where the language is; i.e. in the content text tab. | |||
| 2021-03-29 | Fix strange problems with spin entries on macOS (#1944). | Carl Hetherington | |
| SetRange() with minimum > 0 seems to stop entry of numbers by selecting the existing one and typing new. Also we can make Enter work properly by adding a handler. | |||
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-20 | Remove subtitle language from text content. | Carl Hetherington | |
| 2020-04-24 | Add subtitle analysis so that the outline of all subtitles | Carl Hetherington | |
| in a piece of content can be overlaid onto the preview (#1233). | |||
| 2019-05-10 | Hide language / DCP track as appropriate with closed/open caption | Carl Hetherington | |
| choice. | |||
| 2018-09-07 | Simplify text panel. | Carl Hetherington | |
| 2018-09-06 | Interface levels in audio tab. | Carl Hetherington | |
| 2018-08-23 | Basics of selecting 'tracks' for CCAPs. | Carl Hetherington | |
| 2018-08-22 | Revert "Store a name with text content." | Carl Hetherington | |
| This reverts commit 2571104b6a208fa00b2c98d50f97849c3e7fa6c9. | |||
| 2018-08-22 | Store a name with text content. | Carl Hetherington | |
| 2018-07-26 | Disable bits of TextPanel when we are making closed captions. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More 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 | |||
