summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.cc
AgeCommit message (Expand)Author
2025-12-30Refactor: move some layout code to its own file in lib.Carl Hetherington
2025-12-27Use some default initialisers.Carl Hetherington
2025-12-27Use some more auto.Carl Hetherington
2025-12-27Use some auto.Carl Hetherington
2025-12-27White space: closed_captions_dialog.{cc,h}Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-03-24Basic support for variable-Z 3D subtitles.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2023-08-29Cleanup: use some more vector instead of list.Carl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2021-04-09Make DCP text track language properly optional and ignore bad values on impor...Carl Hetherington
2021-02-04Speculative fix for incorrect rendering of UTF-8 in closed captions in the pl...Carl Hetherington
2021-02-04Use auto.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-15Revert "wxWindows 3.1.x fixes for macOS."Carl Hetherington
2021-01-14wxWindows 3.1.x fixes for macOS.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-12-06Add some hints for violations of SMPTE Bv2.1 with subtitles and closedCarl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-10-06Fix assorted GTK3-related alignment problems.Carl Hetherington
2020-07-31Fix crash on too-early update of closed caption dialog.Carl Hetherington
2020-07-28Fix various problems with the closed caption viewer not being updated properly.v2.15.91Carl Hetherington
2020-01-08Remove some friends from FilmViewer.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-04-08Fix crash when adding subtitles.v2.13.145Carl Hetherington
2019-04-06Option to choose CCAP track (part of #1516).v2.13.143Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-05Fiddle with ccap window default size.v2.13.41Carl Hetherington
2018-08-05Get closed caption view data from the butler, rather than the player.Carl Hetherington
2018-08-04Some subtitle renaming.Carl Hetherington
2018-07-27Check for long CCAP lines and too many CCAP lines.Carl Hetherington
2018-07-25Fix crash on scaling the ccap window to be very small.Carl Hetherington
2018-07-25Make characters red if they are too long in the closed caption view.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-23Get ccaps by asking the Player, rather than by listening to its emissions,Carl Hetherington
2018-07-23Remove debug code.Carl Hetherington
2018-07-23Very basic closed caption viewer.Carl Hetherington