| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-07 | Add audio delay option to Config and player prefs. | Carl Hetherington | |
| 2025-07-10 | Extract ratio setup UI to a separate class. | Carl Hetherington | |
| 2025-06-17 | Support cropping of content on playback (#3041). | Carl Hetherington | |
| This is to allow, for example, pillarboxed 1.78:1 DCPs to be played nicely on 1.78:1 projectors. DCP-o-matic can now crop the pillarboxing before display, rather than putting the pillarboxed 1.85:1 onto a 1.78:1 monitor, thereby adding letterboxing. | |||
| 2025-06-17 | Cleanup: use an enum class. | Carl Hetherington | |
| 2025-03-02 | Remove unused includes. | Carl Hetherington | |
| 2025-03-02 | Rename config_dialog.{cc,h} -> preferences_page.{cc,h} | Carl Hetherington | |
| Also trim some includes. | |||
| 2025-03-02 | Move General preferences tab parent to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Sound preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Locations preferences to its own file. | Carl Hetherington | |
| 2025-03-02 | Move Keys preferences to its own file. | Carl Hetherington | |
| 2025-03-01 | Put some preferences stuff into a namespace. | Carl Hetherington | |
| 2025-02-22 | Fix erroneous space removal. | Carl Hetherington | |
| 2025-02-22 | Add player debug checkbox to player preferences. | Carl Hetherington | |
| 2025-02-22 | White space (+cleanup): player_config_dialog.cc | Carl Hetherington | |
| 2024-12-14 | Fix vertical alignment. | 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-08-03 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-27 | Add missing setup for DEBUG_VIDEO_VIEW. | Carl Hetherington | |
| 2024-06-23 | Add minimal player HTTP server (#2830). | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-01-16 | Remember some more paths when selecting files (#2728). | Carl Hetherington | |
| * export subtitles * export video * debug log * cinema database * config file | |||
| 2024-01-16 | Cleanup: rename some methods in FilePickerCtrl and use ↵ | Carl Hetherington | |
| boost::filesystem::path more. | |||
| 2023-12-31 | Try to clarify player "dual" mode in the configuration. | Carl Hetherington | |
| 2023-02-24 | Add debug video view option to player. | Carl Hetherington | |
| 2022-11-23 | Fix player config window on macOS (#2376). | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-04-29 | Remove Monitor / EDID code that was used for the swaroop variant. | Carl Hetherington | |
| 2021-04-04 | Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue. | Carl Hetherington | |
| 2021-02-23 | Fix some wxWidgets assertion failures. | Carl Hetherington | |
| Casued by specifying wxFD_OVERWRITE_PROMPT without wxFD_SAVE; it makes no sense and in wx3.1 it raises an error. | |||
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-10-21 | macOS / new boost build fixes.v2.15.104 | Carl Hetherington | |
| 2020-09-08 | Use wxString for EditableListColumn. | Carl Hetherington | |
| 2020-07-26 | Add new macOS preferences icons. | Carl Hetherington | |
| 2020-03-01 | Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46 | Carl Hetherington | |
| 2020-02-29 | Add 'proper' config dialog for the playlist editor. | Carl Hetherington | |
| 2020-02-29 | Fix title of player configuration dialogue. | Carl Hetherington | |
| 2020-01-12 | swaroop variant build fix. | Carl Hetherington | |
| 2019-12-19 | Move sound output driver selection into new preferences tab. | Carl Hetherington | |
| 2019-12-17 | Allow configuration of relevant log levels in the player (#1549). | Carl Hetherington | |
| 2019-11-30 | Try to improve the checking for overwrite of export files a little | Carl Hetherington | |
| on Linux; I think we need to do it ourselves rather than relying on wxFileDialog. | |||
| 2019-07-22 | Add some stubs so that swaroop variants build on OS X. | Carl Hetherington | |
