summaryrefslogtreecommitdiff
path: root/src/wx/content_advanced_dialog.h
AgeCommit message (Collapse)Author
2026-03-12White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h}Carl Hetherington
2026-03-12Fix Set button on override frame rate to do what it was meant to.Carl Hetherington
Before this, the entered video frame rate would be taken no matter if Set was clicked or not.
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-10-15Make overridden subtitle language option respect OK/Cancel.Carl Hetherington
2022-10-15Make video frame rate option respect OK/Cancel.Carl Hetherington
2022-10-15Make filters option respect OK/Cancel.Carl Hetherington
2022-10-15Make ignore video option respect OK/Cancel.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-03-31Add burnt subtitle language to video content.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-04Move video frame rate override into advanced prefs (#1852).Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-06-27Move video filters controls into advanced content dialogue (#1748).Carl Hetherington
2020-06-27Switch the content advanced dialogue to use GridBagSizer.Carl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl Hetherington
from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters...