| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2024-09-04 | Fix some ambiguous strings. | 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. | |||
| 2024-09-03 | Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2024-06-23 | Move some stuff into FilmViewer::dcp(). | Carl Hetherington | |
| 2024-02-21 | Make DCPExaminer::size() optional and deal with the consequences.v2.16.78 | Carl Hetherington | |
| This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775. | |||
| 2023-06-06 | Fix player audio, almost totally broken by a stupid mistakev2.16.59 | Carl Hetherington | |
| in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences. | |||
| 2022-10-27 | Add tooltip to player DCP name with path details. | Carl Hetherington | |
| 2022-10-14 | Cleanup: use simpler ownership for FilmViewer. | Carl Hetherington | |
| 2022-09-29 | Remove unused variable. | Carl Hetherington | |
| 2022-09-27 | Add basic KDM information to the player (#2225). | Carl Hetherington | |
| 2022-07-21 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-04-14 | Ignore and report failures to decode frames during playback (#1593). | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Fix build. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-19 | Clean up after previous commit. | Carl Hetherington | |
| 2018-02-02 | Relayout player information after it changes. Should help with #1185. | Carl Hetherington | |
| 2018-01-17 | Add some more CPL information to the player (#1170). | Carl Hetherington | |
| 2017-12-31 | Try again to fix Windows wxWidgets complain using compose to save all the ↵ | Carl Hetherington | |
| mucking about. | |||
| 2017-12-31 | Try to fix wxWidgets debug alert on windows (#1153). | Carl Hetherington | |
| 2017-12-17 | Add Close option to player. | Carl Hetherington | |
| 2017-12-17 | Display decode resolution in the player. | Carl Hetherington | |
| 2017-08-20 | Allow player to handle VF/OV and KDMs. | Carl Hetherington | |
| 2017-08-14 | Primitive dropped frame count in display. | Carl Hetherington | |
| 2017-08-14 | Add DCP size and length to player. | Carl Hetherington | |
| 2017-08-14 | Initial and not-working information panel in player. | Carl Hetherington | |
