summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
AgeCommit message (Expand)Author
2024-09-03Support closed subtitles and open captions.Carl Hetherington
2024-09-03Remove unused variable setup.Carl Hetherington
2024-09-03Use Choice rather than wxChoice for text type.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-05-18Remember position and size of caption list view.Carl Hetherington
2024-01-28Remove reference checkboxes from video/audio/text tabs.Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2023-04-25Cleanup: remove some unnecessary includes.Carl Hetherington
2023-03-16Don't show an error when cancelling subtitle analysis.Carl Hetherington
2023-03-16Cleanup: move variable assignment that happens in every branch.Carl Hetherington
2023-02-27Don't cancel finished jobs otherwise their finished callbacks will be called ...Carl Hetherington
2023-02-27Cleanup: whitespace.Carl Hetherington
2023-02-27Use a ScopeGuard to manage _loading_analysis properly.Carl Hetherington
2023-01-27More stack-allocated Dialog objects.Carl Hetherington
2023-01-15Use wx_ptr some more.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-09-19Fix incorrect subtitle outline rectangle display when subtitlesCarl Hetherington
2022-05-02C++11 tidying.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-06-07macOS alignment fix (#2039).Carl Hetherington
2021-05-07Add DCPOMATIC_SPIN_CTRL_WIDTH and use it in a few places.Carl Hetherington
2021-04-09Make DCP text track language properly optional and ignore bad values on impor...Carl Hetherington
2021-04-09Stop text panel being so wide.Carl Hetherington
2021-04-09Tidy up some initialisation.Carl Hetherington
2021-03-31Put subtitle language back into content from the film (#1930).Carl Hetherington
2021-03-29Fix strange problems with spin entries on macOS (#1944).Carl Hetherington
2021-03-27C++11 tidying.Carl Hetherington
2021-03-27Fix odd difference on handling of x and y scale for subtitles in the UI.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-25Disallow referring to subtitles / closed captions with start trim.Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
2020-11-20Remove subtitle language from text content.Carl Hetherington
2020-11-15Improve text panel layout with GTK3's enormous spin controls.Carl Hetherington
2020-11-13More vertical alignment fixes.Carl Hetherington
2020-08-26Try to stop strange subtitle area displays by preventing re-entrancy to try_t...Carl Hetherington
2020-05-24Layout tweaks for GTK3.Carl Hetherington
2020-04-24Add subtitle analysis so that the outline of all subtitlesCarl Hetherington
2020-01-09Update text panel 'why not' note when film's standard is changed.Carl Hetherington
2020-01-09Make the 'why not' messages for VF a bit clearer.Carl Hetherington