| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-12 | White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h} | Carl Hetherington | |
| 2026-03-12 | Fix 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. | |||
| 2026-03-12 | Cleanup: compress an if. | Carl Hetherington | |
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2025-01-27 | Fix some untidy layout. | Carl Hetherington | |
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2023-11-20 | Cleanup: handle Filter objects by value rather than by reference. | Carl Hetherington | |
| 2023-04-25 | Cleanup: remove some unnecessary includes. | Carl Hetherington | |
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-10-15 | Make overridden subtitle language option respect OK/Cancel. | Carl Hetherington | |
| 2022-10-15 | Make video frame rate option respect OK/Cancel. | Carl Hetherington | |
| 2022-10-15 | Make filters option respect OK/Cancel. | Carl Hetherington | |
| 2022-10-15 | Make ignore video option respect OK/Cancel. | Carl Hetherington | |
| 2022-10-15 | Cleanup: sort some using statements. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2021-03-31 | Add burnt subtitle language to video content. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-12-02 | Missing #includes from previous. | Carl Hetherington | |
| 2020-12-01 | Limit video frame rate text control to numbers. | Carl Hetherington | |
| 2020-11-04 | Move video frame rate override into advanced prefs (#1852). | Carl Hetherington | |
| 2020-10-21 | macOS / new boost build fixes.v2.15.104 | Carl Hetherington | |
| 2020-06-27 | Move video filters controls into advanced content dialogue (#1748). | Carl Hetherington | |
| 2020-06-27 | Switch the content advanced dialogue to use GridBagSizer. | Carl Hetherington | |
| 2020-05-18 | Add a new "Advanced settings" dialog for content, accessible | Carl 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... | |||
